OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/appengine.admin": { |
| 6 "description": "View and manage your applications deployed o
n Google App Engine" |
| 7 }, |
5 "https://www.googleapis.com/auth/cloud-platform": { | 8 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 9 "description": "View and manage your data across Google Clou
d Platform services" |
| 10 }, |
| 11 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
| 12 "description": "View your data across Google Cloud Platform
services" |
7 } | 13 } |
8 } | 14 } |
9 } | 15 } |
10 }, | 16 }, |
11 "basePath": "", | 17 "basePath": "", |
12 "baseUrl": "https://appengine.googleapis.com/", | 18 "baseUrl": "https://appengine.googleapis.com/", |
13 "batchPath": "batch", | 19 "batchPath": "batch", |
14 "description": "Provisions and manages App Engine applications.", | 20 "description": "Provisions and manages App Engine applications.", |
15 "discoveryVersion": "v1", | 21 "discoveryVersion": "v1", |
16 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", | 22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", |
17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/WgHFQRJNa9ABhjOi9ooEWesv8kc\"", | 23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/bxm0Hg_anT2iVOk8OuVymCOFgn0\"", |
18 "icons": { | 24 "icons": { |
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 25 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 26 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
21 }, | 27 }, |
22 "id": "appengine:v1beta5", | 28 "id": "appengine:v1beta5", |
23 "kind": "discovery#restDescription", | 29 "kind": "discovery#restDescription", |
24 "name": "appengine", | 30 "name": "appengine", |
25 "ownerDomain": "google.com", | 31 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 32 "ownerName": "Google", |
27 "parameters": { | 33 "parameters": { |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 "type": "boolean" | 148 "type": "boolean" |
143 } | 149 } |
144 }, | 150 }, |
145 "path": "v1beta5/apps/{appsId}", | 151 "path": "v1beta5/apps/{appsId}", |
146 "response": { | 152 "response": { |
147 "$ref": "Application" | 153 "$ref": "Application" |
148 }, | 154 }, |
149 "scopes": [ | 155 "scopes": [ |
150 "https://www.googleapis.com/auth/cloud-platform" | 156 "https://www.googleapis.com/auth/cloud-platform" |
151 ] | 157 ] |
| 158 }, |
| 159 "patch": { |
| 160 "description": "Updates application fields.", |
| 161 "httpMethod": "PATCH", |
| 162 "id": "appengine.apps.patch", |
| 163 "parameterOrder": [ |
| 164 "appsId" |
| 165 ], |
| 166 "parameters": { |
| 167 "appsId": { |
| 168 "description": "Part of `name`. Name of the applicat
ion to update. Example: `apps/myapp`.", |
| 169 "location": "path", |
| 170 "required": true, |
| 171 "type": "string" |
| 172 }, |
| 173 "mask": { |
| 174 "description": "Standard field mask for the set of f
ields to be updated.", |
| 175 "location": "query", |
| 176 "type": "string" |
| 177 } |
| 178 }, |
| 179 "path": "v1beta5/apps/{appsId}", |
| 180 "request": { |
| 181 "$ref": "Application" |
| 182 }, |
| 183 "response": { |
| 184 "$ref": "Operation" |
| 185 }, |
| 186 "scopes": [ |
| 187 "https://www.googleapis.com/auth/cloud-platform" |
| 188 ] |
152 } | 189 } |
153 }, | 190 }, |
154 "resources": { | 191 "resources": { |
155 "operations": { | 192 "operations": { |
156 "methods": { | 193 "methods": { |
157 "get": { | |
158 "description": "Gets the latest state of a long-runn
ing operation. Clients can use this method to poll the operation result at inter
vals as recommended by the API service.", | |
159 "httpMethod": "GET", | |
160 "id": "appengine.apps.operations.get", | |
161 "parameterOrder": [ | |
162 "appsId", | |
163 "operationsId" | |
164 ], | |
165 "parameters": { | |
166 "appsId": { | |
167 "description": "Part of `name`. The name of
the operation resource.", | |
168 "location": "path", | |
169 "required": true, | |
170 "type": "string" | |
171 }, | |
172 "operationsId": { | |
173 "description": "Part of `name`. See document
ation of `appsId`.", | |
174 "location": "path", | |
175 "required": true, | |
176 "type": "string" | |
177 } | |
178 }, | |
179 "path": "v1beta5/apps/{appsId}/operations/{operation
sId}", | |
180 "response": { | |
181 "$ref": "Operation" | |
182 }, | |
183 "scopes": [ | |
184 "https://www.googleapis.com/auth/cloud-platform" | |
185 ] | |
186 }, | |
187 "list": { | 194 "list": { |
188 "description": "Lists operations that match the spec
ified filter in the request. If the server doesn't support this method, it retur
ns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to overri
de the binding to use different resource name schemes, such as `users/*/operatio
ns`.", | 195 "description": "Lists operations that match the spec
ified filter in the request. If the server doesn't support this method, it retur
ns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to overri
de the binding to use different resource name schemes, such as `users/*/operatio
ns`.", |
189 "httpMethod": "GET", | 196 "httpMethod": "GET", |
190 "id": "appengine.apps.operations.list", | 197 "id": "appengine.apps.operations.list", |
191 "parameterOrder": [ | 198 "parameterOrder": [ |
192 "appsId" | 199 "appsId" |
193 ], | 200 ], |
194 "parameters": { | 201 "parameters": { |
195 "appsId": { | 202 "appsId": { |
196 "description": "Part of `name`. The name of
the operation collection.", | 203 "description": "Part of `name`. The name of
the operation collection.", |
(...skipping 16 matching lines...) Expand all Loading... |
213 "description": "The standard list page token
.", | 220 "description": "The standard list page token
.", |
214 "location": "query", | 221 "location": "query", |
215 "type": "string" | 222 "type": "string" |
216 } | 223 } |
217 }, | 224 }, |
218 "path": "v1beta5/apps/{appsId}/operations", | 225 "path": "v1beta5/apps/{appsId}/operations", |
219 "response": { | 226 "response": { |
220 "$ref": "ListOperationsResponse" | 227 "$ref": "ListOperationsResponse" |
221 }, | 228 }, |
222 "scopes": [ | 229 "scopes": [ |
223 "https://www.googleapis.com/auth/cloud-platform" | 230 "https://www.googleapis.com/auth/appengine.admin
", |
| 231 "https://www.googleapis.com/auth/cloud-platform"
, |
| 232 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
| 233 ] |
| 234 }, |
| 235 "get": { |
| 236 "description": "Gets the latest state of a long-runn
ing operation. Clients can use this method to poll the operation result at inter
vals as recommended by the API service.", |
| 237 "httpMethod": "GET", |
| 238 "id": "appengine.apps.operations.get", |
| 239 "parameterOrder": [ |
| 240 "appsId", |
| 241 "operationsId" |
| 242 ], |
| 243 "parameters": { |
| 244 "appsId": { |
| 245 "description": "Part of `name`. The name of
the operation resource.", |
| 246 "location": "path", |
| 247 "required": true, |
| 248 "type": "string" |
| 249 }, |
| 250 "operationsId": { |
| 251 "description": "Part of `name`. See document
ation of `appsId`.", |
| 252 "location": "path", |
| 253 "required": true, |
| 254 "type": "string" |
| 255 } |
| 256 }, |
| 257 "path": "v1beta5/apps/{appsId}/operations/{operation
sId}", |
| 258 "response": { |
| 259 "$ref": "Operation" |
| 260 }, |
| 261 "scopes": [ |
| 262 "https://www.googleapis.com/auth/appengine.admin
", |
| 263 "https://www.googleapis.com/auth/cloud-platform"
, |
| 264 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
224 ] | 265 ] |
225 } | 266 } |
226 } | 267 } |
227 }, | 268 }, |
228 "services": { | 269 "services": { |
229 "methods": { | 270 "methods": { |
230 "delete": { | 271 "delete": { |
231 "description": "Deletes the specified service and al
l enclosed versions.", | 272 "description": "Deletes the specified service and al
l enclosed versions.", |
232 "httpMethod": "DELETE", | 273 "httpMethod": "DELETE", |
233 "id": "appengine.apps.services.delete", | 274 "id": "appengine.apps.services.delete", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "location": "path", | 318 "location": "path", |
278 "required": true, | 319 "required": true, |
279 "type": "string" | 320 "type": "string" |
280 } | 321 } |
281 }, | 322 }, |
282 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 323 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", |
283 "response": { | 324 "response": { |
284 "$ref": "Service" | 325 "$ref": "Service" |
285 }, | 326 }, |
286 "scopes": [ | 327 "scopes": [ |
287 "https://www.googleapis.com/auth/cloud-platform" | 328 "https://www.googleapis.com/auth/appengine.admin
", |
| 329 "https://www.googleapis.com/auth/cloud-platform"
, |
| 330 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
288 ] | 331 ] |
289 }, | 332 }, |
290 "list": { | 333 "list": { |
291 "description": "Lists all the services in the applic
ation.", | 334 "description": "Lists all the services in the applic
ation.", |
292 "httpMethod": "GET", | 335 "httpMethod": "GET", |
293 "id": "appengine.apps.services.list", | 336 "id": "appengine.apps.services.list", |
294 "parameterOrder": [ | 337 "parameterOrder": [ |
295 "appsId" | 338 "appsId" |
296 ], | 339 ], |
297 "parameters": { | 340 "parameters": { |
(...skipping 13 matching lines...) Expand all Loading... |
311 "description": "Continuation token for fetch
ing the next page of results.", | 354 "description": "Continuation token for fetch
ing the next page of results.", |
312 "location": "query", | 355 "location": "query", |
313 "type": "string" | 356 "type": "string" |
314 } | 357 } |
315 }, | 358 }, |
316 "path": "v1beta5/apps/{appsId}/services", | 359 "path": "v1beta5/apps/{appsId}/services", |
317 "response": { | 360 "response": { |
318 "$ref": "ListServicesResponse" | 361 "$ref": "ListServicesResponse" |
319 }, | 362 }, |
320 "scopes": [ | 363 "scopes": [ |
321 "https://www.googleapis.com/auth/cloud-platform" | 364 "https://www.googleapis.com/auth/appengine.admin
", |
| 365 "https://www.googleapis.com/auth/cloud-platform"
, |
| 366 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
322 ] | 367 ] |
323 }, | 368 }, |
324 "patch": { | 369 "patch": { |
325 "description": "Updates the configuration of the spe
cified service.", | 370 "description": "Updates the configuration of the spe
cified service.", |
326 "httpMethod": "PATCH", | 371 "httpMethod": "PATCH", |
327 "id": "appengine.apps.services.patch", | 372 "id": "appengine.apps.services.patch", |
328 "parameterOrder": [ | 373 "parameterOrder": [ |
329 "appsId", | 374 "appsId", |
330 "servicesId" | 375 "servicesId" |
331 ], | 376 ], |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 ], | 519 ], |
475 "location": "query", | 520 "location": "query", |
476 "type": "string" | 521 "type": "string" |
477 } | 522 } |
478 }, | 523 }, |
479 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 524 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", |
480 "response": { | 525 "response": { |
481 "$ref": "Version" | 526 "$ref": "Version" |
482 }, | 527 }, |
483 "scopes": [ | 528 "scopes": [ |
484 "https://www.googleapis.com/auth/cloud-p
latform" | 529 "https://www.googleapis.com/auth/appengi
ne.admin", |
| 530 "https://www.googleapis.com/auth/cloud-p
latform", |
| 531 "https://www.googleapis.com/auth/cloud-p
latform.read-only" |
485 ] | 532 ] |
486 }, | 533 }, |
487 "list": { | 534 "list": { |
488 "description": "Lists the versions of a serv
ice.", | 535 "description": "Lists the versions of a serv
ice.", |
489 "httpMethod": "GET", | 536 "httpMethod": "GET", |
490 "id": "appengine.apps.services.versions.list
", | 537 "id": "appengine.apps.services.versions.list
", |
491 "parameterOrder": [ | 538 "parameterOrder": [ |
492 "appsId", | 539 "appsId", |
493 "servicesId" | 540 "servicesId" |
494 ], | 541 ], |
(...skipping 29 matching lines...) Expand all Loading... |
524 "description": "Continuation token f
or fetching the next page of results.", | 571 "description": "Continuation token f
or fetching the next page of results.", |
525 "location": "query", | 572 "location": "query", |
526 "type": "string" | 573 "type": "string" |
527 } | 574 } |
528 }, | 575 }, |
529 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions", | 576 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions", |
530 "response": { | 577 "response": { |
531 "$ref": "ListVersionsResponse" | 578 "$ref": "ListVersionsResponse" |
532 }, | 579 }, |
533 "scopes": [ | 580 "scopes": [ |
534 "https://www.googleapis.com/auth/cloud-p
latform" | 581 "https://www.googleapis.com/auth/appengi
ne.admin", |
| 582 "https://www.googleapis.com/auth/cloud-p
latform", |
| 583 "https://www.googleapis.com/auth/cloud-p
latform.read-only" |
535 ] | 584 ] |
536 }, | 585 }, |
537 "patch": { | 586 "patch": { |
538 "description": "Updates the specified Versio
n resource. You can specify the following fields depending on the App Engine env
ironment and type of scaling that the version resource uses: * [`serving_status`
](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.
services.versions#Version.FIELDS.serving_status): For Version resources that use
basic scaling, manual scaling, or run in the App Engine flexible environment. *
[`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/
rest/v1beta5/apps.services.versions#Version.FIELDS.instance_class): For Version
resources that run in the App Engine standard environment. * [`automatic_scaling
.min_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/referenc
e/rest/v1beta5/apps.services.versions#Version.FIELDS.automatic_scaling): For Ver
sion resources that use automatic scaling and run in the App Engine standard env
ironment. * [`automatic_scaling.max_idle_instances`](https://cloud.google.com/ap
pengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Version.FIE
LDS.automatic_scaling): For Version resources that use automatic scaling and run
in the App Engine standard environment.", | 587 "description": "Updates the specified Versio
n resource. You can specify the following fields depending on the App Engine env
ironment and type of scaling that the version resource uses: * [`serving_status`
](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.
services.versions#Version.FIELDS.serving_status): For Version resources that use
basic scaling, manual scaling, or run in the App Engine flexible environment. *
[`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/
rest/v1beta5/apps.services.versions#Version.FIELDS.instance_class): For Version
resources that run in the App Engine standard environment. * [`automatic_scaling
.min_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/referenc
e/rest/v1beta5/apps.services.versions#Version.FIELDS.automatic_scaling): For Ver
sion resources that use automatic scaling and run in the App Engine standard env
ironment. * [`automatic_scaling.max_idle_instances`](https://cloud.google.com/ap
pengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Version.FIE
LDS.automatic_scaling): For Version resources that use automatic scaling and run
in the App Engine standard environment.", |
539 "httpMethod": "PATCH", | 588 "httpMethod": "PATCH", |
540 "id": "appengine.apps.services.versions.patc
h", | 589 "id": "appengine.apps.services.versions.patc
h", |
541 "parameterOrder": [ | 590 "parameterOrder": [ |
542 "appsId", | 591 "appsId", |
543 "servicesId", | 592 "servicesId", |
544 "versionsId" | 593 "versionsId" |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 "location": "path", | 710 "location": "path", |
662 "required": true, | 711 "required": true, |
663 "type": "string" | 712 "type": "string" |
664 } | 713 } |
665 }, | 714 }, |
666 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", | 715 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", |
667 "response": { | 716 "response": { |
668 "$ref": "Instance" | 717 "$ref": "Instance" |
669 }, | 718 }, |
670 "scopes": [ | 719 "scopes": [ |
671 "https://www.googleapis.com/auth
/cloud-platform" | 720 "https://www.googleapis.com/auth
/appengine.admin", |
| 721 "https://www.googleapis.com/auth
/cloud-platform", |
| 722 "https://www.googleapis.com/auth
/cloud-platform.read-only" |
672 ] | 723 ] |
673 }, | 724 }, |
674 "list": { | 725 "list": { |
675 "description": "Lists the instances
of a version.", | 726 "description": "Lists the instances
of a version.", |
676 "httpMethod": "GET", | 727 "httpMethod": "GET", |
677 "id": "appengine.apps.services.versi
ons.instances.list", | 728 "id": "appengine.apps.services.versi
ons.instances.list", |
678 "parameterOrder": [ | 729 "parameterOrder": [ |
679 "appsId", | 730 "appsId", |
680 "servicesId", | 731 "servicesId", |
681 "versionsId" | 732 "versionsId" |
(...skipping 27 matching lines...) Expand all Loading... |
709 "description": "Continuation
token for fetching the next page of results.", | 760 "description": "Continuation
token for fetching the next page of results.", |
710 "location": "query", | 761 "location": "query", |
711 "type": "string" | 762 "type": "string" |
712 } | 763 } |
713 }, | 764 }, |
714 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances", | 765 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances", |
715 "response": { | 766 "response": { |
716 "$ref": "ListInstancesResponse" | 767 "$ref": "ListInstancesResponse" |
717 }, | 768 }, |
718 "scopes": [ | 769 "scopes": [ |
719 "https://www.googleapis.com/auth
/cloud-platform" | 770 "https://www.googleapis.com/auth
/appengine.admin", |
| 771 "https://www.googleapis.com/auth
/cloud-platform", |
| 772 "https://www.googleapis.com/auth
/cloud-platform.read-only" |
720 ] | 773 ] |
721 }, | 774 }, |
722 "debug": { | 775 "debug": { |
723 "description": "Enables debugging on
a VM instance. This allows you to use the SSH command to connect to the virtual
machine where the instance lives. While in \"debug mode\", the instance continu
es to serve live traffic. You should delete the instance when you are done debug
ging and then allow the system to take over and determine if another instance sh
ould be started. Only applicable for instances in App Engine flexible environmen
t.", | 776 "description": "Enables debugging on
a VM instance. This allows you to use the SSH command to connect to the virtual
machine where the instance lives. While in \"debug mode\", the instance continu
es to serve live traffic. You should delete the instance when you are done debug
ging and then allow the system to take over and determine if another instance sh
ould be started. Only applicable for instances in App Engine flexible environmen
t.", |
724 "httpMethod": "POST", | 777 "httpMethod": "POST", |
725 "id": "appengine.apps.services.versi
ons.instances.debug", | 778 "id": "appengine.apps.services.versi
ons.instances.debug", |
726 "parameterOrder": [ | 779 "parameterOrder": [ |
727 "appsId", | 780 "appsId", |
728 "servicesId", | 781 "servicesId", |
729 "versionsId", | 782 "versionsId", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 "description": "The standard list page token
.", | 856 "description": "The standard list page token
.", |
804 "location": "query", | 857 "location": "query", |
805 "type": "string" | 858 "type": "string" |
806 } | 859 } |
807 }, | 860 }, |
808 "path": "v1beta5/apps/{appsId}/locations", | 861 "path": "v1beta5/apps/{appsId}/locations", |
809 "response": { | 862 "response": { |
810 "$ref": "ListLocationsResponse" | 863 "$ref": "ListLocationsResponse" |
811 }, | 864 }, |
812 "scopes": [ | 865 "scopes": [ |
813 "https://www.googleapis.com/auth/cloud-platform" | 866 "https://www.googleapis.com/auth/appengine.admin
", |
| 867 "https://www.googleapis.com/auth/cloud-platform"
, |
| 868 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
814 ] | 869 ] |
815 }, | 870 }, |
816 "get": { | 871 "get": { |
817 "description": "Get information about a location.", | 872 "description": "Get information about a location.", |
818 "httpMethod": "GET", | 873 "httpMethod": "GET", |
819 "id": "appengine.apps.locations.get", | 874 "id": "appengine.apps.locations.get", |
820 "parameterOrder": [ | 875 "parameterOrder": [ |
821 "appsId", | 876 "appsId", |
822 "locationsId" | 877 "locationsId" |
823 ], | 878 ], |
824 "parameters": { | 879 "parameters": { |
825 "appsId": { | 880 "appsId": { |
826 "description": "Part of `name`. Resource nam
e for the location.", | 881 "description": "Part of `name`. Resource nam
e for the location.", |
827 "location": "path", | 882 "location": "path", |
828 "required": true, | 883 "required": true, |
829 "type": "string" | 884 "type": "string" |
830 }, | 885 }, |
831 "locationsId": { | 886 "locationsId": { |
832 "description": "Part of `name`. See document
ation of `appsId`.", | 887 "description": "Part of `name`. See document
ation of `appsId`.", |
833 "location": "path", | 888 "location": "path", |
834 "required": true, | 889 "required": true, |
835 "type": "string" | 890 "type": "string" |
836 } | 891 } |
837 }, | 892 }, |
838 "path": "v1beta5/apps/{appsId}/locations/{locationsI
d}", | 893 "path": "v1beta5/apps/{appsId}/locations/{locationsI
d}", |
839 "response": { | 894 "response": { |
840 "$ref": "Location" | 895 "$ref": "Location" |
841 }, | 896 }, |
842 "scopes": [ | 897 "scopes": [ |
843 "https://www.googleapis.com/auth/cloud-platform" | 898 "https://www.googleapis.com/auth/appengine.admin
", |
| 899 "https://www.googleapis.com/auth/cloud-platform"
, |
| 900 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
844 ] | 901 ] |
845 } | 902 } |
846 } | 903 } |
847 } | 904 } |
848 } | 905 } |
849 } | 906 } |
850 }, | 907 }, |
851 "revision": "20160802", | 908 "revision": "20161101", |
852 "rootUrl": "https://appengine.googleapis.com/", | 909 "rootUrl": "https://appengine.googleapis.com/", |
853 "schemas": { | 910 "schemas": { |
| 911 "ListOperationsResponse": { |
| 912 "description": "The response message for Operations.ListOperations."
, |
| 913 "id": "ListOperationsResponse", |
| 914 "properties": { |
| 915 "operations": { |
| 916 "description": "A list of operations that matches the specif
ied filter in the request.", |
| 917 "items": { |
| 918 "$ref": "Operation" |
| 919 }, |
| 920 "type": "array" |
| 921 }, |
| 922 "nextPageToken": { |
| 923 "description": "The standard List next-page token.", |
| 924 "type": "string" |
| 925 } |
| 926 }, |
| 927 "type": "object" |
| 928 }, |
854 "Operation": { | 929 "Operation": { |
855 "description": "This resource represents a long-running operation th
at is the result of a network API call.", | 930 "description": "This resource represents a long-running operation th
at is the result of a network API call.", |
856 "id": "Operation", | 931 "id": "Operation", |
857 "properties": { | 932 "properties": { |
858 "name": { | 933 "name": { |
859 "description": "The server-assigned name, which is only uniq
ue within the same service that originally returns it. If you use the default HT
TP mapping, the `name` should have the format of `operations/some/unique/name`."
, | 934 "description": "The server-assigned name, which is only uniq
ue within the same service that originally returns it. If you use the default HT
TP mapping, the `name` should have the format of `operations/some/unique/name`."
, |
860 "type": "string" | 935 "type": "string" |
861 }, | 936 }, |
862 "metadata": { | 937 "metadata": { |
863 "additionalProperties": { | 938 "additionalProperties": { |
864 "description": "Properties of the object. Contains field
@type with type URL.", | 939 "description": "Properties of the object. Contains field
@type with type URL.", |
865 "type": "any" | 940 "type": "any" |
866 }, | 941 }, |
867 "description": "Service-specific metadata associated with th
e operation. It typically contains progress information and common metadata such
as create time. Some services might not provide such metadata. Any method that
returns a long-running operation should document the metadata type, if any.", | 942 "description": "Service-specific metadata associated with th
e operation. It typically contains progress information and common metadata such
as create time. Some services might not provide such metadata. Any method that
returns a long-running operation should document the metadata type, if any.", |
868 "type": "object" | 943 "type": "object" |
869 }, | 944 }, |
870 "done": { | 945 "done": { |
871 "description": "If the value is `false`, it means the operat
ion is still in progress. If true, the operation is completed, and either `error
` or `response` is available.", | 946 "description": "If the value is `false`, it means the operat
ion is still in progress. If true, the operation is completed, and either `error
` or `response` is available.", |
872 "type": "boolean" | 947 "type": "boolean" |
873 }, | 948 }, |
874 "error": { | 949 "error": { |
875 "$ref": "Status", | 950 "$ref": "Status", |
876 "description": "The error result of the operation in case of
failure." | 951 "description": "The error result of the operation in case of
failure or cancellation." |
877 }, | 952 }, |
878 "response": { | 953 "response": { |
879 "additionalProperties": { | 954 "additionalProperties": { |
880 "description": "Properties of the object. Contains field
@type with type URL.", | 955 "description": "Properties of the object. Contains field
@type with type URL.", |
881 "type": "any" | 956 "type": "any" |
882 }, | 957 }, |
883 "description": "The normal response of the operation in case
of success. If the original method returns no data on success, such as `Delete`
, the response is `google.protobuf.Empty`. If the original method is standard `G
et`/`Create`/`Update`, the response should be the resource. For other methods, t
he response should have the type `XxxResponse`, where `Xxx` is the original meth
od name. For example, if the original method name is `TakeSnapshot()`, the infer
red response type is `TakeSnapshotResponse`.", | 958 "description": "The normal response of the operation in case
of success. If the original method returns no data on success, such as `Delete`
, the response is `google.protobuf.Empty`. If the original method is standard `G
et`/`Create`/`Update`, the response should be the resource. For other methods, t
he response should have the type `XxxResponse`, where `Xxx` is the original meth
od name. For example, if the original method name is `TakeSnapshot()`, the infer
red response type is `TakeSnapshotResponse`.", |
884 "type": "object" | 959 "type": "object" |
885 } | 960 } |
886 }, | 961 }, |
(...skipping 19 matching lines...) Expand all Loading... |
906 "description": "Properties of the object. Contains f
ield @type with type URL.", | 981 "description": "Properties of the object. Contains f
ield @type with type URL.", |
907 "type": "any" | 982 "type": "any" |
908 }, | 983 }, |
909 "type": "object" | 984 "type": "object" |
910 }, | 985 }, |
911 "type": "array" | 986 "type": "array" |
912 } | 987 } |
913 }, | 988 }, |
914 "type": "object" | 989 "type": "object" |
915 }, | 990 }, |
916 "ListOperationsResponse": { | |
917 "description": "The response message for Operations.ListOperations."
, | |
918 "id": "ListOperationsResponse", | |
919 "properties": { | |
920 "operations": { | |
921 "description": "A list of operations that matches the specif
ied filter in the request.", | |
922 "items": { | |
923 "$ref": "Operation" | |
924 }, | |
925 "type": "array" | |
926 }, | |
927 "nextPageToken": { | |
928 "description": "The standard List next-page token.", | |
929 "type": "string" | |
930 } | |
931 }, | |
932 "type": "object" | |
933 }, | |
934 "Application": { | 991 "Application": { |
935 "description": "An Application resource contains the top-level confi
guration of an App Engine application.", | 992 "description": "An Application resource contains the top-level confi
guration of an App Engine application.", |
936 "id": "Application", | 993 "id": "Application", |
937 "properties": { | 994 "properties": { |
938 "name": { | 995 "name": { |
939 "description": "Full path to the Application resource in the
API. Example: `apps/myapp`. @OutputOnly", | 996 "description": "Full path to the Application resource in the
API. Example: `apps/myapp`. @OutputOnly", |
940 "type": "string" | 997 "type": "string" |
941 }, | 998 }, |
942 "id": { | 999 "id": { |
943 "description": "Identifier of the Application resource. This
identifier is equivalent to the project ID of the Google Cloud Platform project
where you want to deploy your application. Example: `myapp`.", | 1000 "description": "Identifier of the Application resource. This
identifier is equivalent to the project ID of the Google Cloud Platform project
where you want to deploy your application. Example: `myapp`.", |
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1839 "format": "int64", | 1896 "format": "int64", |
1840 "type": "string" | 1897 "type": "string" |
1841 }, | 1898 }, |
1842 "vmStatus": { | 1899 "vmStatus": { |
1843 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment. @
OutputOnly", | 1900 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment. @
OutputOnly", |
1844 "type": "string" | 1901 "type": "string" |
1845 }, | 1902 }, |
1846 "vmUnlocked": { | 1903 "vmUnlocked": { |
1847 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment. @OutputOnly", | 1904 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment. @OutputOnly", |
1848 "type": "boolean" | 1905 "type": "boolean" |
| 1906 }, |
| 1907 "vmIp": { |
| 1908 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment. @OutputOnly", |
| 1909 "type": "string" |
1849 } | 1910 } |
1850 }, | 1911 }, |
1851 "type": "object" | 1912 "type": "object" |
1852 }, | 1913 }, |
1853 "ListInstancesResponse": { | 1914 "ListInstancesResponse": { |
1854 "description": "Response message for `Instances.ListInstances`.", | 1915 "description": "Response message for `Instances.ListInstances`.", |
1855 "id": "ListInstancesResponse", | 1916 "id": "ListInstancesResponse", |
1856 "properties": { | 1917 "properties": { |
1857 "instances": { | 1918 "instances": { |
1858 "description": "The instances belonging to the requested ver
sion.", | 1919 "description": "The instances belonging to the requested ver
sion.", |
1859 "items": { | 1920 "items": { |
1860 "$ref": "Instance" | 1921 "$ref": "Instance" |
1861 }, | 1922 }, |
1862 "type": "array" | 1923 "type": "array" |
1863 }, | 1924 }, |
1864 "nextPageToken": { | 1925 "nextPageToken": { |
1865 "description": "Continuation token for fetching the next pag
e of results.", | 1926 "description": "Continuation token for fetching the next pag
e of results.", |
1866 "type": "string" | 1927 "type": "string" |
1867 } | 1928 } |
1868 }, | 1929 }, |
1869 "type": "object" | 1930 "type": "object" |
1870 }, | 1931 }, |
1871 "DebugInstanceRequest": { | 1932 "DebugInstanceRequest": { |
1872 "description": "Request message for `Instances.DebugInstance`.", | 1933 "description": "Request message for `Instances.DebugInstance`.", |
1873 "id": "DebugInstanceRequest", | 1934 "id": "DebugInstanceRequest", |
| 1935 "properties": { |
| 1936 "sshKey": { |
| 1937 "description": "Public SSH key to add to the instance. Examp
le: `[USERNAME]:ssh-rsa KEY_VALUE` or `[USERNAME]:ssh-rsa [KEY_VALUE] google-ssh
{\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}` For more informat
ion, see [Adding and Removing SSH Keys](https://cloud.google.com/compute/docs/in
stances/adding-removing-ssh-keys)", |
| 1938 "type": "string" |
| 1939 } |
| 1940 }, |
1874 "type": "object" | 1941 "type": "object" |
1875 }, | 1942 }, |
1876 "ListLocationsResponse": { | 1943 "ListLocationsResponse": { |
1877 "description": "The response message for LocationService.ListLocatio
ns.", | 1944 "description": "The response message for LocationService.ListLocatio
ns.", |
1878 "id": "ListLocationsResponse", | 1945 "id": "ListLocationsResponse", |
1879 "properties": { | 1946 "properties": { |
1880 "locations": { | 1947 "locations": { |
1881 "description": "A list of locations that matches the specifi
ed filter in the request.", | 1948 "description": "A list of locations that matches the specifi
ed filter in the request.", |
1882 "items": { | 1949 "items": { |
1883 "$ref": "Location" | 1950 "$ref": "Location" |
1884 }, | 1951 }, |
1885 "type": "array" | 1952 "type": "array" |
1886 }, | 1953 }, |
1887 "nextPageToken": { | 1954 "nextPageToken": { |
1888 "description": "The standard List next-page token.", | 1955 "description": "The standard List next-page token.", |
1889 "type": "string" | 1956 "type": "string" |
1890 } | 1957 } |
1891 }, | 1958 }, |
1892 "type": "object" | 1959 "type": "object" |
1893 }, | 1960 }, |
1894 "Location": { | 1961 "Location": { |
1895 "description": "A resource that represents Google Cloud Platform loc
ation.", | 1962 "description": "A resource that represents Google Cloud Platform loc
ation.", |
1896 "id": "Location", | 1963 "id": "Location", |
1897 "properties": { | 1964 "properties": { |
1898 "name": { | 1965 "name": { |
1899 "description": "Resource name for the location, which may va
ry between implementations. For example: `\"projects/example-project/locations/u
s-east1\"`", | 1966 "description": "Resource name for the location, which may va
ry between implementations. For example: `\"projects/example-project/locations/u
s-east1\"`", |
1900 "type": "string" | 1967 "type": "string" |
1901 }, | 1968 }, |
1902 "locationId": { | 1969 "locationId": { |
1903 "description": "The cononical id for this location. For exam
ple: `\"us-east1\"`.", | 1970 "description": "The canonical id for this location. For exam
ple: `\"us-east1\"`.", |
1904 "type": "string" | 1971 "type": "string" |
1905 }, | 1972 }, |
1906 "labels": { | 1973 "labels": { |
1907 "additionalProperties": { | 1974 "additionalProperties": { |
1908 "type": "string" | 1975 "type": "string" |
1909 }, | 1976 }, |
1910 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", | 1977 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", |
1911 "type": "object" | 1978 "type": "object" |
1912 }, | 1979 }, |
1913 "metadata": { | 1980 "metadata": { |
1914 "additionalProperties": { | 1981 "additionalProperties": { |
1915 "description": "Properties of the object. Contains field
@type with type URL.", | 1982 "description": "Properties of the object. Contains field
@type with type URL.", |
1916 "type": "any" | 1983 "type": "any" |
1917 }, | 1984 }, |
1918 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", | 1985 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", |
1919 "type": "object" | 1986 "type": "object" |
1920 } | 1987 } |
1921 }, | 1988 }, |
1922 "type": "object" | 1989 "type": "object" |
1923 }, | 1990 }, |
| 1991 "OperationMetadataExperimental": { |
| 1992 "description": "Metadata for the given google.longrunning.Operation.
", |
| 1993 "id": "OperationMetadataExperimental", |
| 1994 "properties": { |
| 1995 "method": { |
| 1996 "description": "API method that initiated this operation. Ex
ample: `google.appengine.experimental.CustomDomains.CreateCustomDomain`. @Output
Only", |
| 1997 "type": "string" |
| 1998 }, |
| 1999 "insertTime": { |
| 2000 "description": "Time that this operation was created. @Outpu
tOnly", |
| 2001 "type": "string" |
| 2002 }, |
| 2003 "endTime": { |
| 2004 "description": "Time that this operation completed. @OutputO
nly", |
| 2005 "type": "string" |
| 2006 }, |
| 2007 "user": { |
| 2008 "description": "User who requested this operation. @OutputOn
ly", |
| 2009 "type": "string" |
| 2010 }, |
| 2011 "target": { |
| 2012 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/customDomains/example.com`. @OutputOnly", |
| 2013 "type": "string" |
| 2014 } |
| 2015 }, |
| 2016 "type": "object" |
| 2017 }, |
1924 "OperationMetadata": { | 2018 "OperationMetadata": { |
1925 "description": "Metadata for the given google.longrunning.Operation.
", | 2019 "description": "Metadata for the given google.longrunning.Operation.
", |
1926 "id": "OperationMetadata", | 2020 "id": "OperationMetadata", |
1927 "properties": { | 2021 "properties": { |
1928 "operationType": { | 2022 "operationType": { |
1929 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\". @OutputOnly", | 2023 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\". @OutputOnly", |
1930 "type": "string" | 2024 "type": "string" |
1931 }, | 2025 }, |
1932 "insertTime": { | 2026 "insertTime": { |
1933 "description": "Timestamp that this operation was created. @
OutputOnly", | 2027 "description": "Timestamp that this operation was created. @
OutputOnly", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2019 "type": "boolean" | 2113 "type": "boolean" |
2020 } | 2114 } |
2021 }, | 2115 }, |
2022 "type": "object" | 2116 "type": "object" |
2023 } | 2117 } |
2024 }, | 2118 }, |
2025 "servicePath": "", | 2119 "servicePath": "", |
2026 "title": "Google App Engine Admin API", | 2120 "title": "Google App Engine Admin API", |
2027 "version": "v1beta5" | 2121 "version": "v1beta5" |
2028 } | 2122 } |
OLD | NEW |