OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/appengine.admin": { | 5 "https://www.googleapis.com/auth/appengine.admin": { |
6 "description": "View and manage your applications deployed o
n Google App Engine" | 6 "description": "View and manage your applications deployed o
n Google App Engine" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/cloud-platform": { | 8 "https://www.googleapis.com/auth/cloud-platform": { |
9 "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 }, | 10 }, |
11 "https://www.googleapis.com/auth/cloud-platform.read-only": { | 11 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
12 "description": "View your data across Google Cloud Platform
services" | 12 "description": "View your data across Google Cloud Platform
services" |
13 } | 13 } |
14 } | 14 } |
15 } | 15 } |
16 }, | 16 }, |
17 "basePath": "", | 17 "basePath": "", |
18 "baseUrl": "https://appengine.googleapis.com/", | 18 "baseUrl": "https://appengine.googleapis.com/", |
19 "batchPath": "batch", | 19 "batchPath": "batch", |
20 "description": "Provisions and manages App Engine applications.", | 20 "description": "Provisions and manages App Engine applications.", |
21 "discoveryVersion": "v1", | 21 "discoveryVersion": "v1", |
22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", | 22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", |
23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/bxm0Hg_anT2iVOk8OuVymCOFgn0\"", | 23 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/UEz2jJACNpYPzXjVH7xBeGPwZAM\"", |
24 "icons": { | 24 "icons": { |
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 25 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 26 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
27 }, | 27 }, |
28 "id": "appengine:v1beta5", | 28 "id": "appengine:v1beta5", |
29 "kind": "discovery#restDescription", | 29 "kind": "discovery#restDescription", |
30 "name": "appengine", | 30 "name": "appengine", |
31 "ownerDomain": "google.com", | 31 "ownerDomain": "google.com", |
32 "ownerName": "Google", | 32 "ownerName": "Google", |
33 "parameters": { | 33 "parameters": { |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 ], | 107 ], |
108 "location": "query", | 108 "location": "query", |
109 "type": "string" | 109 "type": "string" |
110 } | 110 } |
111 }, | 111 }, |
112 "protocol": "rest", | 112 "protocol": "rest", |
113 "resources": { | 113 "resources": { |
114 "apps": { | 114 "apps": { |
115 "methods": { | 115 "methods": { |
116 "create": { | 116 "create": { |
117 "description": "Creates an App Engine application for a Goog
le Cloud Platform project. This requires a project that excludes an App Engine a
pplication. For details about creating a project without an application, see the
[Google Cloud Resource Manager create project topic](https://cloud.google.com/r
esource-manager/docs/creating-project).", | 117 "description": "Creates an App Engine application for a Goog
le Cloud Platform project. This requires a project that excludes an App Engine a
pplication. For details about creating a project without an application, see the
Google Cloud Resource Manager create project topic (https://cloud.google.com/re
source-manager/docs/creating-project).", |
118 "httpMethod": "POST", | 118 "httpMethod": "POST", |
119 "id": "appengine.apps.create", | 119 "id": "appengine.apps.create", |
120 "path": "v1beta5/apps", | 120 "path": "v1beta5/apps", |
121 "request": { | 121 "request": { |
122 "$ref": "Application" | 122 "$ref": "Application" |
123 }, | 123 }, |
124 "response": { | 124 "response": { |
125 "$ref": "Operation" | 125 "$ref": "Operation" |
126 }, | 126 }, |
127 "scopes": [ | 127 "scopes": [ |
128 "https://www.googleapis.com/auth/cloud-platform" | 128 "https://www.googleapis.com/auth/cloud-platform" |
129 ] | 129 ] |
130 }, | 130 }, |
131 "get": { | 131 "get": { |
132 "description": "Gets information about an application.", | 132 "description": "Gets information about an application.", |
133 "httpMethod": "GET", | 133 "httpMethod": "GET", |
134 "id": "appengine.apps.get", | 134 "id": "appengine.apps.get", |
135 "parameterOrder": [ | 135 "parameterOrder": [ |
136 "appsId" | 136 "appsId" |
137 ], | 137 ], |
138 "parameters": { | 138 "parameters": { |
139 "appsId": { | 139 "appsId": { |
140 "description": "Part of `name`. Name of the applicat
ion to get. Example: `apps/myapp`.", | 140 "description": "Part of `name`. Name of the applicat
ion to get. Example: apps/myapp.", |
141 "location": "path", | 141 "location": "path", |
142 "required": true, | 142 "required": true, |
143 "type": "string" | 143 "type": "string" |
144 }, | 144 }, |
145 "ensureResourcesExist": { | 145 "ensureResourcesExist": { |
146 "description": "Certain resources associated with an
application are created on-demand. Controls whether these resources should be c
reated when performing the `GET` operation. If specified and any resources could
not be created, the request will fail with an error code. Additionally, this pa
rameter can cause the request to take longer to complete. Note: This parameter w
ill be deprecated in a future version of the API.", | 146 "description": "Certain resources associated with an
application are created on-demand. Controls whether these resources should be c
reated when performing the GET operation. If specified and any resources could n
ot be created, the request will fail with an error code. Additionally, this para
meter can cause the request to take longer to complete. Note: This parameter wil
l be deprecated in a future version of the API.", |
147 "location": "query", | 147 "location": "query", |
148 "type": "boolean" | 148 "type": "boolean" |
149 } | 149 } |
150 }, | 150 }, |
151 "path": "v1beta5/apps/{appsId}", | 151 "path": "v1beta5/apps/{appsId}", |
152 "response": { | 152 "response": { |
153 "$ref": "Application" | 153 "$ref": "Application" |
154 }, | 154 }, |
155 "scopes": [ | 155 "scopes": [ |
156 "https://www.googleapis.com/auth/cloud-platform" | 156 "https://www.googleapis.com/auth/cloud-platform" |
157 ] | 157 ] |
158 }, | 158 }, |
159 "patch": { | 159 "patch": { |
160 "description": "Updates application fields.", | 160 "description": "Updates the specified Application resource.
You can update the following fields: auth_domain (https://cloud.google.com/appen
gine/docs/admin-api/reference/rest/v1beta5/apps#Application.FIELDS.auth_domain)
default_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/ref
erence/rest/v1beta5/apps#Application.FIELDS.default_cookie_expiration)", |
161 "httpMethod": "PATCH", | 161 "httpMethod": "PATCH", |
162 "id": "appengine.apps.patch", | 162 "id": "appengine.apps.patch", |
163 "parameterOrder": [ | 163 "parameterOrder": [ |
164 "appsId" | 164 "appsId" |
165 ], | 165 ], |
166 "parameters": { | 166 "parameters": { |
167 "appsId": { | 167 "appsId": { |
168 "description": "Part of `name`. Name of the applicat
ion to update. Example: `apps/myapp`.", | 168 "description": "Part of `name`. Name of the Applicat
ion resource to update. Example: apps/myapp.", |
169 "location": "path", | 169 "location": "path", |
170 "required": true, | 170 "required": true, |
171 "type": "string" | 171 "type": "string" |
172 }, | 172 }, |
173 "mask": { | 173 "mask": { |
174 "description": "Standard field mask for the set of f
ields to be updated.", | 174 "description": "Standard field mask for the set of f
ields to be updated.", |
175 "location": "query", | 175 "location": "query", |
176 "type": "string" | 176 "type": "string" |
177 } | 177 } |
178 }, | 178 }, |
179 "path": "v1beta5/apps/{appsId}", | 179 "path": "v1beta5/apps/{appsId}", |
180 "request": { | 180 "request": { |
181 "$ref": "Application" | 181 "$ref": "Application" |
182 }, | 182 }, |
183 "response": { | 183 "response": { |
184 "$ref": "Operation" | 184 "$ref": "Operation" |
185 }, | 185 }, |
186 "scopes": [ | 186 "scopes": [ |
187 "https://www.googleapis.com/auth/cloud-platform" | 187 "https://www.googleapis.com/auth/cloud-platform" |
188 ] | 188 ] |
189 } | 189 } |
190 }, | 190 }, |
191 "resources": { | 191 "resources": { |
192 "operations": { | 192 "operations": { |
193 "methods": { | 193 "methods": { |
194 "list": { | 194 "list": { |
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`.", | 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 override th
e binding to use different resource name schemes, such as users/*/operations.", |
196 "httpMethod": "GET", | 196 "httpMethod": "GET", |
197 "id": "appengine.apps.operations.list", | 197 "id": "appengine.apps.operations.list", |
198 "parameterOrder": [ | 198 "parameterOrder": [ |
199 "appsId" | 199 "appsId" |
200 ], | 200 ], |
201 "parameters": { | 201 "parameters": { |
202 "appsId": { | 202 "appsId": { |
203 "description": "Part of `name`. The name of
the operation collection.", | 203 "description": "Part of `name`. The name of
the operation collection.", |
204 "location": "path", | 204 "location": "path", |
205 "required": true, | 205 "required": true, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "delete": { | 271 "delete": { |
272 "description": "Deletes the specified service and al
l enclosed versions.", | 272 "description": "Deletes the specified service and al
l enclosed versions.", |
273 "httpMethod": "DELETE", | 273 "httpMethod": "DELETE", |
274 "id": "appengine.apps.services.delete", | 274 "id": "appengine.apps.services.delete", |
275 "parameterOrder": [ | 275 "parameterOrder": [ |
276 "appsId", | 276 "appsId", |
277 "servicesId" | 277 "servicesId" |
278 ], | 278 ], |
279 "parameters": { | 279 "parameters": { |
280 "appsId": { | 280 "appsId": { |
281 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/services/default`.", | 281 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/services/default.", |
282 "location": "path", | 282 "location": "path", |
283 "required": true, | 283 "required": true, |
284 "type": "string" | 284 "type": "string" |
285 }, | 285 }, |
286 "servicesId": { | 286 "servicesId": { |
287 "description": "Part of `name`. See document
ation of `appsId`.", | 287 "description": "Part of `name`. See document
ation of `appsId`.", |
288 "location": "path", | 288 "location": "path", |
289 "required": true, | 289 "required": true, |
290 "type": "string" | 290 "type": "string" |
291 } | 291 } |
292 }, | 292 }, |
293 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 293 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", |
294 "response": { | 294 "response": { |
295 "$ref": "Operation" | 295 "$ref": "Operation" |
296 }, | 296 }, |
297 "scopes": [ | 297 "scopes": [ |
298 "https://www.googleapis.com/auth/cloud-platform" | 298 "https://www.googleapis.com/auth/cloud-platform" |
299 ] | 299 ] |
300 }, | 300 }, |
301 "get": { | 301 "get": { |
302 "description": "Gets the current configuration of th
e specified service.", | 302 "description": "Gets the current configuration of th
e specified service.", |
303 "httpMethod": "GET", | 303 "httpMethod": "GET", |
304 "id": "appengine.apps.services.get", | 304 "id": "appengine.apps.services.get", |
305 "parameterOrder": [ | 305 "parameterOrder": [ |
306 "appsId", | 306 "appsId", |
307 "servicesId" | 307 "servicesId" |
308 ], | 308 ], |
309 "parameters": { | 309 "parameters": { |
310 "appsId": { | 310 "appsId": { |
311 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/services/default`.", | 311 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/services/default.", |
312 "location": "path", | 312 "location": "path", |
313 "required": true, | 313 "required": true, |
314 "type": "string" | 314 "type": "string" |
315 }, | 315 }, |
316 "servicesId": { | 316 "servicesId": { |
317 "description": "Part of `name`. See document
ation of `appsId`.", | 317 "description": "Part of `name`. See document
ation of `appsId`.", |
318 "location": "path", | 318 "location": "path", |
319 "required": true, | 319 "required": true, |
320 "type": "string" | 320 "type": "string" |
321 } | 321 } |
(...skipping 10 matching lines...) Expand all Loading... |
332 }, | 332 }, |
333 "list": { | 333 "list": { |
334 "description": "Lists all the services in the applic
ation.", | 334 "description": "Lists all the services in the applic
ation.", |
335 "httpMethod": "GET", | 335 "httpMethod": "GET", |
336 "id": "appengine.apps.services.list", | 336 "id": "appengine.apps.services.list", |
337 "parameterOrder": [ | 337 "parameterOrder": [ |
338 "appsId" | 338 "appsId" |
339 ], | 339 ], |
340 "parameters": { | 340 "parameters": { |
341 "appsId": { | 341 "appsId": { |
342 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp`.", | 342 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp.", |
343 "location": "path", | 343 "location": "path", |
344 "required": true, | 344 "required": true, |
345 "type": "string" | 345 "type": "string" |
346 }, | 346 }, |
347 "pageSize": { | 347 "pageSize": { |
348 "description": "Maximum results to return pe
r page.", | 348 "description": "Maximum results to return pe
r page.", |
349 "format": "int32", | 349 "format": "int32", |
350 "location": "query", | 350 "location": "query", |
351 "type": "integer" | 351 "type": "integer" |
352 }, | 352 }, |
(...skipping 16 matching lines...) Expand all Loading... |
369 "patch": { | 369 "patch": { |
370 "description": "Updates the configuration of the spe
cified service.", | 370 "description": "Updates the configuration of the spe
cified service.", |
371 "httpMethod": "PATCH", | 371 "httpMethod": "PATCH", |
372 "id": "appengine.apps.services.patch", | 372 "id": "appengine.apps.services.patch", |
373 "parameterOrder": [ | 373 "parameterOrder": [ |
374 "appsId", | 374 "appsId", |
375 "servicesId" | 375 "servicesId" |
376 ], | 376 ], |
377 "parameters": { | 377 "parameters": { |
378 "appsId": { | 378 "appsId": { |
379 "description": "Part of `name`. Name of the
resource to update. Example: `apps/myapp/services/default`.", | 379 "description": "Part of `name`. Name of the
resource to update. Example: apps/myapp/services/default.", |
380 "location": "path", | 380 "location": "path", |
381 "required": true, | 381 "required": true, |
382 "type": "string" | 382 "type": "string" |
383 }, | 383 }, |
384 "servicesId": { | 384 "servicesId": { |
385 "description": "Part of `name`. See document
ation of `appsId`.", | 385 "description": "Part of `name`. See document
ation of `appsId`.", |
386 "location": "path", | 386 "location": "path", |
387 "required": true, | 387 "required": true, |
388 "type": "string" | 388 "type": "string" |
389 }, | 389 }, |
390 "mask": { | 390 "mask": { |
391 "description": "Standard field mask for the
set of fields to be updated.", | 391 "description": "Standard field mask for the
set of fields to be updated.", |
392 "location": "query", | 392 "location": "query", |
393 "type": "string" | 393 "type": "string" |
394 }, | 394 }, |
395 "migrateTraffic": { | 395 "migrateTraffic": { |
396 "description": "Set to `true` to gradually s
hift traffic from one version to another single version. By default, traffic is
shifted immediately. For gradual traffic migration, the target version must be l
ocated within instances that are configured for both [warmup requests](https://c
loud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.ve
rsions#inboundservicetype) and [automatic scaling](https://cloud.google.com/appe
ngine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#automaticscal
ing). You must specify the [`shardBy`](https://cloud.google.com/appengine/docs/a
dmin-api/reference/rest/v1beta5/apps.services#shardby) field in the Service reso
urce. Gradual traffic migration is not supported in the App Engine flexible envi
ronment. For examples, see [Migrating and Splitting Traffic](https://cloud.googl
e.com/appengine/docs/admin-api/migrating-splitting-traffic).", | 396 "description": "Set to true to gradually shi
ft traffic from one version to another single version. By default, traffic is sh
ifted immediately. For gradual traffic migration, the target version must be loc
ated within instances that are configured for both warmup requests (https://clou
d.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versi
ons#inboundservicetype) and automatic scaling (https://cloud.google.com/appengin
e/docs/admin-api/reference/rest/v1beta5/apps.services.versions#automaticscaling)
. You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-ap
i/reference/rest/v1beta5/apps.services#shardby) field in the Service resource. G
radual traffic migration is not supported in the App Engine flexible environment
. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/ap
pengine/docs/admin-api/migrating-splitting-traffic).", |
397 "location": "query", | 397 "location": "query", |
398 "type": "boolean" | 398 "type": "boolean" |
399 } | 399 } |
400 }, | 400 }, |
401 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 401 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", |
402 "request": { | 402 "request": { |
403 "$ref": "Service" | 403 "$ref": "Service" |
404 }, | 404 }, |
405 "response": { | 405 "response": { |
406 "$ref": "Operation" | 406 "$ref": "Operation" |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 "description": "Deletes an existing version.
", | 450 "description": "Deletes an existing version.
", |
451 "httpMethod": "DELETE", | 451 "httpMethod": "DELETE", |
452 "id": "appengine.apps.services.versions.dele
te", | 452 "id": "appengine.apps.services.versions.dele
te", |
453 "parameterOrder": [ | 453 "parameterOrder": [ |
454 "appsId", | 454 "appsId", |
455 "servicesId", | 455 "servicesId", |
456 "versionsId" | 456 "versionsId" |
457 ], | 457 ], |
458 "parameters": { | 458 "parameters": { |
459 "appsId": { | 459 "appsId": { |
460 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/services/default/versions/v1`."
, | 460 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/services/default/versions/v1.", |
461 "location": "path", | 461 "location": "path", |
462 "required": true, | 462 "required": true, |
463 "type": "string" | 463 "type": "string" |
464 }, | 464 }, |
465 "servicesId": { | 465 "servicesId": { |
466 "description": "Part of `name`. See
documentation of `appsId`.", | 466 "description": "Part of `name`. See
documentation of `appsId`.", |
467 "location": "path", | 467 "location": "path", |
468 "required": true, | 468 "required": true, |
469 "type": "string" | 469 "type": "string" |
470 }, | 470 }, |
471 "versionsId": { | 471 "versionsId": { |
472 "description": "Part of `name`. See
documentation of `appsId`.", | 472 "description": "Part of `name`. See
documentation of `appsId`.", |
473 "location": "path", | 473 "location": "path", |
474 "required": true, | 474 "required": true, |
475 "type": "string" | 475 "type": "string" |
476 } | 476 } |
477 }, | 477 }, |
478 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 478 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", |
479 "response": { | 479 "response": { |
480 "$ref": "Operation" | 480 "$ref": "Operation" |
481 }, | 481 }, |
482 "scopes": [ | 482 "scopes": [ |
483 "https://www.googleapis.com/auth/cloud-p
latform" | 483 "https://www.googleapis.com/auth/cloud-p
latform" |
484 ] | 484 ] |
485 }, | 485 }, |
486 "get": { | 486 "get": { |
487 "description": "Gets the specified Version r
esource. By default, only a `BASIC_VIEW` will be returned. Specify the `FULL_VIE
W` parameter to get the full resource.", | 487 "description": "Gets the specified Version r
esource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW p
arameter to get the full resource.", |
488 "httpMethod": "GET", | 488 "httpMethod": "GET", |
489 "id": "appengine.apps.services.versions.get"
, | 489 "id": "appengine.apps.services.versions.get"
, |
490 "parameterOrder": [ | 490 "parameterOrder": [ |
491 "appsId", | 491 "appsId", |
492 "servicesId", | 492 "servicesId", |
493 "versionsId" | 493 "versionsId" |
494 ], | 494 ], |
495 "parameters": { | 495 "parameters": { |
496 "appsId": { | 496 "appsId": { |
497 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/services/default/versions/v1`."
, | 497 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/services/default/versions/v1.", |
498 "location": "path", | 498 "location": "path", |
499 "required": true, | 499 "required": true, |
500 "type": "string" | 500 "type": "string" |
501 }, | 501 }, |
502 "servicesId": { | 502 "servicesId": { |
503 "description": "Part of `name`. See
documentation of `appsId`.", | 503 "description": "Part of `name`. See
documentation of `appsId`.", |
504 "location": "path", | 504 "location": "path", |
505 "required": true, | 505 "required": true, |
506 "type": "string" | 506 "type": "string" |
507 }, | 507 }, |
508 "versionsId": { | 508 "versionsId": { |
509 "description": "Part of `name`. See
documentation of `appsId`.", | 509 "description": "Part of `name`. See
documentation of `appsId`.", |
510 "location": "path", | 510 "location": "path", |
511 "required": true, | 511 "required": true, |
512 "type": "string" | 512 "type": "string" |
513 }, | 513 }, |
514 "view": { | 514 "view": { |
515 "description": "Controls the set of
fields returned in the `Get` response.", | 515 "description": "Controls the set of
fields returned in the Get response.", |
516 "enum": [ | 516 "enum": [ |
517 "BASIC", | 517 "BASIC", |
518 "FULL" | 518 "FULL" |
519 ], | 519 ], |
520 "location": "query", | 520 "location": "query", |
521 "type": "string" | 521 "type": "string" |
522 } | 522 } |
523 }, | 523 }, |
524 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 524 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", |
525 "response": { | 525 "response": { |
526 "$ref": "Version" | 526 "$ref": "Version" |
527 }, | 527 }, |
528 "scopes": [ | 528 "scopes": [ |
529 "https://www.googleapis.com/auth/appengi
ne.admin", | 529 "https://www.googleapis.com/auth/appengi
ne.admin", |
530 "https://www.googleapis.com/auth/cloud-p
latform", | 530 "https://www.googleapis.com/auth/cloud-p
latform", |
531 "https://www.googleapis.com/auth/cloud-p
latform.read-only" | 531 "https://www.googleapis.com/auth/cloud-p
latform.read-only" |
532 ] | 532 ] |
533 }, | 533 }, |
534 "list": { | 534 "list": { |
535 "description": "Lists the versions of a serv
ice.", | 535 "description": "Lists the versions of a serv
ice.", |
536 "httpMethod": "GET", | 536 "httpMethod": "GET", |
537 "id": "appengine.apps.services.versions.list
", | 537 "id": "appengine.apps.services.versions.list
", |
538 "parameterOrder": [ | 538 "parameterOrder": [ |
539 "appsId", | 539 "appsId", |
540 "servicesId" | 540 "servicesId" |
541 ], | 541 ], |
542 "parameters": { | 542 "parameters": { |
543 "appsId": { | 543 "appsId": { |
544 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/services/default`.", | 544 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/services/default.", |
545 "location": "path", | 545 "location": "path", |
546 "required": true, | 546 "required": true, |
547 "type": "string" | 547 "type": "string" |
548 }, | 548 }, |
549 "servicesId": { | 549 "servicesId": { |
550 "description": "Part of `name`. See
documentation of `appsId`.", | 550 "description": "Part of `name`. See
documentation of `appsId`.", |
551 "location": "path", | 551 "location": "path", |
552 "required": true, | 552 "required": true, |
553 "type": "string" | 553 "type": "string" |
554 }, | 554 }, |
555 "view": { | 555 "view": { |
556 "description": "Controls the set of
fields returned in the `List` response.", | 556 "description": "Controls the set of
fields returned in the List response.", |
557 "enum": [ | 557 "enum": [ |
558 "BASIC", | 558 "BASIC", |
559 "FULL" | 559 "FULL" |
560 ], | 560 ], |
561 "location": "query", | 561 "location": "query", |
562 "type": "string" | 562 "type": "string" |
563 }, | 563 }, |
564 "pageSize": { | 564 "pageSize": { |
565 "description": "Maximum results to r
eturn per page.", | 565 "description": "Maximum results to r
eturn per page.", |
566 "format": "int32", | 566 "format": "int32", |
(...skipping 10 matching lines...) Expand all Loading... |
577 "response": { | 577 "response": { |
578 "$ref": "ListVersionsResponse" | 578 "$ref": "ListVersionsResponse" |
579 }, | 579 }, |
580 "scopes": [ | 580 "scopes": [ |
581 "https://www.googleapis.com/auth/appengi
ne.admin", | 581 "https://www.googleapis.com/auth/appengi
ne.admin", |
582 "https://www.googleapis.com/auth/cloud-p
latform", | 582 "https://www.googleapis.com/auth/cloud-p
latform", |
583 "https://www.googleapis.com/auth/cloud-p
latform.read-only" | 583 "https://www.googleapis.com/auth/cloud-p
latform.read-only" |
584 ] | 584 ] |
585 }, | 585 }, |
586 "patch": { | 586 "patch": { |
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.", | 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 (htt
ps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.servi
ces.versions#Version.FIELDS.serving_status): For Version resources that use basi
c scaling, manual scaling, or run in the App Engine flexible environment. instan
ce_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1bet
a5/apps.services.versions#Version.FIELDS.instance_class): For Version resources
that run in the App Engine standard environment. automatic_scaling.min_idle_inst
ances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/
apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources
that use automatic scaling and run in the App Engine standard environment. autom
atic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-a
pi/reference/rest/v1beta5/apps.services.versions#Version.FIELDS.automatic_scalin
g): For Version resources that use automatic scaling and run in the App Engine s
tandard environment.", |
588 "httpMethod": "PATCH", | 588 "httpMethod": "PATCH", |
589 "id": "appengine.apps.services.versions.patc
h", | 589 "id": "appengine.apps.services.versions.patc
h", |
590 "parameterOrder": [ | 590 "parameterOrder": [ |
591 "appsId", | 591 "appsId", |
592 "servicesId", | 592 "servicesId", |
593 "versionsId" | 593 "versionsId" |
594 ], | 594 ], |
595 "parameters": { | 595 "parameters": { |
596 "appsId": { | 596 "appsId": { |
597 "description": "Part of `name`. Name
of the resource to update. Example: `apps/myapp/services/default/versions/1`.", | 597 "description": "Part of `name`. Name
of the resource to update. Example: apps/myapp/services/default/versions/1.", |
598 "location": "path", | 598 "location": "path", |
599 "required": true, | 599 "required": true, |
600 "type": "string" | 600 "type": "string" |
601 }, | 601 }, |
602 "servicesId": { | 602 "servicesId": { |
603 "description": "Part of `name`. See
documentation of `appsId`.", | 603 "description": "Part of `name`. See
documentation of `appsId`.", |
604 "location": "path", | 604 "location": "path", |
605 "required": true, | 605 "required": true, |
606 "type": "string" | 606 "type": "string" |
607 }, | 607 }, |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 "httpMethod": "GET", | 681 "httpMethod": "GET", |
682 "id": "appengine.apps.services.versi
ons.instances.get", | 682 "id": "appengine.apps.services.versi
ons.instances.get", |
683 "parameterOrder": [ | 683 "parameterOrder": [ |
684 "appsId", | 684 "appsId", |
685 "servicesId", | 685 "servicesId", |
686 "versionsId", | 686 "versionsId", |
687 "instancesId" | 687 "instancesId" |
688 ], | 688 ], |
689 "parameters": { | 689 "parameters": { |
690 "appsId": { | 690 "appsId": { |
691 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1/instances/instance-1`.", | 691 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/services/default/version
s/v1/instances/instance-1.", |
692 "location": "path", | 692 "location": "path", |
693 "required": true, | 693 "required": true, |
694 "type": "string" | 694 "type": "string" |
695 }, | 695 }, |
696 "servicesId": { | 696 "servicesId": { |
697 "description": "Part of `nam
e`. See documentation of `appsId`.", | 697 "description": "Part of `nam
e`. See documentation of `appsId`.", |
698 "location": "path", | 698 "location": "path", |
699 "required": true, | 699 "required": true, |
700 "type": "string" | 700 "type": "string" |
701 }, | 701 }, |
(...skipping 24 matching lines...) Expand all Loading... |
726 "description": "Lists the instances
of a version.", | 726 "description": "Lists the instances
of a version.", |
727 "httpMethod": "GET", | 727 "httpMethod": "GET", |
728 "id": "appengine.apps.services.versi
ons.instances.list", | 728 "id": "appengine.apps.services.versi
ons.instances.list", |
729 "parameterOrder": [ | 729 "parameterOrder": [ |
730 "appsId", | 730 "appsId", |
731 "servicesId", | 731 "servicesId", |
732 "versionsId" | 732 "versionsId" |
733 ], | 733 ], |
734 "parameters": { | 734 "parameters": { |
735 "appsId": { | 735 "appsId": { |
736 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1`.", | 736 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/services/default/version
s/v1.", |
737 "location": "path", | 737 "location": "path", |
738 "required": true, | 738 "required": true, |
739 "type": "string" | 739 "type": "string" |
740 }, | 740 }, |
741 "servicesId": { | 741 "servicesId": { |
742 "description": "Part of `nam
e`. See documentation of `appsId`.", | 742 "description": "Part of `nam
e`. See documentation of `appsId`.", |
743 "location": "path", | 743 "location": "path", |
744 "required": true, | 744 "required": true, |
745 "type": "string" | 745 "type": "string" |
746 }, | 746 }, |
(...skipping 19 matching lines...) Expand all Loading... |
766 "response": { | 766 "response": { |
767 "$ref": "ListInstancesResponse" | 767 "$ref": "ListInstancesResponse" |
768 }, | 768 }, |
769 "scopes": [ | 769 "scopes": [ |
770 "https://www.googleapis.com/auth
/appengine.admin", | 770 "https://www.googleapis.com/auth
/appengine.admin", |
771 "https://www.googleapis.com/auth
/cloud-platform", | 771 "https://www.googleapis.com/auth
/cloud-platform", |
772 "https://www.googleapis.com/auth
/cloud-platform.read-only" | 772 "https://www.googleapis.com/auth
/cloud-platform.read-only" |
773 ] | 773 ] |
774 }, | 774 }, |
775 "debug": { | 775 "debug": { |
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.", | 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 environment
.", |
777 "httpMethod": "POST", | 777 "httpMethod": "POST", |
778 "id": "appengine.apps.services.versi
ons.instances.debug", | 778 "id": "appengine.apps.services.versi
ons.instances.debug", |
779 "parameterOrder": [ | 779 "parameterOrder": [ |
780 "appsId", | 780 "appsId", |
781 "servicesId", | 781 "servicesId", |
782 "versionsId", | 782 "versionsId", |
783 "instancesId" | 783 "instancesId" |
784 ], | 784 ], |
785 "parameters": { | 785 "parameters": { |
786 "appsId": { | 786 "appsId": { |
787 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1/instances/instance-1`.", | 787 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/services/default/version
s/v1/instances/instance-1.", |
788 "location": "path", | 788 "location": "path", |
789 "required": true, | 789 "required": true, |
790 "type": "string" | 790 "type": "string" |
791 }, | 791 }, |
792 "servicesId": { | 792 "servicesId": { |
793 "description": "Part of `nam
e`. See documentation of `appsId`.", | 793 "description": "Part of `nam
e`. See documentation of `appsId`.", |
794 "location": "path", | 794 "location": "path", |
795 "required": true, | 795 "required": true, |
796 "type": "string" | 796 "type": "string" |
797 }, | 797 }, |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 "https://www.googleapis.com/auth/appengine.admin
", | 898 "https://www.googleapis.com/auth/appengine.admin
", |
899 "https://www.googleapis.com/auth/cloud-platform"
, | 899 "https://www.googleapis.com/auth/cloud-platform"
, |
900 "https://www.googleapis.com/auth/cloud-platform.
read-only" | 900 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
901 ] | 901 ] |
902 } | 902 } |
903 } | 903 } |
904 } | 904 } |
905 } | 905 } |
906 } | 906 } |
907 }, | 907 }, |
908 "revision": "20161101", | 908 "revision": "20161208", |
909 "rootUrl": "https://appengine.googleapis.com/", | 909 "rootUrl": "https://appengine.googleapis.com/", |
910 "schemas": { | 910 "schemas": { |
911 "ListOperationsResponse": { | 911 "ListOperationsResponse": { |
912 "description": "The response message for Operations.ListOperations."
, | 912 "description": "The response message for Operations.ListOperations."
, |
913 "id": "ListOperationsResponse", | 913 "id": "ListOperationsResponse", |
914 "properties": { | 914 "properties": { |
915 "operations": { | 915 "operations": { |
916 "description": "A list of operations that matches the specif
ied filter in the request.", | 916 "description": "A list of operations that matches the specif
ied filter in the request.", |
917 "items": { | 917 "items": { |
918 "$ref": "Operation" | 918 "$ref": "Operation" |
919 }, | 919 }, |
920 "type": "array" | 920 "type": "array" |
921 }, | 921 }, |
922 "nextPageToken": { | 922 "nextPageToken": { |
923 "description": "The standard List next-page token.", | 923 "description": "The standard List next-page token.", |
924 "type": "string" | 924 "type": "string" |
925 } | 925 } |
926 }, | 926 }, |
927 "type": "object" | 927 "type": "object" |
928 }, | 928 }, |
929 "Operation": { | 929 "Operation": { |
930 "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.", |
931 "id": "Operation", | 931 "id": "Operation", |
932 "properties": { | 932 "properties": { |
933 "name": { | 933 "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`."
, | 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.", |
935 "type": "string" | 935 "type": "string" |
936 }, | 936 }, |
937 "metadata": { | 937 "metadata": { |
938 "additionalProperties": { | 938 "additionalProperties": { |
939 "description": "Properties of the object. Contains field
@type with type URL.", | 939 "description": "Properties of the object. Contains field
@type with type URL.", |
940 "type": "any" | 940 "type": "any" |
941 }, | 941 }, |
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.", | 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.", |
943 "type": "object" | 943 "type": "object" |
944 }, | 944 }, |
945 "done": { | 945 "done": { |
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.", | 946 "description": "If the value is false, it means the operatio
n is still in progress. If true, the operation is completed, and either error or
response is available.", |
947 "type": "boolean" | 947 "type": "boolean" |
948 }, | 948 }, |
949 "error": { | 949 "error": { |
950 "$ref": "Status", | 950 "$ref": "Status", |
951 "description": "The error result of the operation in case of
failure or cancellation." | 951 "description": "The error result of the operation in case of
failure or cancellation." |
952 }, | 952 }, |
953 "response": { | 953 "response": { |
954 "additionalProperties": { | 954 "additionalProperties": { |
955 "description": "Properties of the object. Contains field
@type with type URL.", | 955 "description": "Properties of the object. Contains field
@type with type URL.", |
956 "type": "any" | 956 "type": "any" |
957 }, | 957 }, |
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`.", | 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 Get/Cr
eate/Update, the response should be the resource. For other methods, the respons
e should have the type XxxResponse, where Xxx is the original method name. For e
xample, if the original method name is TakeSnapshot(), the inferred response typ
e is TakeSnapshotResponse.", |
959 "type": "object" | 959 "type": "object" |
960 } | 960 } |
961 }, | 961 }, |
962 "type": "object" | 962 "type": "object" |
963 }, | 963 }, |
964 "Status": { | 964 "Status": { |
965 "description": "The `Status` type defines a logical error model that
is suitable for different programming environments, including REST APIs and RPC
APIs. It is used by [gRPC](https://github.com/grpc). The error model is designe
d to be: - Simple to use and understand for most users - Flexible enough to meet
unexpected needs # Overview The `Status` message contains three pieces of data:
error code, error message, and error details. The error code should be an enum
value of google.rpc.Code, but it may accept additional error codes if needed. Th
e error message should be a developer-facing English message that helps develope
rs *understand* and *resolve* the error. If a localized user-facing error messag
e is needed, put the localized message in the error details or localize it in th
e client. The optional error details may contain arbitrary information about the
error. There is a predefined set of error detail types in the package `google.r
pc` which can be used for common error conditions. # Language mapping The `Statu
s` message is the logical representation of the error model, but it is not neces
sarily the actual wire format. When the `Status` message is exposed in different
client libraries and different wire protocols, it can be mapped differently. Fo
r example, it will likely be mapped to some exceptions in Java, but more likely
mapped to some error codes in C. # Other uses The error model and the `Status` m
essage can be used in a variety of environments, either with or without APIs, to
provide a consistent developer experience across different environments. Exampl
e uses of this error model include: - Partial errors. If a service needs to retu
rn partial errors to the client, it may embed the `Status` in the normal respons
e to indicate the partial errors. - Workflow errors. A typical workflow has mult
iple steps. Each step may have a `Status` message for error reporting purpose. -
Batch operations. If a client uses batch request and batch response, the `Statu
s` message should be used directly inside batch response, one for each error sub
-response. - Asynchronous operations. If an API call embeds asynchronous operati
on results in its response, the status of those operations should be represented
directly using the `Status` message. - Logging. If some API errors are stored i
n logs, the message `Status` could be used directly after any stripping needed f
or security/privacy reasons.", | 965 "description": "The Status type defines a logical error model that i
s suitable for different programming environments, including REST APIs and RPC A
PIs. It is used by gRPC (https://github.com/grpc). The error model is designed t
o be: Simple to use and understand for most users Flexible enough to meet unexpe
cted needsOverviewThe Status message contains three pieces of data: error code,
error message, and error details. The error code should be an enum value of goog
le.rpc.Code, but it may accept additional error codes if needed. The error messa
ge should be a developer-facing English message that helps developers understand
and resolve the error. If a localized user-facing error message is needed, put
the localized message in the error details or localize it in the client. The opt
ional error details may contain arbitrary information about the error. There is
a predefined set of error detail types in the package google.rpc which can be us
ed for common error conditions.Language mappingThe Status message is the logical
representation of the error model, but it is not necessarily the actual wire fo
rmat. When the Status message is exposed in different client libraries and diffe
rent wire protocols, it can be mapped differently. For example, it will likely b
e mapped to some exceptions in Java, but more likely mapped to some error codes
in C.Other usesThe error model and the Status message can be used in a variety o
f environments, either with or without APIs, to provide a consistent developer e
xperience across different environments.Example uses of this error model include
: Partial errors. If a service needs to return partial errors to the client, it
may embed the Status in the normal response to indicate the partial errors. Work
flow errors. A typical workflow has multiple steps. Each step may have a Status
message for error reporting purpose. Batch operations. If a client uses batch re
quest and batch response, the Status message should be used directly inside batc
h response, one for each error sub-response. Asynchronous operations. If an API
call embeds asynchronous operation results in its response, the status of those
operations should be represented directly using the Status message. Logging. If
some API errors are stored in logs, the message Status could be used directly af
ter any stripping needed for security/privacy reasons.", |
966 "id": "Status", | 966 "id": "Status", |
967 "properties": { | 967 "properties": { |
968 "code": { | 968 "code": { |
969 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 969 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
970 "format": "int32", | 970 "format": "int32", |
971 "type": "integer" | 971 "type": "integer" |
972 }, | 972 }, |
973 "message": { | 973 "message": { |
974 "description": "A developer-facing error message, which shou
ld be in English. Any user-facing error message should be localized and sent in
the google.rpc.Status.details field, or localized by the client.", | 974 "description": "A developer-facing error message, which shou
ld be in English. Any user-facing error message should be localized and sent in
the google.rpc.Status.details field, or localized by the client.", |
975 "type": "string" | 975 "type": "string" |
(...skipping 10 matching lines...) Expand all Loading... |
986 "type": "array" | 986 "type": "array" |
987 } | 987 } |
988 }, | 988 }, |
989 "type": "object" | 989 "type": "object" |
990 }, | 990 }, |
991 "Application": { | 991 "Application": { |
992 "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.", |
993 "id": "Application", | 993 "id": "Application", |
994 "properties": { | 994 "properties": { |
995 "name": { | 995 "name": { |
996 "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", |
997 "type": "string" | 997 "type": "string" |
998 }, | 998 }, |
999 "id": { | 999 "id": { |
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`.", | 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.", |
1001 "type": "string" | 1001 "type": "string" |
1002 }, | 1002 }, |
1003 "dispatchRules": { | 1003 "dispatchRules": { |
1004 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a service or version. Rules are order
-dependent. @OutputOnly", | 1004 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a service or version. Rules are order
-dependent.@OutputOnly", |
1005 "items": { | 1005 "items": { |
1006 "$ref": "UrlDispatchRule" | 1006 "$ref": "UrlDispatchRule" |
1007 }, | 1007 }, |
1008 "type": "array" | 1008 "type": "array" |
1009 }, | 1009 }, |
1010 "authDomain": { | 1010 "authDomain": { |
1011 "description": "Google Apps authentication domain that contr
ols which users can access this application. Defaults to open access for any Goo
gle Account.", | 1011 "description": "Google Apps authentication domain that contr
ols which users can access this application.Defaults to open access for any Goog
le Account.", |
1012 "type": "string" | 1012 "type": "string" |
1013 }, | 1013 }, |
1014 "location": { | 1014 "location": { |
1015 "description": "Location from which this application will be
run. Application instances will run out of data centers in the chosen location,
which is also where all of the application's end user content is stored. Defaul
ts to `us-central`. Options are: `us-central` - Central US `europe-west` - Weste
rn Europe `us-east1` - Eastern US", | 1015 "description": "Location from which this application will be
run. Application instances will run out of data centers in the chosen location,
which is also where all of the application's end user content is stored.Default
s to us-central.Options are:us-central - Central USeurope-west - Western Europeu
s-east1 - Eastern US", |
1016 "type": "string" | 1016 "type": "string" |
1017 }, | 1017 }, |
1018 "codeBucket": { | 1018 "codeBucket": { |
1019 "description": "A Google Cloud Storage bucket that can be us
ed for storing files associated with this application. This bucket is associated
with the application and can be used by the gcloud deployment commands. @Output
Only", | 1019 "description": "A Google Cloud Storage bucket that can be us
ed for storing files associated with this application. This bucket is associated
with the application and can be used by the gcloud deployment commands.@OutputO
nly", |
1020 "type": "string" | 1020 "type": "string" |
1021 }, | 1021 }, |
1022 "defaultCookieExpiration": { | 1022 "defaultCookieExpiration": { |
1023 "description": "Cookie expiration policy for this applicatio
n. @OutputOnly", | 1023 "description": "Cookie expiration policy for this applicatio
n.", |
1024 "type": "string" | 1024 "type": "string" |
1025 }, | 1025 }, |
1026 "defaultHostname": { | 1026 "defaultHostname": { |
1027 "description": "Hostname used to reach the application, as r
esolved by App Engine. @OutputOnly", | 1027 "description": "Hostname used to reach the application, as r
esolved by App Engine.@OutputOnly", |
1028 "type": "string" | 1028 "type": "string" |
1029 }, | 1029 }, |
1030 "defaultBucket": { | 1030 "defaultBucket": { |
1031 "description": "A Google Cloud Storage bucket that can be us
ed by the application to store content. @OutputOnly", | 1031 "description": "A Google Cloud Storage bucket that can be us
ed by the application to store content.@OutputOnly", |
1032 "type": "string" | 1032 "type": "string" |
1033 } | 1033 } |
1034 }, | 1034 }, |
1035 "type": "object" | 1035 "type": "object" |
1036 }, | 1036 }, |
1037 "UrlDispatchRule": { | 1037 "UrlDispatchRule": { |
1038 "description": "Rules to match an HTTP request and dispatch that req
uest to a service.", | 1038 "description": "Rules to match an HTTP request and dispatch that req
uest to a service.", |
1039 "id": "UrlDispatchRule", | 1039 "id": "UrlDispatchRule", |
1040 "properties": { | 1040 "properties": { |
1041 "domain": { | 1041 "domain": { |
1042 "description": "Domain name to match against. The wildcard \
"`*`\" is supported if specified before a period: \"`*.`\". Defaults to matching
all domains: \"`*`\".", | 1042 "description": "Domain name to match against. The wildcard \
"*\" is supported if specified before a period: \"*.\".Defaults to matching all
domains: \"*\".", |
1043 "type": "string" | 1043 "type": "string" |
1044 }, | 1044 }, |
1045 "path": { | 1045 "path": { |
1046 "description": "Pathname within the host. Must start with a
\"`/`\". A single \"`*`\" can be included at the end of the path. The sum of the
lengths of the domain and path may not exceed 100 characters.", | 1046 "description": "Pathname within the host. Must start with a
\"/\". A single \"*\" can be included at the end of the path. The sum of the len
gths of the domain and path may not exceed 100 characters.", |
1047 "type": "string" | 1047 "type": "string" |
1048 }, | 1048 }, |
1049 "service": { | 1049 "service": { |
1050 "description": "Resource id of a service in this application
that should serve the matched request. The service must already exist. Example:
`default`.", | 1050 "description": "Resource id of a service in this application
that should serve the matched request. The service must already exist. Example:
default.", |
1051 "type": "string" | 1051 "type": "string" |
1052 } | 1052 } |
1053 }, | 1053 }, |
1054 "type": "object" | 1054 "type": "object" |
1055 }, | 1055 }, |
1056 "Version": { | 1056 "Version": { |
1057 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a service.", | 1057 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a service.", |
1058 "id": "Version", | 1058 "id": "Version", |
1059 "properties": { | 1059 "properties": { |
1060 "name": { | 1060 "name": { |
1061 "description": "Full path to the Version resource in the API
. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly", | 1061 "description": "Full path to the Version resource in the API
. Example: apps/myapp/services/default/versions/v1.@OutputOnly", |
1062 "type": "string" | 1062 "type": "string" |
1063 }, | 1063 }, |
1064 "id": { | 1064 "id": { |
1065 "description": "Relative name of the version within the modu
le. Example: `v1`. Version names can contain only lowercase letters, numbers, or
hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix
\"ah-\".", | 1065 "description": "Relative name of the version within the modu
le. Example: v1. Version names can contain only lowercase letters, numbers, or h
yphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"
ah-\".", |
1066 "type": "string" | 1066 "type": "string" |
1067 }, | 1067 }, |
1068 "automaticScaling": { | 1068 "automaticScaling": { |
1069 "$ref": "AutomaticScaling", | 1069 "$ref": "AutomaticScaling", |
1070 "description": "Automatic scaling is based on request rate,
response latencies, and other application metrics." | 1070 "description": "Automatic scaling is based on request rate,
response latencies, and other application metrics." |
1071 }, | 1071 }, |
1072 "basicScaling": { | 1072 "basicScaling": { |
1073 "$ref": "BasicScaling", | 1073 "$ref": "BasicScaling", |
1074 "description": "A service with basic scaling will create an
instance when the application receives a request. The instance will be turned do
wn when the app becomes idle. Basic scaling is ideal for work that is intermitte
nt or driven by user activity." | 1074 "description": "A service with basic scaling will create an
instance when the application receives a request. The instance will be turned do
wn when the app becomes idle. Basic scaling is ideal for work that is intermitte
nt or driven by user activity." |
1075 }, | 1075 }, |
(...skipping 24 matching lines...) Expand all Loading... |
1100 "INBOUND_SERVICE_XMPP_SUBSCRIBE", | 1100 "INBOUND_SERVICE_XMPP_SUBSCRIBE", |
1101 "INBOUND_SERVICE_XMPP_PRESENCE", | 1101 "INBOUND_SERVICE_XMPP_PRESENCE", |
1102 "INBOUND_SERVICE_CHANNEL_PRESENCE", | 1102 "INBOUND_SERVICE_CHANNEL_PRESENCE", |
1103 "INBOUND_SERVICE_WARMUP" | 1103 "INBOUND_SERVICE_WARMUP" |
1104 ], | 1104 ], |
1105 "type": "string" | 1105 "type": "string" |
1106 }, | 1106 }, |
1107 "type": "array" | 1107 "type": "array" |
1108 }, | 1108 }, |
1109 "instanceClass": { | 1109 "instanceClass": { |
1110 "description": "Instance class that is used to run this vers
ion. Valid values are: * AutomaticScaling: `F1`, `F2`, `F4`, `F4_1G` * ManualSca
ling or BasicScaling: `B1`, `B2`, `B4`, `B8`, `B4_1G` Defaults to `F1` for Autom
aticScaling and `B1` for ManualScaling or BasicScaling.", | 1110 "description": "Instance class that is used to run this vers
ion. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or Basi
cScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for Ma
nualScaling or BasicScaling.", |
1111 "type": "string" | 1111 "type": "string" |
1112 }, | 1112 }, |
1113 "network": { | 1113 "network": { |
1114 "$ref": "Network", | 1114 "$ref": "Network", |
1115 "description": "Extra network settings. Only applicable for
VM runtimes." | 1115 "description": "Extra network settings. Only applicable for
VM runtimes." |
1116 }, | 1116 }, |
1117 "resources": { | 1117 "resources": { |
1118 "$ref": "Resources", | 1118 "$ref": "Resources", |
1119 "description": "Machine resources for this version. Only app
licable for VM runtimes." | 1119 "description": "Machine resources for this version. Only app
licable for VM runtimes." |
1120 }, | 1120 }, |
1121 "runtime": { | 1121 "runtime": { |
1122 "description": "Desired runtime. Example: `python27`.", | 1122 "description": "Desired runtime. Example: python27.", |
1123 "type": "string" | 1123 "type": "string" |
1124 }, | 1124 }, |
1125 "threadsafe": { | 1125 "threadsafe": { |
1126 "description": "Whether multiple requests can be dispatched
to this version at once.", | 1126 "description": "Whether multiple requests can be dispatched
to this version at once.", |
1127 "type": "boolean" | 1127 "type": "boolean" |
1128 }, | 1128 }, |
1129 "vm": { | 1129 "vm": { |
1130 "description": "Whether to deploy this version in a containe
r on a virtual machine.", | 1130 "description": "Whether to deploy this version in a containe
r on a virtual machine.", |
1131 "type": "boolean" | 1131 "type": "boolean" |
1132 }, | 1132 }, |
1133 "betaSettings": { | 1133 "betaSettings": { |
1134 "additionalProperties": { | 1134 "additionalProperties": { |
1135 "type": "string" | 1135 "type": "string" |
1136 }, | 1136 }, |
1137 "description": "Metadata settings that are supplied to this
version to enable beta runtime features.", | 1137 "description": "Metadata settings that are supplied to this
version to enable beta runtime features.", |
1138 "type": "object" | 1138 "type": "object" |
1139 }, | 1139 }, |
1140 "env": { | 1140 "env": { |
1141 "description": "App Engine execution environment to use for
this version. Defaults to `1`.", | 1141 "description": "App Engine execution environment to use for
this version.Defaults to 1.", |
1142 "type": "string" | 1142 "type": "string" |
1143 }, | 1143 }, |
1144 "servingStatus": { | 1144 "servingStatus": { |
1145 "description": "Current serving status of this version. Only
the versions with a `SERVING` status create instances and can be billed. `SERVI
NG_STATUS_UNSPECIFIED` is an invalid value. Defaults to `SERVING`.", | 1145 "description": "Current serving status of this version. Only
the versions with a SERVING status create instances and can be billed.SERVING_S
TATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.", |
1146 "enum": [ | 1146 "enum": [ |
1147 "SERVING_STATUS_UNSPECIFIED", | 1147 "SERVING_STATUS_UNSPECIFIED", |
1148 "SERVING", | 1148 "SERVING", |
1149 "STOPPED" | 1149 "STOPPED" |
1150 ], | 1150 ], |
1151 "type": "string" | 1151 "type": "string" |
1152 }, | 1152 }, |
1153 "deployer": { | 1153 "deployer": { |
1154 "description": "Email address of the user who created this v
ersion. @OutputOnly", | 1154 "description": "Email address of the user who created this v
ersion.@OutputOnly", |
1155 "type": "string" | 1155 "type": "string" |
1156 }, | 1156 }, |
1157 "creationTime": { | 1157 "creationTime": { |
1158 "description": "Time that this version was created. @OutputO
nly", | 1158 "description": "Time that this version was created.@OutputOn
ly", |
1159 "type": "string" | 1159 "type": "string" |
1160 }, | 1160 }, |
1161 "diskUsageBytes": { | 1161 "diskUsageBytes": { |
1162 "description": "Total size of version files hosted on App En
gine disk in bytes. @OutputOnly", | 1162 "description": "Total size of version files hosted on App En
gine disk in bytes.@OutputOnly", |
1163 "format": "int64", | 1163 "format": "int64", |
1164 "type": "string" | 1164 "type": "string" |
1165 }, | 1165 }, |
1166 "handlers": { | 1166 "handlers": { |
1167 "description": "An ordered list of URL-matching patterns tha
t should be applied to incoming requests. The first matching URL handles the req
uest and other request handlers are not attempted. Only returned in `GET` reques
ts if `view=FULL` is set.", | 1167 "description": "An ordered list of URL-matching patterns tha
t should be applied to incoming requests. The first matching URL handles the req
uest and other request handlers are not attempted.Only returned in GET requests
if view=FULL is set.", |
1168 "items": { | 1168 "items": { |
1169 "$ref": "UrlMap" | 1169 "$ref": "UrlMap" |
1170 }, | 1170 }, |
1171 "type": "array" | 1171 "type": "array" |
1172 }, | 1172 }, |
1173 "errorHandlers": { | 1173 "errorHandlers": { |
1174 "description": "Custom static error pages. Limited to 10KB p
er page. Only returned in `GET` requests if `view=FULL` is set.", | 1174 "description": "Custom static error pages. Limited to 10KB p
er page.Only returned in GET requests if view=FULL is set.", |
1175 "items": { | 1175 "items": { |
1176 "$ref": "ErrorHandler" | 1176 "$ref": "ErrorHandler" |
1177 }, | 1177 }, |
1178 "type": "array" | 1178 "type": "array" |
1179 }, | 1179 }, |
1180 "libraries": { | 1180 "libraries": { |
1181 "description": "Configuration for third-party Python runtime
libraries required by the application. Only returned in `GET` requests if `view
=FULL` is set.", | 1181 "description": "Configuration for third-party Python runtime
libraries required by the application.Only returned in GET requests if view=FUL
L is set.", |
1182 "items": { | 1182 "items": { |
1183 "$ref": "Library" | 1183 "$ref": "Library" |
1184 }, | 1184 }, |
1185 "type": "array" | 1185 "type": "array" |
1186 }, | 1186 }, |
1187 "apiConfig": { | 1187 "apiConfig": { |
1188 "$ref": "ApiConfigHandler", | 1188 "$ref": "ApiConfigHandler", |
1189 "description": "Serving configuration for [Google Cloud Endp
oints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned
in `GET` requests if `view=FULL` is set." | 1189 "description": "Serving configuration for Google Cloud Endpo
ints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned i
n GET requests if view=FULL is set." |
1190 }, | 1190 }, |
1191 "envVariables": { | 1191 "envVariables": { |
1192 "additionalProperties": { | 1192 "additionalProperties": { |
1193 "type": "string" | 1193 "type": "string" |
1194 }, | 1194 }, |
1195 "description": "Environment variables made available to the
application. Only returned in `GET` requests if `view=FULL` is set.", | 1195 "description": "Environment variables made available to the
application.Only returned in GET requests if view=FULL is set.", |
1196 "type": "object" | 1196 "type": "object" |
1197 }, | 1197 }, |
1198 "defaultExpiration": { | 1198 "defaultExpiration": { |
1199 "description": "Duration that static files should be cached
by web proxies and browsers. Only applicable if the corresponding [StaticFilesHa
ndler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.
services.versions#staticfileshandler) does not specify its own expiration time.
Only returned in `GET` requests if `view=FULL` is set.", | 1199 "description": "Duration that static files should be cached
by web proxies and browsers. Only applicable if the corresponding StaticFilesHan
dler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.s
ervices.versions#staticfileshandler) does not specify its own expiration time.On
ly returned in GET requests if view=FULL is set.", |
1200 "type": "string" | 1200 "type": "string" |
1201 }, | 1201 }, |
1202 "healthCheck": { | 1202 "healthCheck": { |
1203 "$ref": "HealthCheck", | 1203 "$ref": "HealthCheck", |
1204 "description": "Configures health checking for VM instances.
Unhealthy instances are be stopped and replaced with new instances. Only applic
able for VM runtimes. Only returned in `GET` requests if `view=FULL` is set." | 1204 "description": "Configures health checking for VM instances.
Unhealthy instances are be stopped and replaced with new instances. Only applic
able for VM runtimes.Only returned in GET requests if view=FULL is set." |
1205 }, | 1205 }, |
1206 "nobuildFilesRegex": { | 1206 "nobuildFilesRegex": { |
1207 "description": "Files that match this pattern will not be bu
ilt into this version. Only applicable for Go runtimes. Only returned in `GET` r
equests if `view=FULL` is set.", | 1207 "description": "Files that match this pattern will not be bu
ilt into this version. Only applicable for Go runtimes.Only returned in GET requ
ests if view=FULL is set.", |
1208 "type": "string" | 1208 "type": "string" |
1209 }, | 1209 }, |
1210 "deployment": { | 1210 "deployment": { |
1211 "$ref": "Deployment", | 1211 "$ref": "Deployment", |
1212 "description": "Code and application artifacts that make up
this version. Only returned in `GET` requests if `view=FULL` is set." | 1212 "description": "Code and application artifacts that make up
this version.Only returned in GET requests if view=FULL is set." |
| 1213 }, |
| 1214 "endpointsApiService": { |
| 1215 "$ref": "EndpointsApiService", |
| 1216 "description": "Cloud Endpoints configuration.If endpoints_a
pi_service is set, the Cloud Endpoints Extensible Service Proxy will be provided
to serve the API implemented by the app." |
1213 } | 1217 } |
1214 }, | 1218 }, |
1215 "type": "object" | 1219 "type": "object" |
1216 }, | 1220 }, |
1217 "AutomaticScaling": { | 1221 "AutomaticScaling": { |
1218 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", | 1222 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", |
1219 "id": "AutomaticScaling", | 1223 "id": "AutomaticScaling", |
1220 "properties": { | 1224 "properties": { |
1221 "coolDownPeriod": { | 1225 "coolDownPeriod": { |
1222 "description": "Amount of time that the [Autoscaler](https:/
/cloud.google.com/compute/docs/autoscaler/) should wait between changes to the n
umber of virtual machines. Only applicable for VM runtimes.", | 1226 "description": "Amount of time that the Autoscaler (https://
cloud.google.com/compute/docs/autoscaler/) should wait between changes to the nu
mber of virtual machines. Only applicable for VM runtimes.", |
1223 "type": "string" | 1227 "type": "string" |
1224 }, | 1228 }, |
1225 "cpuUtilization": { | 1229 "cpuUtilization": { |
1226 "$ref": "CpuUtilization", | 1230 "$ref": "CpuUtilization", |
1227 "description": "Target scaling by CPU usage." | 1231 "description": "Target scaling by CPU usage." |
1228 }, | 1232 }, |
1229 "maxConcurrentRequests": { | 1233 "maxConcurrentRequests": { |
1230 "description": "Number of concurrent requests an automatic s
caling instance can accept before the scheduler spawns a new instance. Defaults
to a runtime-specific value.", | 1234 "description": "Number of concurrent requests an automatic s
caling instance can accept before the scheduler spawns a new instance.Defaults t
o a runtime-specific value.", |
1231 "format": "int32", | 1235 "format": "int32", |
1232 "type": "integer" | 1236 "type": "integer" |
1233 }, | 1237 }, |
1234 "maxIdleInstances": { | 1238 "maxIdleInstances": { |
1235 "description": "Maximum number of idle instances that should
be maintained for this version.", | 1239 "description": "Maximum number of idle instances that should
be maintained for this version.", |
1236 "format": "int32", | 1240 "format": "int32", |
1237 "type": "integer" | 1241 "type": "integer" |
1238 }, | 1242 }, |
1239 "maxTotalInstances": { | 1243 "maxTotalInstances": { |
1240 "description": "Maximum number of instances that should be s
tarted to handle requests.", | 1244 "description": "Maximum number of instances that should be s
tarted to handle requests.", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 "type": "integer" | 1379 "type": "integer" |
1376 } | 1380 } |
1377 }, | 1381 }, |
1378 "type": "object" | 1382 "type": "object" |
1379 }, | 1383 }, |
1380 "ManualScaling": { | 1384 "ManualScaling": { |
1381 "description": "A service with manual scaling runs continuously, all
owing you to perform complex initialization and rely on the state of its memory
over time.", | 1385 "description": "A service with manual scaling runs continuously, all
owing you to perform complex initialization and rely on the state of its memory
over time.", |
1382 "id": "ManualScaling", | 1386 "id": "ManualScaling", |
1383 "properties": { | 1387 "properties": { |
1384 "instances": { | 1388 "instances": { |
1385 "description": "Number of instances to assign to the service
at the start. This number can later be altered by using the [Modules API](https
://cloud.google.com/appengine/docs/python/modules/functions) `set_num_instances(
)` function.", | 1389 "description": "Number of instances to assign to the service
at the start. This number can later be altered by using the Modules API (https:
//cloud.google.com/appengine/docs/python/modules/functions) set_num_instances()
function.", |
1386 "format": "int32", | 1390 "format": "int32", |
1387 "type": "integer" | 1391 "type": "integer" |
1388 } | 1392 } |
1389 }, | 1393 }, |
1390 "type": "object" | 1394 "type": "object" |
1391 }, | 1395 }, |
1392 "Network": { | 1396 "Network": { |
1393 "description": "Extra network settings. Only applicable for VM runti
mes.", | 1397 "description": "Extra network settings. Only applicable for VM runti
mes.", |
1394 "id": "Network", | 1398 "id": "Network", |
1395 "properties": { | 1399 "properties": { |
1396 "forwardedPorts": { | 1400 "forwardedPorts": { |
1397 "description": "List of ports, or port pairs, to forward fro
m the virtual machine to the application container.", | 1401 "description": "List of ports, or port pairs, to forward fro
m the virtual machine to the application container.", |
1398 "items": { | 1402 "items": { |
1399 "type": "string" | 1403 "type": "string" |
1400 }, | 1404 }, |
1401 "type": "array" | 1405 "type": "array" |
1402 }, | 1406 }, |
1403 "instanceTag": { | 1407 "instanceTag": { |
1404 "description": "Tag to apply to the VM instance during creat
ion.", | 1408 "description": "Tag to apply to the VM instance during creat
ion.", |
1405 "type": "string" | 1409 "type": "string" |
1406 }, | 1410 }, |
1407 "name": { | 1411 "name": { |
1408 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path. Default
s to `default`.", | 1412 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path.Defaults
to default.", |
| 1413 "type": "string" |
| 1414 }, |
| 1415 "subnetworkName": { |
| 1416 "description": "Google Cloud Platform sub-network where the
virtual machines are created. Specify the short name, not the resource path.If a
subnetwork name is specified, a network name will also be required unless it is
for the default network. If the network the VM instance is being created in is
a Legacy network, then the IP address is allocated from the IPv4Range. If the ne
twork the VM instance is being created in is an auto Subnet Mode Network, then o
nly network name should be specified (not the subnetwork_name) and the IP addres
s is created from the IPCidrRange of the subnetwork that exists in that zone for
that network. If the network the VM instance is being created in is a custom Su
bnet Mode Network, then the subnetwork_name must be specified and the IP address
is created from the IPCidrRange of the subnetwork.If specified, the subnetwork
must exist in the same region as the Flex app.", |
1409 "type": "string" | 1417 "type": "string" |
1410 } | 1418 } |
1411 }, | 1419 }, |
1412 "type": "object" | 1420 "type": "object" |
1413 }, | 1421 }, |
1414 "Resources": { | 1422 "Resources": { |
1415 "description": "Machine resources for a version.", | 1423 "description": "Machine resources for a version.", |
1416 "id": "Resources", | 1424 "id": "Resources", |
1417 "properties": { | 1425 "properties": { |
1418 "cpu": { | 1426 "cpu": { |
1419 "description": "Number of CPU cores needed.", | 1427 "description": "Number of CPU cores needed.", |
1420 "format": "double", | 1428 "format": "double", |
1421 "type": "number" | 1429 "type": "number" |
1422 }, | 1430 }, |
1423 "diskGb": { | 1431 "diskGb": { |
1424 "description": "Disk size (GB) needed.", | 1432 "description": "Disk size (GB) needed.", |
1425 "format": "double", | 1433 "format": "double", |
1426 "type": "number" | 1434 "type": "number" |
1427 }, | 1435 }, |
1428 "memoryGb": { | 1436 "memoryGb": { |
1429 "description": "Memory (GB) needed.", | 1437 "description": "Memory (GB) needed.", |
1430 "format": "double", | 1438 "format": "double", |
1431 "type": "number" | 1439 "type": "number" |
| 1440 }, |
| 1441 "volumes": { |
| 1442 "description": "Volumes mounted within the app container.", |
| 1443 "items": { |
| 1444 "$ref": "Volume" |
| 1445 }, |
| 1446 "type": "array" |
| 1447 } |
| 1448 }, |
| 1449 "type": "object" |
| 1450 }, |
| 1451 "Volume": { |
| 1452 "description": "Volumes mounted within the app container. Only appli
cable for VM runtimes.", |
| 1453 "id": "Volume", |
| 1454 "properties": { |
| 1455 "name": { |
| 1456 "description": "Unique name for the volume.", |
| 1457 "type": "string" |
| 1458 }, |
| 1459 "volumeType": { |
| 1460 "description": "Underlying volume type, e.g. 'tmpfs'.", |
| 1461 "type": "string" |
| 1462 }, |
| 1463 "sizeGb": { |
| 1464 "description": "Volume size in gigabytes.", |
| 1465 "format": "double", |
| 1466 "type": "number" |
1432 } | 1467 } |
1433 }, | 1468 }, |
1434 "type": "object" | 1469 "type": "object" |
1435 }, | 1470 }, |
1436 "UrlMap": { | 1471 "UrlMap": { |
1437 "description": "URL pattern and description of how the URL should be
handled. App Engine can handle URLs by executing application code, or by servin
g static files uploaded with the version, such as images, CSS, or JavaScript.", | 1472 "description": "URL pattern and description of how the URL should be
handled. App Engine can handle URLs by executing application code, or by servin
g static files uploaded with the version, such as images, CSS, or JavaScript.", |
1438 "id": "UrlMap", | 1473 "id": "UrlMap", |
1439 "properties": { | 1474 "properties": { |
1440 "urlRegex": { | 1475 "urlRegex": { |
1441 "description": "A URL prefix. Uses regular expression syntax
, which means regexp special characters must be escaped, but should not contain
groupings. All URLs that begin with this prefix are handled by this handler, usi
ng the portion of the URL after the prefix as part of the file path.", | 1476 "description": "A URL prefix. Uses regular expression syntax
, which means regexp special characters must be escaped, but should not contain
groupings. All URLs that begin with this prefix are handled by this handler, usi
ng the portion of the URL after the prefix as part of the file path.", |
(...skipping 26 matching lines...) Expand all Loading... |
1468 "description": "Level of login required to access this resou
rce.", | 1503 "description": "Level of login required to access this resou
rce.", |
1469 "enum": [ | 1504 "enum": [ |
1470 "LOGIN_UNSPECIFIED", | 1505 "LOGIN_UNSPECIFIED", |
1471 "LOGIN_OPTIONAL", | 1506 "LOGIN_OPTIONAL", |
1472 "LOGIN_ADMIN", | 1507 "LOGIN_ADMIN", |
1473 "LOGIN_REQUIRED" | 1508 "LOGIN_REQUIRED" |
1474 ], | 1509 ], |
1475 "type": "string" | 1510 "type": "string" |
1476 }, | 1511 }, |
1477 "authFailAction": { | 1512 "authFailAction": { |
1478 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", | 1513 "description": "Action to take when users access resources t
hat require authentication. Defaults to redirect.", |
1479 "enum": [ | 1514 "enum": [ |
1480 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1515 "AUTH_FAIL_ACTION_UNSPECIFIED", |
1481 "AUTH_FAIL_ACTION_REDIRECT", | 1516 "AUTH_FAIL_ACTION_REDIRECT", |
1482 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1517 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
1483 ], | 1518 ], |
1484 "type": "string" | 1519 "type": "string" |
1485 }, | 1520 }, |
1486 "redirectHttpResponseCode": { | 1521 "redirectHttpResponseCode": { |
1487 "description": "`30x` code to use when performing redirects
for the `secure` field. Defaults to `302`.", | 1522 "description": "30x code to use when performing redirects fo
r the secure field. Defaults to 302.", |
1488 "enum": [ | 1523 "enum": [ |
1489 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", | 1524 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", |
1490 "REDIRECT_HTTP_RESPONSE_CODE_301", | 1525 "REDIRECT_HTTP_RESPONSE_CODE_301", |
1491 "REDIRECT_HTTP_RESPONSE_CODE_302", | 1526 "REDIRECT_HTTP_RESPONSE_CODE_302", |
1492 "REDIRECT_HTTP_RESPONSE_CODE_303", | 1527 "REDIRECT_HTTP_RESPONSE_CODE_303", |
1493 "REDIRECT_HTTP_RESPONSE_CODE_307" | 1528 "REDIRECT_HTTP_RESPONSE_CODE_307" |
1494 ], | 1529 ], |
1495 "type": "string" | 1530 "type": "string" |
1496 } | 1531 } |
1497 }, | 1532 }, |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1570 "ERROR_CODE_DOS_API_DENIAL", | 1605 "ERROR_CODE_DOS_API_DENIAL", |
1571 "ERROR_CODE_TIMEOUT" | 1606 "ERROR_CODE_TIMEOUT" |
1572 ], | 1607 ], |
1573 "type": "string" | 1608 "type": "string" |
1574 }, | 1609 }, |
1575 "staticFile": { | 1610 "staticFile": { |
1576 "description": "Static file content to be served for this er
ror.", | 1611 "description": "Static file content to be served for this er
ror.", |
1577 "type": "string" | 1612 "type": "string" |
1578 }, | 1613 }, |
1579 "mimeType": { | 1614 "mimeType": { |
1580 "description": "MIME type of file. Defaults to `text/html`."
, | 1615 "description": "MIME type of file. Defaults to text/html.", |
1581 "type": "string" | 1616 "type": "string" |
1582 } | 1617 } |
1583 }, | 1618 }, |
1584 "type": "object" | 1619 "type": "object" |
1585 }, | 1620 }, |
1586 "Library": { | 1621 "Library": { |
1587 "description": "Third-party Python runtime library that is required
by the application.", | 1622 "description": "Third-party Python runtime library that is required
by the application.", |
1588 "id": "Library", | 1623 "id": "Library", |
1589 "properties": { | 1624 "properties": { |
1590 "name": { | 1625 "name": { |
1591 "description": "Name of the library. Example: \"django\".", | 1626 "description": "Name of the library. Example: \"django\".", |
1592 "type": "string" | 1627 "type": "string" |
1593 }, | 1628 }, |
1594 "version": { | 1629 "version": { |
1595 "description": "Version of the library to select, or \"lates
t\".", | 1630 "description": "Version of the library to select, or \"lates
t\".", |
1596 "type": "string" | 1631 "type": "string" |
1597 } | 1632 } |
1598 }, | 1633 }, |
1599 "type": "object" | 1634 "type": "object" |
1600 }, | 1635 }, |
1601 "ApiConfigHandler": { | 1636 "ApiConfigHandler": { |
1602 "description": "[Google Cloud Endpoints](https://cloud.google.com/ap
pengine/docs/python/endpoints/) configuration for API handlers.", | 1637 "description": "Google Cloud Endpoints (https://cloud.google.com/app
engine/docs/python/endpoints/) configuration for API handlers.", |
1603 "id": "ApiConfigHandler", | 1638 "id": "ApiConfigHandler", |
1604 "properties": { | 1639 "properties": { |
1605 "authFailAction": { | 1640 "authFailAction": { |
1606 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", | 1641 "description": "Action to take when users access resources t
hat require authentication. Defaults to redirect.", |
1607 "enum": [ | 1642 "enum": [ |
1608 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1643 "AUTH_FAIL_ACTION_UNSPECIFIED", |
1609 "AUTH_FAIL_ACTION_REDIRECT", | 1644 "AUTH_FAIL_ACTION_REDIRECT", |
1610 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1645 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
1611 ], | 1646 ], |
1612 "type": "string" | 1647 "type": "string" |
1613 }, | 1648 }, |
1614 "login": { | 1649 "login": { |
1615 "description": "Level of login required to access this resou
rce. Defaults to `optional`.", | 1650 "description": "Level of login required to access this resou
rce. Defaults to optional.", |
1616 "enum": [ | 1651 "enum": [ |
1617 "LOGIN_UNSPECIFIED", | 1652 "LOGIN_UNSPECIFIED", |
1618 "LOGIN_OPTIONAL", | 1653 "LOGIN_OPTIONAL", |
1619 "LOGIN_ADMIN", | 1654 "LOGIN_ADMIN", |
1620 "LOGIN_REQUIRED" | 1655 "LOGIN_REQUIRED" |
1621 ], | 1656 ], |
1622 "type": "string" | 1657 "type": "string" |
1623 }, | 1658 }, |
1624 "script": { | 1659 "script": { |
1625 "description": "Path to the script from the application root
directory.", | 1660 "description": "Path to the script from the application root
directory.", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 "type": "array" | 1739 "type": "array" |
1705 } | 1740 } |
1706 }, | 1741 }, |
1707 "type": "object" | 1742 "type": "object" |
1708 }, | 1743 }, |
1709 "FileInfo": { | 1744 "FileInfo": { |
1710 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", | 1745 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", |
1711 "id": "FileInfo", | 1746 "id": "FileInfo", |
1712 "properties": { | 1747 "properties": { |
1713 "sourceUrl": { | 1748 "sourceUrl": { |
1714 "description": "URL source to use to fetch this file. Must b
e a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.goo
gleapis.com/\\/\\'.", | 1749 "description": "URL source to use to fetch this file. Must b
e a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.goo
gleapis.com//'.", |
1715 "type": "string" | 1750 "type": "string" |
1716 }, | 1751 }, |
1717 "sha1Sum": { | 1752 "sha1Sum": { |
1718 "description": "The SHA1 hash of the file, in hex.", | 1753 "description": "The SHA1 hash of the file, in hex.", |
1719 "type": "string" | 1754 "type": "string" |
1720 }, | 1755 }, |
1721 "mimeType": { | 1756 "mimeType": { |
1722 "description": "The MIME type of the file. Defaults to the v
alue from Google Cloud Storage.", | 1757 "description": "The MIME type of the file.Defaults to the va
lue from Google Cloud Storage.", |
1723 "type": "string" | 1758 "type": "string" |
1724 } | 1759 } |
1725 }, | 1760 }, |
1726 "type": "object" | 1761 "type": "object" |
1727 }, | 1762 }, |
1728 "ContainerInfo": { | 1763 "ContainerInfo": { |
1729 "description": "Docker image that is used to start a VM container fo
r the version you deploy.", | 1764 "description": "Docker image that is used to start a VM container fo
r the version you deploy.", |
1730 "id": "ContainerInfo", | 1765 "id": "ContainerInfo", |
1731 "properties": { | 1766 "properties": { |
1732 "image": { | 1767 "image": { |
(...skipping 11 matching lines...) Expand all Loading... |
1744 "description": "URI string identifying the repository. Examp
le: \"https://source.developers.google.com/p/app-123/r/default\"", | 1779 "description": "URI string identifying the repository. Examp
le: \"https://source.developers.google.com/p/app-123/r/default\"", |
1745 "type": "string" | 1780 "type": "string" |
1746 }, | 1781 }, |
1747 "revisionId": { | 1782 "revisionId": { |
1748 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", | 1783 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", |
1749 "type": "string" | 1784 "type": "string" |
1750 } | 1785 } |
1751 }, | 1786 }, |
1752 "type": "object" | 1787 "type": "object" |
1753 }, | 1788 }, |
| 1789 "EndpointsApiService": { |
| 1790 "description": "Cloud Endpoints (https://cloud.google.com/endpoints)
configuration. The Endpoints API Service provides tooling for serving Open API
and gRPC endpoints via an NGINX proxy.The fields here refer to the name and conf
iguration id of a \"service\" resource in the Service Management API (https://cl
oud.google.com/service-management/overview).", |
| 1791 "id": "EndpointsApiService", |
| 1792 "properties": { |
| 1793 "name": { |
| 1794 "description": "Endpoints service name which is the name of
the \"service\" resource in the Service Management API. For example \"myapi.endp
oints.myproject.cloud.goog\"", |
| 1795 "type": "string" |
| 1796 }, |
| 1797 "configId": { |
| 1798 "description": "Endpoints service configuration id as specif
ied by the Service Management API. For example \"2016-09-19r1\"", |
| 1799 "type": "string" |
| 1800 } |
| 1801 }, |
| 1802 "type": "object" |
| 1803 }, |
1754 "ListVersionsResponse": { | 1804 "ListVersionsResponse": { |
1755 "description": "Response message for `Versions.ListVersions`.", | 1805 "description": "Response message for Versions.ListVersions.", |
1756 "id": "ListVersionsResponse", | 1806 "id": "ListVersionsResponse", |
1757 "properties": { | 1807 "properties": { |
1758 "versions": { | 1808 "versions": { |
1759 "description": "The versions belonging to the requested serv
ice.", | 1809 "description": "The versions belonging to the requested serv
ice.", |
1760 "items": { | 1810 "items": { |
1761 "$ref": "Version" | 1811 "$ref": "Version" |
1762 }, | 1812 }, |
1763 "type": "array" | 1813 "type": "array" |
1764 }, | 1814 }, |
1765 "nextPageToken": { | 1815 "nextPageToken": { |
1766 "description": "Continuation token for fetching the next pag
e of results.", | 1816 "description": "Continuation token for fetching the next pag
e of results.", |
1767 "type": "string" | 1817 "type": "string" |
1768 } | 1818 } |
1769 }, | 1819 }, |
1770 "type": "object" | 1820 "type": "object" |
1771 }, | 1821 }, |
1772 "Service": { | 1822 "Service": { |
1773 "description": "A Service resource is a logical component of an appl
ication that can share state and communicate in a secure fashion with other serv
ices. For example, an application that handles customer requests might include s
eparate services to handle other tasks such as API requests from mobile devices
or backend data analysis. Each service has a collection of versions that define
a specific set of code used to implement the functionality of that service.", | 1823 "description": "A Service resource is a logical component of an appl
ication that can share state and communicate in a secure fashion with other serv
ices. For example, an application that handles customer requests might include s
eparate services to handle other tasks such as API requests from mobile devices
or backend data analysis. Each service has a collection of versions that define
a specific set of code used to implement the functionality of that service.", |
1774 "id": "Service", | 1824 "id": "Service", |
1775 "properties": { | 1825 "properties": { |
1776 "name": { | 1826 "name": { |
1777 "description": "Full path to the Service resource in the API
. Example: `apps/myapp/services/default`. @OutputOnly", | 1827 "description": "Full path to the Service resource in the API
. Example: apps/myapp/services/default.@OutputOnly", |
1778 "type": "string" | 1828 "type": "string" |
1779 }, | 1829 }, |
1780 "id": { | 1830 "id": { |
1781 "description": "Relative name of the service within the appl
ication. Example: `default`. @OutputOnly", | 1831 "description": "Relative name of the service within the appl
ication. Example: default.@OutputOnly", |
1782 "type": "string" | 1832 "type": "string" |
1783 }, | 1833 }, |
1784 "split": { | 1834 "split": { |
1785 "$ref": "TrafficSplit", | 1835 "$ref": "TrafficSplit", |
1786 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the service." | 1836 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the service." |
1787 } | 1837 } |
1788 }, | 1838 }, |
1789 "type": "object" | 1839 "type": "object" |
1790 }, | 1840 }, |
1791 "TrafficSplit": { | 1841 "TrafficSplit": { |
(...skipping 14 matching lines...) Expand all Loading... |
1806 "format": "double", | 1856 "format": "double", |
1807 "type": "number" | 1857 "type": "number" |
1808 }, | 1858 }, |
1809 "description": "Mapping from version IDs within the service
to fractional (0.000, 1] allocations of traffic for that version. Each version c
an be specified only once, but some versions in the service may not have any tra
ffic allocation. Services that have traffic allocated cannot be deleted until ei
ther the service is deleted or their traffic allocation is removed. Allocations
must sum to 1. Up to two decimal place precision is supported for IP-based split
s and up to three decimal places is supported for cookie-based splits.", | 1859 "description": "Mapping from version IDs within the service
to fractional (0.000, 1] allocations of traffic for that version. Each version c
an be specified only once, but some versions in the service may not have any tra
ffic allocation. Services that have traffic allocated cannot be deleted until ei
ther the service is deleted or their traffic allocation is removed. Allocations
must sum to 1. Up to two decimal place precision is supported for IP-based split
s and up to three decimal places is supported for cookie-based splits.", |
1810 "type": "object" | 1860 "type": "object" |
1811 } | 1861 } |
1812 }, | 1862 }, |
1813 "type": "object" | 1863 "type": "object" |
1814 }, | 1864 }, |
1815 "ListServicesResponse": { | 1865 "ListServicesResponse": { |
1816 "description": "Response message for `Services.ListServices`.", | 1866 "description": "Response message for Services.ListServices.", |
1817 "id": "ListServicesResponse", | 1867 "id": "ListServicesResponse", |
1818 "properties": { | 1868 "properties": { |
1819 "services": { | 1869 "services": { |
1820 "description": "The services belonging to the requested appl
ication.", | 1870 "description": "The services belonging to the requested appl
ication.", |
1821 "items": { | 1871 "items": { |
1822 "$ref": "Service" | 1872 "$ref": "Service" |
1823 }, | 1873 }, |
1824 "type": "array" | 1874 "type": "array" |
1825 }, | 1875 }, |
1826 "nextPageToken": { | 1876 "nextPageToken": { |
1827 "description": "Continuation token for fetching the next pag
e of results.", | 1877 "description": "Continuation token for fetching the next pag
e of results.", |
1828 "type": "string" | 1878 "type": "string" |
1829 } | 1879 } |
1830 }, | 1880 }, |
1831 "type": "object" | 1881 "type": "object" |
1832 }, | 1882 }, |
1833 "Instance": { | 1883 "Instance": { |
1834 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", | 1884 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", |
1835 "id": "Instance", | 1885 "id": "Instance", |
1836 "properties": { | 1886 "properties": { |
1837 "name": { | 1887 "name": { |
1838 "description": "Full path to the Instance resource in the AP
I. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`. @Out
putOnly", | 1888 "description": "Full path to the Instance resource in the AP
I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output
Only", |
1839 "type": "string" | 1889 "type": "string" |
1840 }, | 1890 }, |
1841 "id": { | 1891 "id": { |
1842 "description": "Relative name of the instance within the ver
sion. Example: `instance-1`. @OutputOnly", | 1892 "description": "Relative name of the instance within the ver
sion. Example: instance-1.@OutputOnly", |
1843 "type": "string" | 1893 "type": "string" |
1844 }, | 1894 }, |
1845 "appEngineRelease": { | 1895 "appEngineRelease": { |
1846 "description": "App Engine release this instance is running
on. @OutputOnly", | 1896 "description": "App Engine release this instance is running
on.@OutputOnly", |
1847 "type": "string" | 1897 "type": "string" |
1848 }, | 1898 }, |
1849 "availability": { | 1899 "availability": { |
1850 "description": "Availability of the instance. @OutputOnly", | 1900 "description": "Availability of the instance.@OutputOnly", |
1851 "enum": [ | 1901 "enum": [ |
1852 "UNSPECIFIED", | 1902 "UNSPECIFIED", |
1853 "RESIDENT", | 1903 "RESIDENT", |
1854 "DYNAMIC" | 1904 "DYNAMIC" |
1855 ], | 1905 ], |
1856 "type": "string" | 1906 "type": "string" |
1857 }, | 1907 }, |
1858 "vmName": { | 1908 "vmName": { |
1859 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment. @Ou
tputOnly", | 1909 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment.@Out
putOnly", |
1860 "type": "string" | 1910 "type": "string" |
1861 }, | 1911 }, |
1862 "vmZoneName": { | 1912 "vmZoneName": { |
1863 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment. @OutputOnly", | 1913 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment.@OutputOnly", |
1864 "type": "string" | 1914 "type": "string" |
1865 }, | 1915 }, |
1866 "vmId": { | 1916 "vmId": { |
1867 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment. @OutputOnly", | 1917 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment.@OutputOnly", |
1868 "type": "string" | 1918 "type": "string" |
1869 }, | 1919 }, |
1870 "startTimestamp": { | 1920 "startTimestamp": { |
1871 "description": "Time that this instance was started. @Output
Only", | 1921 "description": "Time that this instance was started.@OutputO
nly", |
1872 "type": "string" | 1922 "type": "string" |
1873 }, | 1923 }, |
1874 "requests": { | 1924 "requests": { |
1875 "description": "Number of requests since this instance was s
tarted. @OutputOnly", | 1925 "description": "Number of requests since this instance was s
tarted.@OutputOnly", |
1876 "format": "int32", | 1926 "format": "int32", |
1877 "type": "integer" | 1927 "type": "integer" |
1878 }, | 1928 }, |
1879 "errors": { | 1929 "errors": { |
1880 "description": "Number of errors since this instance was sta
rted. @OutputOnly", | 1930 "description": "Number of errors since this instance was sta
rted.@OutputOnly", |
1881 "format": "uint32", | 1931 "format": "uint32", |
1882 "type": "integer" | 1932 "type": "integer" |
1883 }, | 1933 }, |
1884 "qps": { | 1934 "qps": { |
1885 "description": "Average queries per second (QPS) over the la
st minute. @OutputOnly", | 1935 "description": "Average queries per second (QPS) over the la
st minute.@OutputOnly", |
1886 "format": "float", | 1936 "format": "float", |
1887 "type": "number" | 1937 "type": "number" |
1888 }, | 1938 }, |
1889 "averageLatency": { | 1939 "averageLatency": { |
1890 "description": "Average latency (ms) over the last minute. @
OutputOnly", | 1940 "description": "Average latency (ms) over the last minute.@O
utputOnly", |
1891 "format": "int32", | 1941 "format": "int32", |
1892 "type": "integer" | 1942 "type": "integer" |
1893 }, | 1943 }, |
1894 "memoryUsage": { | 1944 "memoryUsage": { |
1895 "description": "Total memory in use (bytes). @OutputOnly", | 1945 "description": "Total memory in use (bytes).@OutputOnly", |
1896 "format": "int64", | 1946 "format": "int64", |
1897 "type": "string" | 1947 "type": "string" |
1898 }, | 1948 }, |
1899 "vmStatus": { | 1949 "vmStatus": { |
1900 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment. @
OutputOnly", | 1950 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment.@O
utputOnly", |
1901 "type": "string" | 1951 "type": "string" |
1902 }, | 1952 }, |
1903 "vmUnlocked": { | 1953 "vmUnlocked": { |
1904 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment. @OutputOnly", | 1954 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment.@OutputOnly", |
1905 "type": "boolean" | 1955 "type": "boolean" |
1906 }, | 1956 }, |
1907 "vmIp": { | 1957 "vmIp": { |
1908 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment. @OutputOnly", | 1958 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment.@OutputOnly", |
1909 "type": "string" | 1959 "type": "string" |
1910 } | 1960 } |
1911 }, | 1961 }, |
1912 "type": "object" | 1962 "type": "object" |
1913 }, | 1963 }, |
1914 "ListInstancesResponse": { | 1964 "ListInstancesResponse": { |
1915 "description": "Response message for `Instances.ListInstances`.", | 1965 "description": "Response message for Instances.ListInstances.", |
1916 "id": "ListInstancesResponse", | 1966 "id": "ListInstancesResponse", |
1917 "properties": { | 1967 "properties": { |
1918 "instances": { | 1968 "instances": { |
1919 "description": "The instances belonging to the requested ver
sion.", | 1969 "description": "The instances belonging to the requested ver
sion.", |
1920 "items": { | 1970 "items": { |
1921 "$ref": "Instance" | 1971 "$ref": "Instance" |
1922 }, | 1972 }, |
1923 "type": "array" | 1973 "type": "array" |
1924 }, | 1974 }, |
1925 "nextPageToken": { | 1975 "nextPageToken": { |
1926 "description": "Continuation token for fetching the next pag
e of results.", | 1976 "description": "Continuation token for fetching the next pag
e of results.", |
1927 "type": "string" | 1977 "type": "string" |
1928 } | 1978 } |
1929 }, | 1979 }, |
1930 "type": "object" | 1980 "type": "object" |
1931 }, | 1981 }, |
1932 "DebugInstanceRequest": { | 1982 "DebugInstanceRequest": { |
1933 "description": "Request message for `Instances.DebugInstance`.", | 1983 "description": "Request message for Instances.DebugInstance.", |
1934 "id": "DebugInstanceRequest", | 1984 "id": "DebugInstanceRequest", |
1935 "properties": { | 1985 "properties": { |
1936 "sshKey": { | 1986 "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)", | 1987 "description": "Public SSH key to add to the instance. Examp
les: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] go
ogle-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more in
formation, see Adding and Removing SSH Keys (https://cloud.google.com/compute/do
cs/instances/adding-removing-ssh-keys).", |
1938 "type": "string" | 1988 "type": "string" |
1939 } | 1989 } |
1940 }, | 1990 }, |
1941 "type": "object" | 1991 "type": "object" |
1942 }, | 1992 }, |
1943 "ListLocationsResponse": { | 1993 "ListLocationsResponse": { |
1944 "description": "The response message for LocationService.ListLocatio
ns.", | 1994 "description": "The response message for LocationService.ListLocatio
ns.", |
1945 "id": "ListLocationsResponse", | 1995 "id": "ListLocationsResponse", |
1946 "properties": { | 1996 "properties": { |
1947 "locations": { | 1997 "locations": { |
1948 "description": "A list of locations that matches the specifi
ed filter in the request.", | 1998 "description": "A list of locations that matches the specifi
ed filter in the request.", |
1949 "items": { | 1999 "items": { |
1950 "$ref": "Location" | 2000 "$ref": "Location" |
1951 }, | 2001 }, |
1952 "type": "array" | 2002 "type": "array" |
1953 }, | 2003 }, |
1954 "nextPageToken": { | 2004 "nextPageToken": { |
1955 "description": "The standard List next-page token.", | 2005 "description": "The standard List next-page token.", |
1956 "type": "string" | 2006 "type": "string" |
1957 } | 2007 } |
1958 }, | 2008 }, |
1959 "type": "object" | 2009 "type": "object" |
1960 }, | 2010 }, |
1961 "Location": { | 2011 "Location": { |
1962 "description": "A resource that represents Google Cloud Platform loc
ation.", | 2012 "description": "A resource that represents Google Cloud Platform loc
ation.", |
1963 "id": "Location", | 2013 "id": "Location", |
1964 "properties": { | 2014 "properties": { |
1965 "name": { | 2015 "name": { |
1966 "description": "Resource name for the location, which may va
ry between implementations. For example: `\"projects/example-project/locations/u
s-east1\"`", | 2016 "description": "Resource name for the location, which may va
ry between implementations. For example: \"projects/example-project/locations/us
-east1\"", |
1967 "type": "string" | 2017 "type": "string" |
1968 }, | 2018 }, |
1969 "locationId": { | 2019 "locationId": { |
1970 "description": "The canonical id for this location. For exam
ple: `\"us-east1\"`.", | 2020 "description": "The canonical id for this location. For exam
ple: \"us-east1\".", |
1971 "type": "string" | 2021 "type": "string" |
1972 }, | 2022 }, |
1973 "labels": { | 2023 "labels": { |
1974 "additionalProperties": { | 2024 "additionalProperties": { |
1975 "type": "string" | 2025 "type": "string" |
1976 }, | 2026 }, |
1977 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", | 2027 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", |
1978 "type": "object" | 2028 "type": "object" |
1979 }, | 2029 }, |
1980 "metadata": { | 2030 "metadata": { |
1981 "additionalProperties": { | 2031 "additionalProperties": { |
1982 "description": "Properties of the object. Contains field
@type with type URL.", | 2032 "description": "Properties of the object. Contains field
@type with type URL.", |
1983 "type": "any" | 2033 "type": "any" |
1984 }, | 2034 }, |
1985 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", | 2035 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", |
1986 "type": "object" | 2036 "type": "object" |
1987 } | 2037 } |
1988 }, | 2038 }, |
1989 "type": "object" | 2039 "type": "object" |
1990 }, | 2040 }, |
1991 "OperationMetadataExperimental": { | 2041 "OperationMetadataExperimental": { |
1992 "description": "Metadata for the given google.longrunning.Operation.
", | 2042 "description": "Metadata for the given google.longrunning.Operation.
", |
1993 "id": "OperationMetadataExperimental", | 2043 "id": "OperationMetadataExperimental", |
1994 "properties": { | 2044 "properties": { |
1995 "method": { | 2045 "method": { |
1996 "description": "API method that initiated this operation. Ex
ample: `google.appengine.experimental.CustomDomains.CreateCustomDomain`. @Output
Only", | 2046 "description": "API method that initiated this operation. Ex
ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl
y", |
1997 "type": "string" | 2047 "type": "string" |
1998 }, | 2048 }, |
1999 "insertTime": { | 2049 "insertTime": { |
2000 "description": "Time that this operation was created. @Outpu
tOnly", | 2050 "description": "Time that this operation was created.@Output
Only", |
2001 "type": "string" | 2051 "type": "string" |
2002 }, | 2052 }, |
2003 "endTime": { | 2053 "endTime": { |
2004 "description": "Time that this operation completed. @OutputO
nly", | 2054 "description": "Time that this operation completed.@OutputOn
ly", |
2005 "type": "string" | 2055 "type": "string" |
2006 }, | 2056 }, |
2007 "user": { | 2057 "user": { |
2008 "description": "User who requested this operation. @OutputOn
ly", | 2058 "description": "User who requested this operation.@OutputOnl
y", |
2009 "type": "string" | 2059 "type": "string" |
2010 }, | 2060 }, |
2011 "target": { | 2061 "target": { |
2012 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/customDomains/example.com`. @OutputOnly", | 2062 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly", |
2013 "type": "string" | 2063 "type": "string" |
2014 } | 2064 } |
2015 }, | 2065 }, |
2016 "type": "object" | 2066 "type": "object" |
2017 }, | 2067 }, |
2018 "OperationMetadata": { | 2068 "OperationMetadata": { |
2019 "description": "Metadata for the given google.longrunning.Operation.
", | 2069 "description": "Metadata for the given google.longrunning.Operation.
", |
2020 "id": "OperationMetadata", | 2070 "id": "OperationMetadata", |
2021 "properties": { | 2071 "properties": { |
2022 "operationType": { | 2072 "operationType": { |
2023 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\". @OutputOnly", | 2073 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\".@OutputOnly", |
2024 "type": "string" | 2074 "type": "string" |
2025 }, | 2075 }, |
2026 "insertTime": { | 2076 "insertTime": { |
2027 "description": "Timestamp that this operation was created. @
OutputOnly", | 2077 "description": "Timestamp that this operation was created.@O
utputOnly", |
2028 "type": "string" | 2078 "type": "string" |
2029 }, | 2079 }, |
2030 "endTime": { | 2080 "endTime": { |
2031 "description": "Timestamp that this operation completed. @Ou
tputOnly", | 2081 "description": "Timestamp that this operation completed.@Out
putOnly", |
2032 "type": "string" | 2082 "type": "string" |
2033 }, | 2083 }, |
2034 "user": { | 2084 "user": { |
2035 "description": "User who requested this operation. @OutputOn
ly", | 2085 "description": "User who requested this operation.@OutputOnl
y", |
2036 "type": "string" | 2086 "type": "string" |
2037 }, | 2087 }, |
2038 "target": { | 2088 "target": { |
2039 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/modules/default`. @OutputOnly", | 2089 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/modules/default.@OutputOnly", |
2040 "type": "string" | 2090 "type": "string" |
2041 }, | 2091 }, |
2042 "method": { | 2092 "method": { |
2043 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1beta4.Version.CreateVersion`. @OutputOnly", | 2093 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly", |
2044 "type": "string" | 2094 "type": "string" |
2045 } | 2095 } |
2046 }, | 2096 }, |
2047 "type": "object" | 2097 "type": "object" |
2048 }, | 2098 }, |
2049 "OperationMetadataV1Beta5": { | 2099 "OperationMetadataV1Beta5": { |
2050 "description": "Metadata for the given google.longrunning.Operation.
", | 2100 "description": "Metadata for the given google.longrunning.Operation.
", |
2051 "id": "OperationMetadataV1Beta5", | 2101 "id": "OperationMetadataV1Beta5", |
2052 "properties": { | 2102 "properties": { |
2053 "method": { | 2103 "method": { |
2054 "description": "API method name that initiated this operatio
n. Example: `google.appengine.v1beta5.Version.CreateVersion`. @OutputOnly", | 2104 "description": "API method name that initiated this operatio
n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly", |
2055 "type": "string" | 2105 "type": "string" |
2056 }, | 2106 }, |
2057 "insertTime": { | 2107 "insertTime": { |
2058 "description": "Timestamp that this operation was created. @
OutputOnly", | 2108 "description": "Timestamp that this operation was created.@O
utputOnly", |
2059 "type": "string" | 2109 "type": "string" |
2060 }, | 2110 }, |
2061 "endTime": { | 2111 "endTime": { |
2062 "description": "Timestamp that this operation completed. @Ou
tputOnly", | 2112 "description": "Timestamp that this operation completed.@Out
putOnly", |
2063 "type": "string" | 2113 "type": "string" |
2064 }, | 2114 }, |
2065 "user": { | 2115 "user": { |
2066 "description": "User who requested this operation. @OutputOn
ly", | 2116 "description": "User who requested this operation.@OutputOnl
y", |
2067 "type": "string" | 2117 "type": "string" |
2068 }, | 2118 }, |
2069 "target": { | 2119 "target": { |
2070 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", | 2120 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
2071 "type": "string" | 2121 "type": "string" |
2072 } | 2122 } |
2073 }, | 2123 }, |
2074 "type": "object" | 2124 "type": "object" |
2075 }, | 2125 }, |
2076 "OperationMetadataV1": { | 2126 "OperationMetadataV1": { |
2077 "description": "Metadata for the given google.longrunning.Operation.
", | 2127 "description": "Metadata for the given google.longrunning.Operation.
", |
2078 "id": "OperationMetadataV1", | 2128 "id": "OperationMetadataV1", |
2079 "properties": { | 2129 "properties": { |
2080 "method": { | 2130 "method": { |
2081 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly", | 2131 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", |
2082 "type": "string" | 2132 "type": "string" |
2083 }, | 2133 }, |
2084 "insertTime": { | 2134 "insertTime": { |
2085 "description": "Time that this operation was created. @Outpu
tOnly", | 2135 "description": "Time that this operation was created.@Output
Only", |
2086 "type": "string" | 2136 "type": "string" |
2087 }, | 2137 }, |
2088 "endTime": { | 2138 "endTime": { |
2089 "description": "Time that this operation completed. @OutputO
nly", | 2139 "description": "Time that this operation completed.@OutputOn
ly", |
2090 "type": "string" | 2140 "type": "string" |
2091 }, | 2141 }, |
2092 "user": { | 2142 "user": { |
2093 "description": "User who requested this operation. @OutputOn
ly", | 2143 "description": "User who requested this operation.@OutputOnl
y", |
2094 "type": "string" | 2144 "type": "string" |
2095 }, | 2145 }, |
2096 "target": { | 2146 "target": { |
2097 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", | 2147 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
2098 "type": "string" | 2148 "type": "string" |
| 2149 }, |
| 2150 "ephemeralMessage": { |
| 2151 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", |
| 2152 "type": "string" |
| 2153 }, |
| 2154 "warning": { |
| 2155 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", |
| 2156 "items": { |
| 2157 "type": "string" |
| 2158 }, |
| 2159 "type": "array" |
2099 } | 2160 } |
2100 }, | 2161 }, |
2101 "type": "object" | 2162 "type": "object" |
2102 }, | 2163 }, |
2103 "LocationMetadata": { | 2164 "LocationMetadata": { |
2104 "description": "Metadata for the given google.cloud.location.Locatio
n.", | 2165 "description": "Metadata for the given google.cloud.location.Locatio
n.", |
2105 "id": "LocationMetadata", | 2166 "id": "LocationMetadata", |
2106 "properties": { | 2167 "properties": { |
2107 "standardEnvironmentAvailable": { | 2168 "standardEnvironmentAvailable": { |
2108 "description": "App Engine Standard Environment is available
in the given location. @OutputOnly", | 2169 "description": "App Engine Standard Environment is available
in the given location.@OutputOnly", |
2109 "type": "boolean" | 2170 "type": "boolean" |
2110 }, | 2171 }, |
2111 "flexibleEnvironmentAvailable": { | 2172 "flexibleEnvironmentAvailable": { |
2112 "description": "App Engine Flexible Environment is available
in the given location. @OutputOnly", | 2173 "description": "App Engine Flexible Environment is available
in the given location.@OutputOnly", |
2113 "type": "boolean" | 2174 "type": "boolean" |
2114 } | 2175 } |
2115 }, | 2176 }, |
2116 "type": "object" | 2177 "type": "object" |
2117 } | 2178 } |
2118 }, | 2179 }, |
2119 "servicePath": "", | 2180 "servicePath": "", |
2120 "title": "Google App Engine Admin API", | 2181 "title": "Google App Engine Admin API", |
2121 "version": "v1beta5" | 2182 "version": "v1beta5" |
2122 } | 2183 } |
OLD | NEW |