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/8zFUuQjeU3OxAa8F7VzgjiZNJ4k\"", | 23 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/WPOHGBs1fdHtwU9urrOWmhzm9OM\"", |
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:v1beta4", | 28 "id": "appengine:v1beta4", |
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": "v1beta4/apps", | 120 "path": "v1beta4/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.", | 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.", |
147 "location": "query", | 147 "location": "query", |
148 "type": "boolean" | 148 "type": "boolean" |
149 } | 149 } |
150 }, | 150 }, |
151 "path": "v1beta4/apps/{appsId}", | 151 "path": "v1beta4/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/v1beta4/apps#Application.FIELDS.auth_domain)
default_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/ref
erence/rest/v1beta4/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. For 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": "v1beta4/apps/{appsId}", | 179 "path": "v1beta4/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 module and all
enclosed versions.", | 272 "description": "Deletes the specified module and all
enclosed versions.", |
273 "httpMethod": "DELETE", | 273 "httpMethod": "DELETE", |
274 "id": "appengine.apps.modules.delete", | 274 "id": "appengine.apps.modules.delete", |
275 "parameterOrder": [ | 275 "parameterOrder": [ |
276 "appsId", | 276 "appsId", |
277 "modulesId" | 277 "modulesId" |
278 ], | 278 ], |
279 "parameters": { | 279 "parameters": { |
280 "appsId": { | 280 "appsId": { |
281 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/modules/default`.", | 281 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", |
282 "location": "path", | 282 "location": "path", |
283 "required": true, | 283 "required": true, |
284 "type": "string" | 284 "type": "string" |
285 }, | 285 }, |
286 "modulesId": { | 286 "modulesId": { |
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": "v1beta4/apps/{appsId}/modules/{modulesId}", | 293 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", |
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 module.", | 302 "description": "Gets the current configuration of th
e specified module.", |
303 "httpMethod": "GET", | 303 "httpMethod": "GET", |
304 "id": "appengine.apps.modules.get", | 304 "id": "appengine.apps.modules.get", |
305 "parameterOrder": [ | 305 "parameterOrder": [ |
306 "appsId", | 306 "appsId", |
307 "modulesId" | 307 "modulesId" |
308 ], | 308 ], |
309 "parameters": { | 309 "parameters": { |
310 "appsId": { | 310 "appsId": { |
311 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/modules/default`.", | 311 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", |
312 "location": "path", | 312 "location": "path", |
313 "required": true, | 313 "required": true, |
314 "type": "string" | 314 "type": "string" |
315 }, | 315 }, |
316 "modulesId": { | 316 "modulesId": { |
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 modules in the applica
tion.", | 334 "description": "Lists all the modules in the applica
tion.", |
335 "httpMethod": "GET", | 335 "httpMethod": "GET", |
336 "id": "appengine.apps.modules.list", | 336 "id": "appengine.apps.modules.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 module.", | 370 "description": "Updates the configuration of the spe
cified module.", |
371 "httpMethod": "PATCH", | 371 "httpMethod": "PATCH", |
372 "id": "appengine.apps.modules.patch", | 372 "id": "appengine.apps.modules.patch", |
373 "parameterOrder": [ | 373 "parameterOrder": [ |
374 "appsId", | 374 "appsId", |
375 "modulesId" | 375 "modulesId" |
376 ], | 376 ], |
377 "parameters": { | 377 "parameters": { |
378 "appsId": { | 378 "appsId": { |
379 "description": "Part of `name`. Name of the
resource to update. Example: `apps/myapp/modules/default`.", | 379 "description": "Part of `name`. Name of the
resource to update. Example: apps/myapp/modules/default.", |
380 "location": "path", | 380 "location": "path", |
381 "required": true, | 381 "required": true, |
382 "type": "string" | 382 "type": "string" |
383 }, | 383 }, |
384 "modulesId": { | 384 "modulesId": { |
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/v1beta4/apps.modules.ver
sions#inboundservicetype) and [automatic scaling](https://cloud.google.com/appen
gine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#automaticscalin
g). You must specify the [`shardBy`](https://cloud.google.com/appengine/docs/adm
in-api/reference/rest/v1beta4/apps.modules#shardby) field in the Module resource
. Gradual traffic migration is not supported in the App Engine flexible environm
ent. For examples, see [Migrating and Splitting Traffic](https://cloud.google.co
m/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/v1beta4/apps.modules.versio
ns#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine
/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#automaticscaling).
You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/
reference/rest/v1beta4/apps.modules#shardby) field in the Module resource. Gradu
al traffic migration is not supported in the App Engine flexible environment. Fo
r examples, see Migrating and Splitting Traffic (https://cloud.google.com/appeng
ine/docs/admin-api/migrating-splitting-traffic).", |
397 "location": "query", | 397 "location": "query", |
398 "type": "boolean" | 398 "type": "boolean" |
399 } | 399 } |
400 }, | 400 }, |
401 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", | 401 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", |
402 "request": { | 402 "request": { |
403 "$ref": "Module" | 403 "$ref": "Module" |
404 }, | 404 }, |
405 "response": { | 405 "response": { |
406 "$ref": "Operation" | 406 "$ref": "Operation" |
407 }, | 407 }, |
408 "scopes": [ | 408 "scopes": [ |
409 "https://www.googleapis.com/auth/cloud-platform" | 409 "https://www.googleapis.com/auth/cloud-platform" |
410 ] | 410 ] |
411 } | 411 } |
412 }, | 412 }, |
413 "resources": { | 413 "resources": { |
414 "versions": { | 414 "versions": { |
415 "methods": { | 415 "methods": { |
416 "create": { | 416 "create": { |
417 "description": "Deploys code and resource fi
les to a new version.", | 417 "description": "Deploys code and resource fi
les to a new version.", |
418 "httpMethod": "POST", | 418 "httpMethod": "POST", |
419 "id": "appengine.apps.modules.versions.creat
e", | 419 "id": "appengine.apps.modules.versions.creat
e", |
420 "parameterOrder": [ | 420 "parameterOrder": [ |
421 "appsId", | 421 "appsId", |
422 "modulesId" | 422 "modulesId" |
423 ], | 423 ], |
424 "parameters": { | 424 "parameters": { |
425 "appsId": { | 425 "appsId": { |
426 "description": "Part of `name`. Name
of the resource to update. Example: `apps/myapp/modules/default`.", | 426 "description": "Part of `name`. Name
of the resource to update. Example: apps/myapp/modules/default.", |
427 "location": "path", | 427 "location": "path", |
428 "required": true, | 428 "required": true, |
429 "type": "string" | 429 "type": "string" |
430 }, | 430 }, |
431 "modulesId": { | 431 "modulesId": { |
432 "description": "Part of `name`. See
documentation of `appsId`.", | 432 "description": "Part of `name`. See
documentation of `appsId`.", |
433 "location": "path", | 433 "location": "path", |
434 "required": true, | 434 "required": true, |
435 "type": "string" | 435 "type": "string" |
436 } | 436 } |
(...skipping 13 matching lines...) Expand all Loading... |
450 "description": "Deletes an existing version.
", | 450 "description": "Deletes an existing version.
", |
451 "httpMethod": "DELETE", | 451 "httpMethod": "DELETE", |
452 "id": "appengine.apps.modules.versions.delet
e", | 452 "id": "appengine.apps.modules.versions.delet
e", |
453 "parameterOrder": [ | 453 "parameterOrder": [ |
454 "appsId", | 454 "appsId", |
455 "modulesId", | 455 "modulesId", |
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/modules/default/versions/v1`.", | 460 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default/versions/v1.", |
461 "location": "path", | 461 "location": "path", |
462 "required": true, | 462 "required": true, |
463 "type": "string" | 463 "type": "string" |
464 }, | 464 }, |
465 "modulesId": { | 465 "modulesId": { |
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": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions/{versionsId}", | 478 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/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.modules.versions.get", | 489 "id": "appengine.apps.modules.versions.get", |
490 "parameterOrder": [ | 490 "parameterOrder": [ |
491 "appsId", | 491 "appsId", |
492 "modulesId", | 492 "modulesId", |
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/modules/default/versions/v1`.", | 497 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default/versions/v1.", |
498 "location": "path", | 498 "location": "path", |
499 "required": true, | 499 "required": true, |
500 "type": "string" | 500 "type": "string" |
501 }, | 501 }, |
502 "modulesId": { | 502 "modulesId": { |
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": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions/{versionsId}", | 524 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/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 modu
le.", | 535 "description": "Lists the versions of a modu
le.", |
536 "httpMethod": "GET", | 536 "httpMethod": "GET", |
537 "id": "appengine.apps.modules.versions.list"
, | 537 "id": "appengine.apps.modules.versions.list"
, |
538 "parameterOrder": [ | 538 "parameterOrder": [ |
539 "appsId", | 539 "appsId", |
540 "modulesId" | 540 "modulesId" |
541 ], | 541 ], |
542 "parameters": { | 542 "parameters": { |
543 "appsId": { | 543 "appsId": { |
544 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/modules/default`.", | 544 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default.", |
545 "location": "path", | 545 "location": "path", |
546 "required": true, | 546 "required": true, |
547 "type": "string" | 547 "type": "string" |
548 }, | 548 }, |
549 "modulesId": { | 549 "modulesId": { |
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/v1beta4/apps.
modules.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/r
est/v1beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version re
sources that run in the App Engine standard environment. * [`automatic_scaling.m
in_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/
rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Versio
n resources that use automatic scaling and run in the App Engine standard enviro
nment. * [`automatic_scaling.max_idle_instances`](https://cloud.google.com/appen
gine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.
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/v1beta4/apps.modul
es.versions#Version.FIELDS.serving_status): For Version resources that use basic
scaling, manual scaling, or run in the App Engine flexible environment. instanc
e_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta
4/apps.modules.versions#Version.FIELDS.instance_class): For Version resources th
at run in the App Engine standard environment. automatic_scaling.min_idle_instan
ces (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/ap
ps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources tha
t use automatic scaling and run in the App Engine standard environment. automati
c_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/
reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling):
For Version resources that use automatic scaling and run in the App Engine stand
ard environment.", |
588 "httpMethod": "PATCH", | 588 "httpMethod": "PATCH", |
589 "id": "appengine.apps.modules.versions.patch
", | 589 "id": "appengine.apps.modules.versions.patch
", |
590 "parameterOrder": [ | 590 "parameterOrder": [ |
591 "appsId", | 591 "appsId", |
592 "modulesId", | 592 "modulesId", |
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/modules/default/versions/1`.", | 597 "description": "Part of `name`. Name
of the resource to update. Example: apps/myapp/modules/default/versions/1.", |
598 "location": "path", | 598 "location": "path", |
599 "required": true, | 599 "required": true, |
600 "type": "string" | 600 "type": "string" |
601 }, | 601 }, |
602 "modulesId": { | 602 "modulesId": { |
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 29 matching lines...) Expand all Loading... |
637 "httpMethod": "DELETE", | 637 "httpMethod": "DELETE", |
638 "id": "appengine.apps.modules.versio
ns.instances.delete", | 638 "id": "appengine.apps.modules.versio
ns.instances.delete", |
639 "parameterOrder": [ | 639 "parameterOrder": [ |
640 "appsId", | 640 "appsId", |
641 "modulesId", | 641 "modulesId", |
642 "versionsId", | 642 "versionsId", |
643 "instancesId" | 643 "instancesId" |
644 ], | 644 ], |
645 "parameters": { | 645 "parameters": { |
646 "appsId": { | 646 "appsId": { |
647 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/modules/default/version
s/v1/instances/instance-1`.", | 647 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/v1/instances/instance-1.", |
648 "location": "path", | 648 "location": "path", |
649 "required": true, | 649 "required": true, |
650 "type": "string" | 650 "type": "string" |
651 }, | 651 }, |
652 "modulesId": { | 652 "modulesId": { |
653 "description": "Part of `nam
e`. See documentation of `appsId`.", | 653 "description": "Part of `nam
e`. See documentation of `appsId`.", |
654 "location": "path", | 654 "location": "path", |
655 "required": true, | 655 "required": true, |
656 "type": "string" | 656 "type": "string" |
657 }, | 657 }, |
(...skipping 23 matching lines...) Expand all Loading... |
681 "httpMethod": "GET", | 681 "httpMethod": "GET", |
682 "id": "appengine.apps.modules.versio
ns.instances.get", | 682 "id": "appengine.apps.modules.versio
ns.instances.get", |
683 "parameterOrder": [ | 683 "parameterOrder": [ |
684 "appsId", | 684 "appsId", |
685 "modulesId", | 685 "modulesId", |
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/modules/default/version
s/v1/instances/instance-1`.", | 691 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/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 "modulesId": { | 696 "modulesId": { |
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.modules.versio
ns.instances.list", | 728 "id": "appengine.apps.modules.versio
ns.instances.list", |
729 "parameterOrder": [ | 729 "parameterOrder": [ |
730 "appsId", | 730 "appsId", |
731 "modulesId", | 731 "modulesId", |
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/modules/default/version
s/v1`.", | 736 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/v1.", |
737 "location": "path", | 737 "location": "path", |
738 "required": true, | 738 "required": true, |
739 "type": "string" | 739 "type": "string" |
740 }, | 740 }, |
741 "modulesId": { | 741 "modulesId": { |
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.modules.versio
ns.instances.debug", | 778 "id": "appengine.apps.modules.versio
ns.instances.debug", |
779 "parameterOrder": [ | 779 "parameterOrder": [ |
780 "appsId", | 780 "appsId", |
781 "modulesId", | 781 "modulesId", |
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/modules/default/version
s/v1/instances/instance-1`.", | 787 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/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 "modulesId": { | 792 "modulesId": { |
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 module or version. Rules are order-
dependent. @OutputOnly", | 1004 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a module 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": "Google Cloud Storage bucket that can be used
for storing files associated with this application. This bucket is associated w
ith the application and can be used by the gcloud deployment commands. @OutputOn
ly", | 1019 "description": "Google Cloud Storage bucket that can be used
for storing files associated with this application. This bucket is associated w
ith the application and can be used by the gcloud deployment commands.@OutputOnl
y", |
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": "Google Cloud Storage bucket that can be used
by this application to store content. @OutputOnly", | 1031 "description": "Google Cloud Storage bucket that can be used
by this 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 module.", | 1038 "description": "Rules to match an HTTP request and dispatch that req
uest to a module.", |
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 "module": { | 1049 "module": { |
1050 "description": "Resource ID of a module in this application
that should serve the matched request. The module must already exist. Example: `
default`.", | 1050 "description": "Resource ID of a module in this application
that should serve the matched request. The module must already exist. Example: d
efault.", |
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 module.", | 1057 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a module.", |
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/modules/default/versions/v1`. @OutputOnly", | 1061 "description": "Full path to the Version resource in the API
. Example: apps/myapp/modules/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 module with basic scaling will create an i
nstance when the application receives a request. The instance will be turned dow
n when the app becomes idle. Basic scaling is ideal for work that is intermitten
t or driven by user activity." | 1074 "description": "A module with basic scaling will create an i
nstance when the application receives a request. The instance will be turned dow
n when the app becomes idle. Basic scaling is ideal for work that is intermitten
t 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 "handlers": { | 1161 "handlers": { |
1162 "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.", | 1162 "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.", |
1163 "items": { | 1163 "items": { |
1164 "$ref": "UrlMap" | 1164 "$ref": "UrlMap" |
1165 }, | 1165 }, |
1166 "type": "array" | 1166 "type": "array" |
1167 }, | 1167 }, |
1168 "errorHandlers": { | 1168 "errorHandlers": { |
1169 "description": "Custom static error pages. Limited to 10KB p
er page. Only returned in `GET` requests if `view=FULL` is set.", | 1169 "description": "Custom static error pages. Limited to 10KB p
er page.Only returned in GET requests if view=FULL is set.", |
1170 "items": { | 1170 "items": { |
1171 "$ref": "ErrorHandler" | 1171 "$ref": "ErrorHandler" |
1172 }, | 1172 }, |
1173 "type": "array" | 1173 "type": "array" |
1174 }, | 1174 }, |
1175 "libraries": { | 1175 "libraries": { |
1176 "description": "Configuration for third-party Python runtime
libraries required by the application. Only returned in `GET` requests if `view
=FULL` is set.", | 1176 "description": "Configuration for third-party Python runtime
libraries required by the application.Only returned in GET requests if view=FUL
L is set.", |
1177 "items": { | 1177 "items": { |
1178 "$ref": "Library" | 1178 "$ref": "Library" |
1179 }, | 1179 }, |
1180 "type": "array" | 1180 "type": "array" |
1181 }, | 1181 }, |
1182 "apiConfig": { | 1182 "apiConfig": { |
1183 "$ref": "ApiConfigHandler", | 1183 "$ref": "ApiConfigHandler", |
1184 "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." | 1184 "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." |
1185 }, | 1185 }, |
1186 "envVariables": { | 1186 "envVariables": { |
1187 "additionalProperties": { | 1187 "additionalProperties": { |
1188 "type": "string" | 1188 "type": "string" |
1189 }, | 1189 }, |
1190 "description": "Environment variables made available to the
application. Only returned in `GET` requests if `view=FULL` is set.", | 1190 "description": "Environment variables made available to the
application.Only returned in GET requests if view=FULL is set.", |
1191 "type": "object" | 1191 "type": "object" |
1192 }, | 1192 }, |
1193 "defaultExpiration": { | 1193 "defaultExpiration": { |
1194 "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.", | 1194 "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.", |
1195 "type": "string" | 1195 "type": "string" |
1196 }, | 1196 }, |
1197 "healthCheck": { | 1197 "healthCheck": { |
1198 "$ref": "HealthCheck", | 1198 "$ref": "HealthCheck", |
1199 "description": "Configures health checking for VM instances.
Unhealthy instances are stopped and replaced with new instances. Only applicabl
e for VM runtimes. Only returned in `GET` requests if `view=FULL` is set." | 1199 "description": "Configures health checking for VM instances.
Unhealthy instances are stopped and replaced with new instances. Only applicabl
e for VM runtimes.Only returned in GET requests if view=FULL is set." |
1200 }, | 1200 }, |
1201 "nobuildFilesRegex": { | 1201 "nobuildFilesRegex": { |
1202 "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.", | 1202 "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.", |
1203 "type": "string" | 1203 "type": "string" |
1204 }, | 1204 }, |
1205 "deployment": { | 1205 "deployment": { |
1206 "$ref": "Deployment", | 1206 "$ref": "Deployment", |
1207 "description": "Code and application artifacts that make up
this version. Only returned in `GET` requests if `view=FULL` is set." | 1207 "description": "Code and application artifacts that make up
this version.Only returned in GET requests if view=FULL is set." |
1208 } | 1208 } |
1209 }, | 1209 }, |
1210 "type": "object" | 1210 "type": "object" |
1211 }, | 1211 }, |
1212 "AutomaticScaling": { | 1212 "AutomaticScaling": { |
1213 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", | 1213 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", |
1214 "id": "AutomaticScaling", | 1214 "id": "AutomaticScaling", |
1215 "properties": { | 1215 "properties": { |
1216 "coolDownPeriod": { | 1216 "coolDownPeriod": { |
1217 "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.", | 1217 "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.", |
1218 "type": "string" | 1218 "type": "string" |
1219 }, | 1219 }, |
1220 "cpuUtilization": { | 1220 "cpuUtilization": { |
1221 "$ref": "CpuUtilization", | 1221 "$ref": "CpuUtilization", |
1222 "description": "Target scaling by CPU usage." | 1222 "description": "Target scaling by CPU usage." |
1223 }, | 1223 }, |
1224 "maxConcurrentRequests": { | 1224 "maxConcurrentRequests": { |
1225 "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.", | 1225 "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.", |
1226 "format": "int32", | 1226 "format": "int32", |
1227 "type": "integer" | 1227 "type": "integer" |
1228 }, | 1228 }, |
1229 "maxIdleInstances": { | 1229 "maxIdleInstances": { |
1230 "description": "Maximum number of idle instances that should
be maintained for this version.", | 1230 "description": "Maximum number of idle instances that should
be maintained for this version.", |
1231 "format": "int32", | 1231 "format": "int32", |
1232 "type": "integer" | 1232 "type": "integer" |
1233 }, | 1233 }, |
1234 "maxTotalInstances": { | 1234 "maxTotalInstances": { |
1235 "description": "Maximum number of instances that should be s
tarted to handle requests.", | 1235 "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... |
1370 "type": "integer" | 1370 "type": "integer" |
1371 } | 1371 } |
1372 }, | 1372 }, |
1373 "type": "object" | 1373 "type": "object" |
1374 }, | 1374 }, |
1375 "ManualScaling": { | 1375 "ManualScaling": { |
1376 "description": "A module with manual scaling runs continuously, allo
wing you to perform complex initialization and rely on the state of its memory o
ver time.", | 1376 "description": "A module with manual scaling runs continuously, allo
wing you to perform complex initialization and rely on the state of its memory o
ver time.", |
1377 "id": "ManualScaling", | 1377 "id": "ManualScaling", |
1378 "properties": { | 1378 "properties": { |
1379 "instances": { | 1379 "instances": { |
1380 "description": "Number of instances to assign to the module
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.", | 1380 "description": "Number of instances to assign to the module
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() f
unction.", |
1381 "format": "int32", | 1381 "format": "int32", |
1382 "type": "integer" | 1382 "type": "integer" |
1383 } | 1383 } |
1384 }, | 1384 }, |
1385 "type": "object" | 1385 "type": "object" |
1386 }, | 1386 }, |
1387 "Network": { | 1387 "Network": { |
1388 "description": "Extra network settings. Only applicable for VM runti
mes.", | 1388 "description": "Extra network settings. Only applicable for VM runti
mes.", |
1389 "id": "Network", | 1389 "id": "Network", |
1390 "properties": { | 1390 "properties": { |
1391 "forwardedPorts": { | 1391 "forwardedPorts": { |
1392 "description": "List of ports, or port pairs, to forward fro
m the virtual machine to the application container.", | 1392 "description": "List of ports, or port pairs, to forward fro
m the virtual machine to the application container.", |
1393 "items": { | 1393 "items": { |
1394 "type": "string" | 1394 "type": "string" |
1395 }, | 1395 }, |
1396 "type": "array" | 1396 "type": "array" |
1397 }, | 1397 }, |
1398 "instanceTag": { | 1398 "instanceTag": { |
1399 "description": "Tag to apply to the VM instance during creat
ion.", | 1399 "description": "Tag to apply to the VM instance during creat
ion.", |
1400 "type": "string" | 1400 "type": "string" |
1401 }, | 1401 }, |
1402 "name": { | 1402 "name": { |
1403 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path. Default
s to `default`.", | 1403 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path.Defaults
to default.", |
1404 "type": "string" | 1404 "type": "string" |
1405 } | 1405 } |
1406 }, | 1406 }, |
1407 "type": "object" | 1407 "type": "object" |
1408 }, | 1408 }, |
1409 "Resources": { | 1409 "Resources": { |
1410 "description": "Machine resources for a version.", | 1410 "description": "Machine resources for a version.", |
1411 "id": "Resources", | 1411 "id": "Resources", |
1412 "properties": { | 1412 "properties": { |
1413 "cpu": { | 1413 "cpu": { |
1414 "description": "Number of CPU cores needed.", | 1414 "description": "Number of CPU cores needed.", |
1415 "format": "double", | 1415 "format": "double", |
1416 "type": "number" | 1416 "type": "number" |
1417 }, | 1417 }, |
1418 "diskGb": { | 1418 "diskGb": { |
1419 "description": "Disk size (GB) needed.", | 1419 "description": "Disk size (GB) needed.", |
1420 "format": "double", | 1420 "format": "double", |
1421 "type": "number" | 1421 "type": "number" |
1422 }, | 1422 }, |
1423 "memoryGb": { | 1423 "memoryGb": { |
1424 "description": "Memory (GB) needed.", | 1424 "description": "Memory (GB) needed.", |
1425 "format": "double", | 1425 "format": "double", |
1426 "type": "number" | 1426 "type": "number" |
| 1427 }, |
| 1428 "volumes": { |
| 1429 "description": "User specified volumes.", |
| 1430 "items": { |
| 1431 "$ref": "Volume" |
| 1432 }, |
| 1433 "type": "array" |
| 1434 } |
| 1435 }, |
| 1436 "type": "object" |
| 1437 }, |
| 1438 "Volume": { |
| 1439 "description": "Volumes mounted within the app container. Only appli
cable for VM runtimes.", |
| 1440 "id": "Volume", |
| 1441 "properties": { |
| 1442 "name": { |
| 1443 "description": "Unique name for the volume.", |
| 1444 "type": "string" |
| 1445 }, |
| 1446 "volumeType": { |
| 1447 "description": "Underlying volume type, e.g. 'tmpfs'.", |
| 1448 "type": "string" |
| 1449 }, |
| 1450 "sizeGb": { |
| 1451 "description": "Volume size in gigabytes.", |
| 1452 "format": "double", |
| 1453 "type": "number" |
1427 } | 1454 } |
1428 }, | 1455 }, |
1429 "type": "object" | 1456 "type": "object" |
1430 }, | 1457 }, |
1431 "UrlMap": { | 1458 "UrlMap": { |
1432 "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.", | 1459 "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.", |
1433 "id": "UrlMap", | 1460 "id": "UrlMap", |
1434 "properties": { | 1461 "properties": { |
1435 "urlRegex": { | 1462 "urlRegex": { |
1436 "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.", | 1463 "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.", |
1437 "type": "string" | 1464 "type": "string" |
1438 }, | 1465 }, |
1439 "staticFiles": { | 1466 "staticFiles": { |
1440 "$ref": "StaticFilesHandler", | 1467 "$ref": "StaticFilesHandler", |
1441 "description": "Returns the contents of a file, such as an i
mage, as the response." | 1468 "description": "Returns the contents of a file, such as an i
mage, as the response." |
1442 }, | 1469 }, |
1443 "staticDirectory": { | 1470 "staticDirectory": { |
1444 "$ref": "StaticDirectoryHandler", | 1471 "$ref": "StaticDirectoryHandler", |
1445 "description": "Serves the entire contents of a directory as
static files. This attribute is deprecated. You can mimic the behavior of stati
c directories using static files." | 1472 "description": "Serves the entire contents of a directory as
static files.This attribute is deprecated. You can mimic the behavior of static
directories using static files." |
1446 }, | 1473 }, |
1447 "script": { | 1474 "script": { |
1448 "$ref": "ScriptHandler", | 1475 "$ref": "ScriptHandler", |
1449 "description": "Executes a script to handle the request that
matches this URL pattern." | 1476 "description": "Executes a script to handle the request that
matches this URL pattern." |
1450 }, | 1477 }, |
1451 "apiEndpoint": { | 1478 "apiEndpoint": { |
1452 "$ref": "ApiEndpointHandler", | 1479 "$ref": "ApiEndpointHandler", |
1453 "description": "Uses API Endpoints to handle requests." | 1480 "description": "Uses API Endpoints to handle requests." |
1454 }, | 1481 }, |
1455 "securityLevel": { | 1482 "securityLevel": { |
(...skipping 11 matching lines...) Expand all Loading... |
1467 "description": "Level of login required to access this resou
rce.", | 1494 "description": "Level of login required to access this resou
rce.", |
1468 "enum": [ | 1495 "enum": [ |
1469 "LOGIN_UNSPECIFIED", | 1496 "LOGIN_UNSPECIFIED", |
1470 "LOGIN_OPTIONAL", | 1497 "LOGIN_OPTIONAL", |
1471 "LOGIN_ADMIN", | 1498 "LOGIN_ADMIN", |
1472 "LOGIN_REQUIRED" | 1499 "LOGIN_REQUIRED" |
1473 ], | 1500 ], |
1474 "type": "string" | 1501 "type": "string" |
1475 }, | 1502 }, |
1476 "authFailAction": { | 1503 "authFailAction": { |
1477 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", | 1504 "description": "Action to take when users access resources t
hat require authentication. Defaults to redirect.", |
1478 "enum": [ | 1505 "enum": [ |
1479 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1506 "AUTH_FAIL_ACTION_UNSPECIFIED", |
1480 "AUTH_FAIL_ACTION_REDIRECT", | 1507 "AUTH_FAIL_ACTION_REDIRECT", |
1481 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1508 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
1482 ], | 1509 ], |
1483 "type": "string" | 1510 "type": "string" |
1484 }, | 1511 }, |
1485 "redirectHttpResponseCode": { | 1512 "redirectHttpResponseCode": { |
1486 "description": "`30x` code to use when performing redirects
for the `secure` field. Defaults to `302`.", | 1513 "description": "30x code to use when performing redirects fo
r the secure field. Defaults to 302.", |
1487 "enum": [ | 1514 "enum": [ |
1488 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", | 1515 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", |
1489 "REDIRECT_HTTP_RESPONSE_CODE_301", | 1516 "REDIRECT_HTTP_RESPONSE_CODE_301", |
1490 "REDIRECT_HTTP_RESPONSE_CODE_302", | 1517 "REDIRECT_HTTP_RESPONSE_CODE_302", |
1491 "REDIRECT_HTTP_RESPONSE_CODE_303", | 1518 "REDIRECT_HTTP_RESPONSE_CODE_303", |
1492 "REDIRECT_HTTP_RESPONSE_CODE_307" | 1519 "REDIRECT_HTTP_RESPONSE_CODE_307" |
1493 ], | 1520 ], |
1494 "type": "string" | 1521 "type": "string" |
1495 } | 1522 } |
1496 }, | 1523 }, |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1532 "type": "boolean" | 1559 "type": "boolean" |
1533 } | 1560 } |
1534 }, | 1561 }, |
1535 "type": "object" | 1562 "type": "object" |
1536 }, | 1563 }, |
1537 "StaticDirectoryHandler": { | 1564 "StaticDirectoryHandler": { |
1538 "description": "Files served directly to the user for a given URL, s
uch as images, CSS stylesheets, or JavaScript source files. Static directory han
dlers make it easy to serve the entire contents of a directory as static files."
, | 1565 "description": "Files served directly to the user for a given URL, s
uch as images, CSS stylesheets, or JavaScript source files. Static directory han
dlers make it easy to serve the entire contents of a directory as static files."
, |
1539 "id": "StaticDirectoryHandler", | 1566 "id": "StaticDirectoryHandler", |
1540 "properties": { | 1567 "properties": { |
1541 "directory": { | 1568 "directory": { |
1542 "description": "Path to the directory containing the static
files from the application root directory. Everything after the end of the match
ed URL pattern is appended to `static_dir` to form the full path to the requeste
d file.", | 1569 "description": "Path to the directory containing the static
files from the application root directory. Everything after the end of the match
ed URL pattern is appended to static_dir to form the full path to the requested
file.", |
1543 "type": "string" | 1570 "type": "string" |
1544 }, | 1571 }, |
1545 "httpHeaders": { | 1572 "httpHeaders": { |
1546 "additionalProperties": { | 1573 "additionalProperties": { |
1547 "type": "string" | 1574 "type": "string" |
1548 }, | 1575 }, |
1549 "description": "HTTP headers to use for all responses from t
hese URLs.", | 1576 "description": "HTTP headers to use for all responses from t
hese URLs.", |
1550 "type": "object" | 1577 "type": "object" |
1551 }, | 1578 }, |
1552 "mimeType": { | 1579 "mimeType": { |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1603 "ERROR_CODE_DOS_API_DENIAL", | 1630 "ERROR_CODE_DOS_API_DENIAL", |
1604 "ERROR_CODE_TIMEOUT" | 1631 "ERROR_CODE_TIMEOUT" |
1605 ], | 1632 ], |
1606 "type": "string" | 1633 "type": "string" |
1607 }, | 1634 }, |
1608 "staticFile": { | 1635 "staticFile": { |
1609 "description": "Static file content to be served for this er
ror.", | 1636 "description": "Static file content to be served for this er
ror.", |
1610 "type": "string" | 1637 "type": "string" |
1611 }, | 1638 }, |
1612 "mimeType": { | 1639 "mimeType": { |
1613 "description": "MIME type of file. Defaults to `text/html`."
, | 1640 "description": "MIME type of file. Defaults to text/html.", |
1614 "type": "string" | 1641 "type": "string" |
1615 } | 1642 } |
1616 }, | 1643 }, |
1617 "type": "object" | 1644 "type": "object" |
1618 }, | 1645 }, |
1619 "Library": { | 1646 "Library": { |
1620 "description": "Third-party Python runtime library that is required
by the application.", | 1647 "description": "Third-party Python runtime library that is required
by the application.", |
1621 "id": "Library", | 1648 "id": "Library", |
1622 "properties": { | 1649 "properties": { |
1623 "name": { | 1650 "name": { |
1624 "description": "Name of the library. Example: \"django\".", | 1651 "description": "Name of the library. Example: \"django\".", |
1625 "type": "string" | 1652 "type": "string" |
1626 }, | 1653 }, |
1627 "version": { | 1654 "version": { |
1628 "description": "Version of the library to select, or \"lates
t\".", | 1655 "description": "Version of the library to select, or \"lates
t\".", |
1629 "type": "string" | 1656 "type": "string" |
1630 } | 1657 } |
1631 }, | 1658 }, |
1632 "type": "object" | 1659 "type": "object" |
1633 }, | 1660 }, |
1634 "ApiConfigHandler": { | 1661 "ApiConfigHandler": { |
1635 "description": "[Google Cloud Endpoints](https://cloud.google.com/ap
pengine/docs/python/endpoints/) configuration for API handlers.", | 1662 "description": "Google Cloud Endpoints (https://cloud.google.com/app
engine/docs/python/endpoints/) configuration for API handlers.", |
1636 "id": "ApiConfigHandler", | 1663 "id": "ApiConfigHandler", |
1637 "properties": { | 1664 "properties": { |
1638 "authFailAction": { | 1665 "authFailAction": { |
1639 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", | 1666 "description": "Action to take when users access resources t
hat require authentication. Defaults to redirect.", |
1640 "enum": [ | 1667 "enum": [ |
1641 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1668 "AUTH_FAIL_ACTION_UNSPECIFIED", |
1642 "AUTH_FAIL_ACTION_REDIRECT", | 1669 "AUTH_FAIL_ACTION_REDIRECT", |
1643 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1670 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
1644 ], | 1671 ], |
1645 "type": "string" | 1672 "type": "string" |
1646 }, | 1673 }, |
1647 "login": { | 1674 "login": { |
1648 "description": "Level of login required to access this resou
rce. Defaults to `optional`.", | 1675 "description": "Level of login required to access this resou
rce. Defaults to optional.", |
1649 "enum": [ | 1676 "enum": [ |
1650 "LOGIN_UNSPECIFIED", | 1677 "LOGIN_UNSPECIFIED", |
1651 "LOGIN_OPTIONAL", | 1678 "LOGIN_OPTIONAL", |
1652 "LOGIN_ADMIN", | 1679 "LOGIN_ADMIN", |
1653 "LOGIN_REQUIRED" | 1680 "LOGIN_REQUIRED" |
1654 ], | 1681 ], |
1655 "type": "string" | 1682 "type": "string" |
1656 }, | 1683 }, |
1657 "script": { | 1684 "script": { |
1658 "description": "Path to the script from the application root
directory.", | 1685 "description": "Path to the script from the application root
directory.", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1737 "type": "array" | 1764 "type": "array" |
1738 } | 1765 } |
1739 }, | 1766 }, |
1740 "type": "object" | 1767 "type": "object" |
1741 }, | 1768 }, |
1742 "FileInfo": { | 1769 "FileInfo": { |
1743 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", | 1770 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", |
1744 "id": "FileInfo", | 1771 "id": "FileInfo", |
1745 "properties": { | 1772 "properties": { |
1746 "sourceUrl": { | 1773 "sourceUrl": { |
1747 "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/\\/\\'.", | 1774 "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//'.", |
1748 "type": "string" | 1775 "type": "string" |
1749 }, | 1776 }, |
1750 "sha1Sum": { | 1777 "sha1Sum": { |
1751 "description": "The SHA1 hash of the file, in hex.", | 1778 "description": "The SHA1 hash of the file, in hex.", |
1752 "type": "string" | 1779 "type": "string" |
1753 }, | 1780 }, |
1754 "mimeType": { | 1781 "mimeType": { |
1755 "description": "The MIME type of the file. Defaults to the v
alue from Google Cloud Storage.", | 1782 "description": "The MIME type of the file.Defaults to the va
lue from Google Cloud Storage.", |
1756 "type": "string" | 1783 "type": "string" |
1757 } | 1784 } |
1758 }, | 1785 }, |
1759 "type": "object" | 1786 "type": "object" |
1760 }, | 1787 }, |
1761 "ContainerInfo": { | 1788 "ContainerInfo": { |
1762 "description": "Docker image that is used to start a VM container fo
r the version you deploy.", | 1789 "description": "Docker image that is used to start a VM container fo
r the version you deploy.", |
1763 "id": "ContainerInfo", | 1790 "id": "ContainerInfo", |
1764 "properties": { | 1791 "properties": { |
1765 "image": { | 1792 "image": { |
(...skipping 12 matching lines...) Expand all Loading... |
1778 "type": "string" | 1805 "type": "string" |
1779 }, | 1806 }, |
1780 "revisionId": { | 1807 "revisionId": { |
1781 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", | 1808 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", |
1782 "type": "string" | 1809 "type": "string" |
1783 } | 1810 } |
1784 }, | 1811 }, |
1785 "type": "object" | 1812 "type": "object" |
1786 }, | 1813 }, |
1787 "ListVersionsResponse": { | 1814 "ListVersionsResponse": { |
1788 "description": "Response message for `Versions.ListVersions`.", | 1815 "description": "Response message for Versions.ListVersions.", |
1789 "id": "ListVersionsResponse", | 1816 "id": "ListVersionsResponse", |
1790 "properties": { | 1817 "properties": { |
1791 "versions": { | 1818 "versions": { |
1792 "description": "The versions belonging to the requested modu
le.", | 1819 "description": "The versions belonging to the requested modu
le.", |
1793 "items": { | 1820 "items": { |
1794 "$ref": "Version" | 1821 "$ref": "Version" |
1795 }, | 1822 }, |
1796 "type": "array" | 1823 "type": "array" |
1797 }, | 1824 }, |
1798 "nextPageToken": { | 1825 "nextPageToken": { |
1799 "description": "Continuation token for fetching the next pag
e of results.", | 1826 "description": "Continuation token for fetching the next pag
e of results.", |
1800 "type": "string" | 1827 "type": "string" |
1801 } | 1828 } |
1802 }, | 1829 }, |
1803 "type": "object" | 1830 "type": "object" |
1804 }, | 1831 }, |
1805 "Module": { | 1832 "Module": { |
1806 "description": "A Module resource is a logical component of an appli
cation that can share state and communicate in a secure fashion with other modul
es. For example, an application that handles customer requests might include sep
arate modules to handle tasks such as backend data analysis or API requests from
mobile devices. Each module has a collection of versions that define a specific
set of code used to implement the functionality of that module.", | 1833 "description": "A Module resource is a logical component of an appli
cation that can share state and communicate in a secure fashion with other modul
es. For example, an application that handles customer requests might include sep
arate modules to handle tasks such as backend data analysis or API requests from
mobile devices. Each module has a collection of versions that define a specific
set of code used to implement the functionality of that module.", |
1807 "id": "Module", | 1834 "id": "Module", |
1808 "properties": { | 1835 "properties": { |
1809 "name": { | 1836 "name": { |
1810 "description": "Full path to the Module resource in the API.
Example: `apps/myapp/modules/default`. @OutputOnly", | 1837 "description": "Full path to the Module resource in the API.
Example: apps/myapp/modules/default.@OutputOnly", |
1811 "type": "string" | 1838 "type": "string" |
1812 }, | 1839 }, |
1813 "id": { | 1840 "id": { |
1814 "description": "Relative name of the module within the appli
cation. Example: `default`. @OutputOnly", | 1841 "description": "Relative name of the module within the appli
cation. Example: default.@OutputOnly", |
1815 "type": "string" | 1842 "type": "string" |
1816 }, | 1843 }, |
1817 "split": { | 1844 "split": { |
1818 "$ref": "TrafficSplit", | 1845 "$ref": "TrafficSplit", |
1819 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the module." | 1846 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the module." |
1820 } | 1847 } |
1821 }, | 1848 }, |
1822 "type": "object" | 1849 "type": "object" |
1823 }, | 1850 }, |
1824 "TrafficSplit": { | 1851 "TrafficSplit": { |
(...skipping 14 matching lines...) Expand all Loading... |
1839 "format": "double", | 1866 "format": "double", |
1840 "type": "number" | 1867 "type": "number" |
1841 }, | 1868 }, |
1842 "description": "Mapping from version IDs within the module t
o fractional (0.000, 1] allocations of traffic for that version. Each version ca
n be specified only once, but some versions in the module may not have any traff
ic allocation. Modules that have traffic allocated cannot be deleted until eithe
r the module is deleted or their traffic allocation is removed. Allocations must
sum to 1. Up to two decimal place precision is supported for IP-based splits an
d up to three decimal places is supported for cookie-based splits.", | 1869 "description": "Mapping from version IDs within the module t
o fractional (0.000, 1] allocations of traffic for that version. Each version ca
n be specified only once, but some versions in the module may not have any traff
ic allocation. Modules that have traffic allocated cannot be deleted until eithe
r the module is deleted or their traffic allocation is removed. Allocations must
sum to 1. Up to two decimal place precision is supported for IP-based splits an
d up to three decimal places is supported for cookie-based splits.", |
1843 "type": "object" | 1870 "type": "object" |
1844 } | 1871 } |
1845 }, | 1872 }, |
1846 "type": "object" | 1873 "type": "object" |
1847 }, | 1874 }, |
1848 "ListModulesResponse": { | 1875 "ListModulesResponse": { |
1849 "description": "Response message for `Modules.ListModules`.", | 1876 "description": "Response message for Modules.ListModules.", |
1850 "id": "ListModulesResponse", | 1877 "id": "ListModulesResponse", |
1851 "properties": { | 1878 "properties": { |
1852 "modules": { | 1879 "modules": { |
1853 "description": "The modules belonging to the requested appli
cation.", | 1880 "description": "The modules belonging to the requested appli
cation.", |
1854 "items": { | 1881 "items": { |
1855 "$ref": "Module" | 1882 "$ref": "Module" |
1856 }, | 1883 }, |
1857 "type": "array" | 1884 "type": "array" |
1858 }, | 1885 }, |
1859 "nextPageToken": { | 1886 "nextPageToken": { |
1860 "description": "Continuation token for fetching the next pag
e of results.", | 1887 "description": "Continuation token for fetching the next pag
e of results.", |
1861 "type": "string" | 1888 "type": "string" |
1862 } | 1889 } |
1863 }, | 1890 }, |
1864 "type": "object" | 1891 "type": "object" |
1865 }, | 1892 }, |
1866 "Instance": { | 1893 "Instance": { |
1867 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", | 1894 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", |
1868 "id": "Instance", | 1895 "id": "Instance", |
1869 "properties": { | 1896 "properties": { |
1870 "name": { | 1897 "name": { |
1871 "description": "Full path to the Instance resource in the AP
I. Example: `apps/myapp/modules/default/versions/v1/instances/instance-1`. @Outp
utOnly", | 1898 "description": "Full path to the Instance resource in the AP
I. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.@OutputO
nly", |
1872 "type": "string" | 1899 "type": "string" |
1873 }, | 1900 }, |
1874 "id": { | 1901 "id": { |
1875 "description": "Relative name of the instance within the ver
sion. Example: `instance-1`. @OutputOnly", | 1902 "description": "Relative name of the instance within the ver
sion. Example: instance-1.@OutputOnly", |
1876 "type": "string" | 1903 "type": "string" |
1877 }, | 1904 }, |
1878 "appEngineRelease": { | 1905 "appEngineRelease": { |
1879 "description": "App Engine release this instance is running
on. @OutputOnly", | 1906 "description": "App Engine release this instance is running
on.@OutputOnly", |
1880 "type": "string" | 1907 "type": "string" |
1881 }, | 1908 }, |
1882 "availability": { | 1909 "availability": { |
1883 "description": "Availability of the instance. @OutputOnly", | 1910 "description": "Availability of the instance.@OutputOnly", |
1884 "enum": [ | 1911 "enum": [ |
1885 "UNSPECIFIED", | 1912 "UNSPECIFIED", |
1886 "RESIDENT", | 1913 "RESIDENT", |
1887 "DYNAMIC" | 1914 "DYNAMIC" |
1888 ], | 1915 ], |
1889 "type": "string" | 1916 "type": "string" |
1890 }, | 1917 }, |
1891 "vmName": { | 1918 "vmName": { |
1892 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment. @Ou
tputOnly", | 1919 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment.@Out
putOnly", |
1893 "type": "string" | 1920 "type": "string" |
1894 }, | 1921 }, |
1895 "vmZoneName": { | 1922 "vmZoneName": { |
1896 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment. @OutputOnly", | 1923 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment.@OutputOnly", |
1897 "type": "string" | 1924 "type": "string" |
1898 }, | 1925 }, |
1899 "vmId": { | 1926 "vmId": { |
1900 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment. @OutputOnly", | 1927 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment.@OutputOnly", |
1901 "type": "string" | 1928 "type": "string" |
1902 }, | 1929 }, |
1903 "startTimestamp": { | 1930 "startTimestamp": { |
1904 "description": "Time that this instance was started. @Output
Only", | 1931 "description": "Time that this instance was started.@OutputO
nly", |
1905 "type": "string" | 1932 "type": "string" |
1906 }, | 1933 }, |
1907 "requests": { | 1934 "requests": { |
1908 "description": "Number of requests since this instance was s
tarted. @OutputOnly", | 1935 "description": "Number of requests since this instance was s
tarted.@OutputOnly", |
1909 "format": "int32", | 1936 "format": "int32", |
1910 "type": "integer" | 1937 "type": "integer" |
1911 }, | 1938 }, |
1912 "errors": { | 1939 "errors": { |
1913 "description": "Number of errors since this instance was sta
rted. @OutputOnly", | 1940 "description": "Number of errors since this instance was sta
rted.@OutputOnly", |
1914 "format": "uint32", | 1941 "format": "uint32", |
1915 "type": "integer" | 1942 "type": "integer" |
1916 }, | 1943 }, |
1917 "qps": { | 1944 "qps": { |
1918 "description": "Average queries per second (QPS) over the la
st minute. @OutputOnly", | 1945 "description": "Average queries per second (QPS) over the la
st minute.@OutputOnly", |
1919 "format": "float", | 1946 "format": "float", |
1920 "type": "number" | 1947 "type": "number" |
1921 }, | 1948 }, |
1922 "averageLatency": { | 1949 "averageLatency": { |
1923 "description": "Average latency (ms) over the last minute. @
OutputOnly", | 1950 "description": "Average latency (ms) over the last minute.@O
utputOnly", |
1924 "format": "int32", | 1951 "format": "int32", |
1925 "type": "integer" | 1952 "type": "integer" |
1926 }, | 1953 }, |
1927 "memoryUsage": { | 1954 "memoryUsage": { |
1928 "description": "Total memory in use (bytes). @OutputOnly", | 1955 "description": "Total memory in use (bytes).@OutputOnly", |
1929 "format": "int64", | 1956 "format": "int64", |
1930 "type": "string" | 1957 "type": "string" |
1931 }, | 1958 }, |
1932 "vmStatus": { | 1959 "vmStatus": { |
1933 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment. @
OutputOnly", | 1960 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment.@O
utputOnly", |
1934 "type": "string" | 1961 "type": "string" |
1935 }, | 1962 }, |
1936 "vmUnlocked": { | 1963 "vmUnlocked": { |
1937 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment. @OutputOnly", | 1964 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment.@OutputOnly", |
1938 "type": "boolean" | 1965 "type": "boolean" |
1939 }, | 1966 }, |
1940 "vmIp": { | 1967 "vmIp": { |
1941 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment. @OutputOnly", | 1968 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment.@OutputOnly", |
1942 "type": "string" | 1969 "type": "string" |
1943 } | 1970 } |
1944 }, | 1971 }, |
1945 "type": "object" | 1972 "type": "object" |
1946 }, | 1973 }, |
1947 "ListInstancesResponse": { | 1974 "ListInstancesResponse": { |
1948 "description": "Response message for `Instances.ListInstances`.", | 1975 "description": "Response message for Instances.ListInstances.", |
1949 "id": "ListInstancesResponse", | 1976 "id": "ListInstancesResponse", |
1950 "properties": { | 1977 "properties": { |
1951 "instances": { | 1978 "instances": { |
1952 "description": "The instances belonging to the requested ver
sion.", | 1979 "description": "The instances belonging to the requested ver
sion.", |
1953 "items": { | 1980 "items": { |
1954 "$ref": "Instance" | 1981 "$ref": "Instance" |
1955 }, | 1982 }, |
1956 "type": "array" | 1983 "type": "array" |
1957 }, | 1984 }, |
1958 "nextPageToken": { | 1985 "nextPageToken": { |
1959 "description": "Continuation token for fetching the next pag
e of results.", | 1986 "description": "Continuation token for fetching the next pag
e of results.", |
1960 "type": "string" | 1987 "type": "string" |
1961 } | 1988 } |
1962 }, | 1989 }, |
1963 "type": "object" | 1990 "type": "object" |
1964 }, | 1991 }, |
1965 "DebugInstanceRequest": { | 1992 "DebugInstanceRequest": { |
1966 "description": "Request message for `Instances.DebugInstance`.", | 1993 "description": "Request message for Instances.DebugInstance.", |
1967 "id": "DebugInstanceRequest", | 1994 "id": "DebugInstanceRequest", |
1968 "properties": { | 1995 "properties": { |
1969 "sshKey": { | 1996 "sshKey": { |
1970 "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)", | 1997 "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).", |
1971 "type": "string" | 1998 "type": "string" |
1972 } | 1999 } |
1973 }, | 2000 }, |
1974 "type": "object" | 2001 "type": "object" |
1975 }, | 2002 }, |
1976 "ListLocationsResponse": { | 2003 "ListLocationsResponse": { |
1977 "description": "The response message for LocationService.ListLocatio
ns.", | 2004 "description": "The response message for LocationService.ListLocatio
ns.", |
1978 "id": "ListLocationsResponse", | 2005 "id": "ListLocationsResponse", |
1979 "properties": { | 2006 "properties": { |
1980 "locations": { | 2007 "locations": { |
1981 "description": "A list of locations that matches the specifi
ed filter in the request.", | 2008 "description": "A list of locations that matches the specifi
ed filter in the request.", |
1982 "items": { | 2009 "items": { |
1983 "$ref": "Location" | 2010 "$ref": "Location" |
1984 }, | 2011 }, |
1985 "type": "array" | 2012 "type": "array" |
1986 }, | 2013 }, |
1987 "nextPageToken": { | 2014 "nextPageToken": { |
1988 "description": "The standard List next-page token.", | 2015 "description": "The standard List next-page token.", |
1989 "type": "string" | 2016 "type": "string" |
1990 } | 2017 } |
1991 }, | 2018 }, |
1992 "type": "object" | 2019 "type": "object" |
1993 }, | 2020 }, |
1994 "Location": { | 2021 "Location": { |
1995 "description": "A resource that represents Google Cloud Platform loc
ation.", | 2022 "description": "A resource that represents Google Cloud Platform loc
ation.", |
1996 "id": "Location", | 2023 "id": "Location", |
1997 "properties": { | 2024 "properties": { |
1998 "name": { | 2025 "name": { |
1999 "description": "Resource name for the location, which may va
ry between implementations. For example: `\"projects/example-project/locations/u
s-east1\"`", | 2026 "description": "Resource name for the location, which may va
ry between implementations. For example: \"projects/example-project/locations/us
-east1\"", |
2000 "type": "string" | 2027 "type": "string" |
2001 }, | 2028 }, |
2002 "locationId": { | 2029 "locationId": { |
2003 "description": "The canonical id for this location. For exam
ple: `\"us-east1\"`.", | 2030 "description": "The canonical id for this location. For exam
ple: \"us-east1\".", |
2004 "type": "string" | 2031 "type": "string" |
2005 }, | 2032 }, |
2006 "labels": { | 2033 "labels": { |
2007 "additionalProperties": { | 2034 "additionalProperties": { |
2008 "type": "string" | 2035 "type": "string" |
2009 }, | 2036 }, |
2010 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", | 2037 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", |
2011 "type": "object" | 2038 "type": "object" |
2012 }, | 2039 }, |
2013 "metadata": { | 2040 "metadata": { |
2014 "additionalProperties": { | 2041 "additionalProperties": { |
2015 "description": "Properties of the object. Contains field
@type with type URL.", | 2042 "description": "Properties of the object. Contains field
@type with type URL.", |
2016 "type": "any" | 2043 "type": "any" |
2017 }, | 2044 }, |
2018 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", | 2045 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", |
2019 "type": "object" | 2046 "type": "object" |
2020 } | 2047 } |
2021 }, | 2048 }, |
2022 "type": "object" | 2049 "type": "object" |
2023 }, | 2050 }, |
2024 "OperationMetadataExperimental": { | 2051 "OperationMetadataExperimental": { |
2025 "description": "Metadata for the given google.longrunning.Operation.
", | 2052 "description": "Metadata for the given google.longrunning.Operation.
", |
2026 "id": "OperationMetadataExperimental", | 2053 "id": "OperationMetadataExperimental", |
2027 "properties": { | 2054 "properties": { |
2028 "method": { | 2055 "method": { |
2029 "description": "API method that initiated this operation. Ex
ample: `google.appengine.experimental.CustomDomains.CreateCustomDomain`. @Output
Only", | 2056 "description": "API method that initiated this operation. Ex
ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl
y", |
2030 "type": "string" | 2057 "type": "string" |
2031 }, | 2058 }, |
2032 "insertTime": { | 2059 "insertTime": { |
2033 "description": "Time that this operation was created. @Outpu
tOnly", | 2060 "description": "Time that this operation was created.@Output
Only", |
2034 "type": "string" | 2061 "type": "string" |
2035 }, | 2062 }, |
2036 "endTime": { | 2063 "endTime": { |
2037 "description": "Time that this operation completed. @OutputO
nly", | 2064 "description": "Time that this operation completed.@OutputOn
ly", |
2038 "type": "string" | 2065 "type": "string" |
2039 }, | 2066 }, |
2040 "user": { | 2067 "user": { |
2041 "description": "User who requested this operation. @OutputOn
ly", | 2068 "description": "User who requested this operation.@OutputOnl
y", |
2042 "type": "string" | 2069 "type": "string" |
2043 }, | 2070 }, |
2044 "target": { | 2071 "target": { |
2045 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/customDomains/example.com`. @OutputOnly", | 2072 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly", |
2046 "type": "string" | 2073 "type": "string" |
2047 } | 2074 } |
2048 }, | 2075 }, |
2049 "type": "object" | 2076 "type": "object" |
2050 }, | 2077 }, |
2051 "OperationMetadata": { | 2078 "OperationMetadata": { |
2052 "description": "Metadata for the given google.longrunning.Operation.
", | 2079 "description": "Metadata for the given google.longrunning.Operation.
", |
2053 "id": "OperationMetadata", | 2080 "id": "OperationMetadata", |
2054 "properties": { | 2081 "properties": { |
2055 "operationType": { | 2082 "operationType": { |
2056 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\". @OutputOnly", | 2083 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\".@OutputOnly", |
2057 "type": "string" | 2084 "type": "string" |
2058 }, | 2085 }, |
2059 "insertTime": { | 2086 "insertTime": { |
2060 "description": "Timestamp that this operation was created. @
OutputOnly", | 2087 "description": "Timestamp that this operation was created.@O
utputOnly", |
2061 "type": "string" | 2088 "type": "string" |
2062 }, | 2089 }, |
2063 "endTime": { | 2090 "endTime": { |
2064 "description": "Timestamp that this operation completed. @Ou
tputOnly", | 2091 "description": "Timestamp that this operation completed.@Out
putOnly", |
2065 "type": "string" | 2092 "type": "string" |
2066 }, | 2093 }, |
2067 "user": { | 2094 "user": { |
2068 "description": "User who requested this operation. @OutputOn
ly", | 2095 "description": "User who requested this operation.@OutputOnl
y", |
2069 "type": "string" | 2096 "type": "string" |
2070 }, | 2097 }, |
2071 "target": { | 2098 "target": { |
2072 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/modules/default`. @OutputOnly", | 2099 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/modules/default.@OutputOnly", |
2073 "type": "string" | 2100 "type": "string" |
2074 }, | 2101 }, |
2075 "method": { | 2102 "method": { |
2076 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1beta4.Version.CreateVersion`. @OutputOnly", | 2103 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly", |
2077 "type": "string" | 2104 "type": "string" |
2078 } | 2105 } |
2079 }, | 2106 }, |
2080 "type": "object" | 2107 "type": "object" |
2081 }, | 2108 }, |
2082 "OperationMetadataV1Beta5": { | 2109 "OperationMetadataV1Beta5": { |
2083 "description": "Metadata for the given google.longrunning.Operation.
", | 2110 "description": "Metadata for the given google.longrunning.Operation.
", |
2084 "id": "OperationMetadataV1Beta5", | 2111 "id": "OperationMetadataV1Beta5", |
2085 "properties": { | 2112 "properties": { |
2086 "method": { | 2113 "method": { |
2087 "description": "API method name that initiated this operatio
n. Example: `google.appengine.v1beta5.Version.CreateVersion`. @OutputOnly", | 2114 "description": "API method name that initiated this operatio
n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly", |
2088 "type": "string" | 2115 "type": "string" |
2089 }, | 2116 }, |
2090 "insertTime": { | 2117 "insertTime": { |
2091 "description": "Timestamp that this operation was created. @
OutputOnly", | 2118 "description": "Timestamp that this operation was created.@O
utputOnly", |
2092 "type": "string" | 2119 "type": "string" |
2093 }, | 2120 }, |
2094 "endTime": { | 2121 "endTime": { |
2095 "description": "Timestamp that this operation completed. @Ou
tputOnly", | 2122 "description": "Timestamp that this operation completed.@Out
putOnly", |
2096 "type": "string" | 2123 "type": "string" |
2097 }, | 2124 }, |
2098 "user": { | 2125 "user": { |
2099 "description": "User who requested this operation. @OutputOn
ly", | 2126 "description": "User who requested this operation.@OutputOnl
y", |
2100 "type": "string" | 2127 "type": "string" |
2101 }, | 2128 }, |
2102 "target": { | 2129 "target": { |
2103 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", | 2130 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
2104 "type": "string" | 2131 "type": "string" |
2105 } | 2132 } |
2106 }, | 2133 }, |
2107 "type": "object" | 2134 "type": "object" |
2108 }, | 2135 }, |
2109 "OperationMetadataV1": { | 2136 "OperationMetadataV1": { |
2110 "description": "Metadata for the given google.longrunning.Operation.
", | 2137 "description": "Metadata for the given google.longrunning.Operation.
", |
2111 "id": "OperationMetadataV1", | 2138 "id": "OperationMetadataV1", |
2112 "properties": { | 2139 "properties": { |
2113 "method": { | 2140 "method": { |
2114 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly", | 2141 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", |
2115 "type": "string" | 2142 "type": "string" |
2116 }, | 2143 }, |
2117 "insertTime": { | 2144 "insertTime": { |
2118 "description": "Time that this operation was created. @Outpu
tOnly", | 2145 "description": "Time that this operation was created.@Output
Only", |
2119 "type": "string" | 2146 "type": "string" |
2120 }, | 2147 }, |
2121 "endTime": { | 2148 "endTime": { |
2122 "description": "Time that this operation completed. @OutputO
nly", | 2149 "description": "Time that this operation completed.@OutputOn
ly", |
2123 "type": "string" | 2150 "type": "string" |
2124 }, | 2151 }, |
2125 "user": { | 2152 "user": { |
2126 "description": "User who requested this operation. @OutputOn
ly", | 2153 "description": "User who requested this operation.@OutputOnl
y", |
2127 "type": "string" | 2154 "type": "string" |
2128 }, | 2155 }, |
2129 "target": { | 2156 "target": { |
2130 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", | 2157 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
2131 "type": "string" | 2158 "type": "string" |
| 2159 }, |
| 2160 "ephemeralMessage": { |
| 2161 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", |
| 2162 "type": "string" |
| 2163 }, |
| 2164 "warning": { |
| 2165 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", |
| 2166 "items": { |
| 2167 "type": "string" |
| 2168 }, |
| 2169 "type": "array" |
2132 } | 2170 } |
2133 }, | 2171 }, |
2134 "type": "object" | 2172 "type": "object" |
2135 }, | 2173 }, |
2136 "LocationMetadata": { | 2174 "LocationMetadata": { |
2137 "description": "Metadata for the given google.cloud.location.Locatio
n.", | 2175 "description": "Metadata for the given google.cloud.location.Locatio
n.", |
2138 "id": "LocationMetadata", | 2176 "id": "LocationMetadata", |
2139 "properties": { | 2177 "properties": { |
2140 "standardEnvironmentAvailable": { | 2178 "standardEnvironmentAvailable": { |
2141 "description": "App Engine Standard Environment is available
in the given location. @OutputOnly", | 2179 "description": "App Engine Standard Environment is available
in the given location.@OutputOnly", |
2142 "type": "boolean" | 2180 "type": "boolean" |
2143 }, | 2181 }, |
2144 "flexibleEnvironmentAvailable": { | 2182 "flexibleEnvironmentAvailable": { |
2145 "description": "App Engine Flexible Environment is available
in the given location. @OutputOnly", | 2183 "description": "App Engine Flexible Environment is available
in the given location.@OutputOnly", |
2146 "type": "boolean" | 2184 "type": "boolean" |
2147 } | 2185 } |
2148 }, | 2186 }, |
2149 "type": "object" | 2187 "type": "object" |
2150 } | 2188 } |
2151 }, | 2189 }, |
2152 "servicePath": "", | 2190 "servicePath": "", |
2153 "title": "Google App Engine Admin API", | 2191 "title": "Google App Engine Admin API", |
2154 "version": "v1beta4" | 2192 "version": "v1beta4" |
2155 } | 2193 } |
OLD | NEW |