OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, |
5 "https://www.googleapis.com/auth/appengine.admin": { | 8 "https://www.googleapis.com/auth/appengine.admin": { |
6 "description": "View and manage your applications deployed o
n Google App Engine" | 9 "description": "View and manage your applications deployed o
n Google App Engine" |
7 }, | 10 }, |
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { | 11 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
9 "description": "View your data across Google Cloud Platform
services" | 12 "description": "View your data across Google Cloud Platform
services" |
10 }, | |
11 "https://www.googleapis.com/auth/cloud-platform": { | |
12 "description": "View and manage your data across Google Clou
d 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": "The App Engine Admin API enables developers to provision and
manage their App Engine applications.", | 20 "description": "The App Engine Admin API enables developers to provision and
manage their 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 "icons": { | 23 "icons": { |
24 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 24 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
25 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 25 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
26 }, | 26 }, |
27 "id": "appengine:v1beta4", | 27 "id": "appengine:v1beta4", |
28 "kind": "discovery#restDescription", | 28 "kind": "discovery#restDescription", |
29 "name": "appengine", | 29 "name": "appengine", |
30 "ownerDomain": "google.com", | 30 "ownerDomain": "google.com", |
31 "ownerName": "Google", | 31 "ownerName": "Google", |
32 "parameters": { | 32 "parameters": { |
| 33 "quotaUser": { |
| 34 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", |
| 35 "location": "query", |
| 36 "type": "string" |
| 37 }, |
| 38 "pp": { |
| 39 "default": "true", |
| 40 "description": "Pretty-print response.", |
| 41 "location": "query", |
| 42 "type": "boolean" |
| 43 }, |
| 44 "bearer_token": { |
| 45 "description": "OAuth bearer token.", |
| 46 "location": "query", |
| 47 "type": "string" |
| 48 }, |
| 49 "oauth_token": { |
| 50 "description": "OAuth 2.0 token for the current user.", |
| 51 "location": "query", |
| 52 "type": "string" |
| 53 }, |
33 "upload_protocol": { | 54 "upload_protocol": { |
34 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | 55 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
35 "location": "query", | 56 "location": "query", |
36 "type": "string" | 57 "type": "string" |
37 }, | 58 }, |
38 "prettyPrint": { | 59 "prettyPrint": { |
39 "default": "true", | 60 "default": "true", |
40 "description": "Returns response with indentations and line breaks."
, | 61 "description": "Returns response with indentations and line breaks."
, |
41 "location": "query", | 62 "location": "query", |
42 "type": "boolean" | 63 "type": "boolean" |
43 }, | 64 }, |
| 65 "uploadType": { |
| 66 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", |
| 67 "location": "query", |
| 68 "type": "string" |
| 69 }, |
44 "fields": { | 70 "fields": { |
45 "description": "Selector specifying which fields to include in a par
tial response.", | 71 "description": "Selector specifying which fields to include in a par
tial response.", |
46 "location": "query", | 72 "location": "query", |
47 "type": "string" | 73 "type": "string" |
48 }, | 74 }, |
49 "uploadType": { | |
50 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", | |
51 "location": "query", | |
52 "type": "string" | |
53 }, | |
54 "callback": { | |
55 "description": "JSONP", | |
56 "location": "query", | |
57 "type": "string" | |
58 }, | |
59 "$.xgafv": { | 75 "$.xgafv": { |
60 "description": "V1 error format.", | 76 "description": "V1 error format.", |
61 "enum": [ | 77 "enum": [ |
62 "1", | 78 "1", |
63 "2" | 79 "2" |
64 ], | 80 ], |
65 "enumDescriptions": [ | 81 "enumDescriptions": [ |
66 "v1 error format", | 82 "v1 error format", |
67 "v2 error format" | 83 "v2 error format" |
68 ], | 84 ], |
69 "location": "query", | 85 "location": "query", |
70 "type": "string" | 86 "type": "string" |
71 }, | 87 }, |
| 88 "callback": { |
| 89 "description": "JSONP", |
| 90 "location": "query", |
| 91 "type": "string" |
| 92 }, |
72 "alt": { | 93 "alt": { |
73 "default": "json", | 94 "default": "json", |
74 "description": "Data format for response.", | 95 "description": "Data format for response.", |
75 "enum": [ | 96 "enum": [ |
76 "json", | 97 "json", |
77 "media", | 98 "media", |
78 "proto" | 99 "proto" |
79 ], | 100 ], |
80 "enumDescriptions": [ | 101 "enumDescriptions": [ |
81 "Responses with Content-Type of application/json", | 102 "Responses with Content-Type of application/json", |
82 "Media download with context-dependent Content-Type", | 103 "Media download with context-dependent Content-Type", |
83 "Responses with Content-Type of application/x-protobuf" | 104 "Responses with Content-Type of application/x-protobuf" |
84 ], | 105 ], |
85 "location": "query", | 106 "location": "query", |
86 "type": "string" | 107 "type": "string" |
87 }, | 108 }, |
88 "access_token": { | 109 "access_token": { |
89 "description": "OAuth access token.", | 110 "description": "OAuth access token.", |
90 "location": "query", | 111 "location": "query", |
91 "type": "string" | 112 "type": "string" |
92 }, | 113 }, |
93 "key": { | 114 "key": { |
94 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", | 115 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", |
95 "location": "query", | 116 "location": "query", |
96 "type": "string" | 117 "type": "string" |
97 }, | |
98 "quotaUser": { | |
99 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", | |
100 "location": "query", | |
101 "type": "string" | |
102 }, | |
103 "pp": { | |
104 "default": "true", | |
105 "description": "Pretty-print response.", | |
106 "location": "query", | |
107 "type": "boolean" | |
108 }, | |
109 "oauth_token": { | |
110 "description": "OAuth 2.0 token for the current user.", | |
111 "location": "query", | |
112 "type": "string" | |
113 }, | |
114 "bearer_token": { | |
115 "description": "OAuth bearer token.", | |
116 "location": "query", | |
117 "type": "string" | |
118 } | 118 } |
119 }, | 119 }, |
120 "protocol": "rest", | 120 "protocol": "rest", |
121 "resources": { | 121 "resources": { |
122 "apps": { | 122 "apps": { |
123 "methods": { | 123 "methods": { |
124 "patch": { | 124 "patch": { |
125 "description": "Updates the specified Application resource.
You can update the following fields:\nauth_domain (https://cloud.google.com/appe
ngine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.auth_domain)
\ndefault_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/r
eference/rest/v1beta4/apps#Application.FIELDS.default_cookie_expiration)", | 125 "description": "Updates the specified Application resource.
You can update the following fields:\nauth_domain (https://cloud.google.com/appe
ngine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.auth_domain)
\ndefault_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/r
eference/rest/v1beta4/apps#Application.FIELDS.default_cookie_expiration)", |
126 "httpMethod": "PATCH", | 126 "httpMethod": "PATCH", |
127 "id": "appengine.apps.patch", | 127 "id": "appengine.apps.patch", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 }, | 193 }, |
194 "response": { | 194 "response": { |
195 "$ref": "Operation" | 195 "$ref": "Operation" |
196 }, | 196 }, |
197 "scopes": [ | 197 "scopes": [ |
198 "https://www.googleapis.com/auth/cloud-platform" | 198 "https://www.googleapis.com/auth/cloud-platform" |
199 ] | 199 ] |
200 } | 200 } |
201 }, | 201 }, |
202 "resources": { | 202 "resources": { |
| 203 "locations": { |
| 204 "methods": { |
| 205 "get": { |
| 206 "description": "Get information about a location.", |
| 207 "httpMethod": "GET", |
| 208 "id": "appengine.apps.locations.get", |
| 209 "parameterOrder": [ |
| 210 "appsId", |
| 211 "locationsId" |
| 212 ], |
| 213 "parameters": { |
| 214 "locationsId": { |
| 215 "description": "Part of `name`. See document
ation of `appsId`.", |
| 216 "location": "path", |
| 217 "required": true, |
| 218 "type": "string" |
| 219 }, |
| 220 "appsId": { |
| 221 "description": "Part of `name`. Resource nam
e for the location.", |
| 222 "location": "path", |
| 223 "required": true, |
| 224 "type": "string" |
| 225 } |
| 226 }, |
| 227 "path": "v1beta4/apps/{appsId}/locations/{locationsI
d}", |
| 228 "response": { |
| 229 "$ref": "Location" |
| 230 }, |
| 231 "scopes": [ |
| 232 "https://www.googleapis.com/auth/appengine.admin
", |
| 233 "https://www.googleapis.com/auth/cloud-platform"
, |
| 234 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
| 235 ] |
| 236 }, |
| 237 "list": { |
| 238 "description": "Lists information about the supporte
d locations for this service.", |
| 239 "httpMethod": "GET", |
| 240 "id": "appengine.apps.locations.list", |
| 241 "parameterOrder": [ |
| 242 "appsId" |
| 243 ], |
| 244 "parameters": { |
| 245 "pageToken": { |
| 246 "description": "The standard list page token
.", |
| 247 "location": "query", |
| 248 "type": "string" |
| 249 }, |
| 250 "appsId": { |
| 251 "description": "Part of `name`. The resource
that owns the locations collection, if applicable.", |
| 252 "location": "path", |
| 253 "required": true, |
| 254 "type": "string" |
| 255 }, |
| 256 "pageSize": { |
| 257 "description": "The standard list page size.
", |
| 258 "format": "int32", |
| 259 "location": "query", |
| 260 "type": "integer" |
| 261 }, |
| 262 "filter": { |
| 263 "description": "The standard list filter.", |
| 264 "location": "query", |
| 265 "type": "string" |
| 266 } |
| 267 }, |
| 268 "path": "v1beta4/apps/{appsId}/locations", |
| 269 "response": { |
| 270 "$ref": "ListLocationsResponse" |
| 271 }, |
| 272 "scopes": [ |
| 273 "https://www.googleapis.com/auth/appengine.admin
", |
| 274 "https://www.googleapis.com/auth/cloud-platform"
, |
| 275 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
| 276 ] |
| 277 } |
| 278 } |
| 279 }, |
203 "modules": { | 280 "modules": { |
204 "methods": { | 281 "methods": { |
205 "delete": { | 282 "delete": { |
206 "description": "Deletes the specified module and all
enclosed versions.", | 283 "description": "Deletes the specified module and all
enclosed versions.", |
207 "httpMethod": "DELETE", | 284 "httpMethod": "DELETE", |
208 "id": "appengine.apps.modules.delete", | 285 "id": "appengine.apps.modules.delete", |
209 "parameterOrder": [ | 286 "parameterOrder": [ |
210 "appsId", | 287 "appsId", |
211 "modulesId" | 288 "modulesId" |
212 ], | 289 ], |
213 "parameters": { | 290 "parameters": { |
| 291 "modulesId": { |
| 292 "description": "Part of `name`. See document
ation of `appsId`.", |
| 293 "location": "path", |
| 294 "required": true, |
| 295 "type": "string" |
| 296 }, |
214 "appsId": { | 297 "appsId": { |
215 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", | 298 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", |
216 "location": "path", | 299 "location": "path", |
217 "required": true, | 300 "required": true, |
218 "type": "string" | 301 "type": "string" |
219 }, | |
220 "modulesId": { | |
221 "description": "Part of `name`. See document
ation of `appsId`.", | |
222 "location": "path", | |
223 "required": true, | |
224 "type": "string" | |
225 } | 302 } |
226 }, | 303 }, |
227 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", | 304 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", |
228 "response": { | 305 "response": { |
229 "$ref": "Operation" | 306 "$ref": "Operation" |
230 }, | 307 }, |
231 "scopes": [ | 308 "scopes": [ |
232 "https://www.googleapis.com/auth/cloud-platform" | 309 "https://www.googleapis.com/auth/cloud-platform" |
233 ] | 310 ] |
234 }, | 311 }, |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 ] | 354 ] |
278 }, | 355 }, |
279 "list": { | 356 "list": { |
280 "description": "Lists all the modules in the applica
tion.", | 357 "description": "Lists all the modules in the applica
tion.", |
281 "httpMethod": "GET", | 358 "httpMethod": "GET", |
282 "id": "appengine.apps.modules.list", | 359 "id": "appengine.apps.modules.list", |
283 "parameterOrder": [ | 360 "parameterOrder": [ |
284 "appsId" | 361 "appsId" |
285 ], | 362 ], |
286 "parameters": { | 363 "parameters": { |
287 "pageSize": { | |
288 "description": "Maximum results to return pe
r page.", | |
289 "format": "int32", | |
290 "location": "query", | |
291 "type": "integer" | |
292 }, | |
293 "pageToken": { | 364 "pageToken": { |
294 "description": "Continuation token for fetch
ing the next page of results.", | 365 "description": "Continuation token for fetch
ing the next page of results.", |
295 "location": "query", | 366 "location": "query", |
296 "type": "string" | 367 "type": "string" |
297 }, | 368 }, |
298 "appsId": { | 369 "appsId": { |
299 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp.", | 370 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp.", |
300 "location": "path", | 371 "location": "path", |
301 "required": true, | 372 "required": true, |
302 "type": "string" | 373 "type": "string" |
| 374 }, |
| 375 "pageSize": { |
| 376 "description": "Maximum results to return pe
r page.", |
| 377 "format": "int32", |
| 378 "location": "query", |
| 379 "type": "integer" |
303 } | 380 } |
304 }, | 381 }, |
305 "path": "v1beta4/apps/{appsId}/modules", | 382 "path": "v1beta4/apps/{appsId}/modules", |
306 "response": { | 383 "response": { |
307 "$ref": "ListModulesResponse" | 384 "$ref": "ListModulesResponse" |
308 }, | 385 }, |
309 "scopes": [ | 386 "scopes": [ |
310 "https://www.googleapis.com/auth/appengine.admin
", | 387 "https://www.googleapis.com/auth/appengine.admin
", |
311 "https://www.googleapis.com/auth/cloud-platform"
, | 388 "https://www.googleapis.com/auth/cloud-platform"
, |
312 "https://www.googleapis.com/auth/cloud-platform.
read-only" | 389 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
313 ] | 390 ] |
314 }, | 391 }, |
315 "get": { | 392 "get": { |
316 "description": "Gets the current configuration of th
e specified module.", | 393 "description": "Gets the current configuration of th
e specified module.", |
317 "httpMethod": "GET", | 394 "httpMethod": "GET", |
318 "id": "appengine.apps.modules.get", | 395 "id": "appengine.apps.modules.get", |
319 "parameterOrder": [ | 396 "parameterOrder": [ |
320 "appsId", | 397 "appsId", |
321 "modulesId" | 398 "modulesId" |
322 ], | 399 ], |
323 "parameters": { | 400 "parameters": { |
| 401 "modulesId": { |
| 402 "description": "Part of `name`. See document
ation of `appsId`.", |
| 403 "location": "path", |
| 404 "required": true, |
| 405 "type": "string" |
| 406 }, |
324 "appsId": { | 407 "appsId": { |
325 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", | 408 "description": "Part of `name`. Name of the
resource requested. Example: apps/myapp/modules/default.", |
326 "location": "path", | 409 "location": "path", |
327 "required": true, | 410 "required": true, |
328 "type": "string" | 411 "type": "string" |
329 }, | |
330 "modulesId": { | |
331 "description": "Part of `name`. See document
ation of `appsId`.", | |
332 "location": "path", | |
333 "required": true, | |
334 "type": "string" | |
335 } | 412 } |
336 }, | 413 }, |
337 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", | 414 "path": "v1beta4/apps/{appsId}/modules/{modulesId}", |
338 "response": { | 415 "response": { |
339 "$ref": "Module" | 416 "$ref": "Module" |
340 }, | 417 }, |
341 "scopes": [ | 418 "scopes": [ |
342 "https://www.googleapis.com/auth/appengine.admin
", | 419 "https://www.googleapis.com/auth/appengine.admin
", |
343 "https://www.googleapis.com/auth/cloud-platform"
, | 420 "https://www.googleapis.com/auth/cloud-platform"
, |
344 "https://www.googleapis.com/auth/cloud-platform.
read-only" | 421 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
345 ] | 422 ] |
346 } | 423 } |
347 }, | 424 }, |
348 "resources": { | 425 "resources": { |
349 "versions": { | 426 "versions": { |
350 "methods": { | 427 "methods": { |
| 428 "delete": { |
| 429 "description": "Deletes an existing version.
", |
| 430 "httpMethod": "DELETE", |
| 431 "id": "appengine.apps.modules.versions.delet
e", |
| 432 "parameterOrder": [ |
| 433 "appsId", |
| 434 "modulesId", |
| 435 "versionsId" |
| 436 ], |
| 437 "parameters": { |
| 438 "versionsId": { |
| 439 "description": "Part of `name`. See
documentation of `appsId`.", |
| 440 "location": "path", |
| 441 "required": true, |
| 442 "type": "string" |
| 443 }, |
| 444 "modulesId": { |
| 445 "description": "Part of `name`. See
documentation of `appsId`.", |
| 446 "location": "path", |
| 447 "required": true, |
| 448 "type": "string" |
| 449 }, |
| 450 "appsId": { |
| 451 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default/versions/v1.", |
| 452 "location": "path", |
| 453 "required": true, |
| 454 "type": "string" |
| 455 } |
| 456 }, |
| 457 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions/{versionsId}", |
| 458 "response": { |
| 459 "$ref": "Operation" |
| 460 }, |
| 461 "scopes": [ |
| 462 "https://www.googleapis.com/auth/cloud-p
latform" |
| 463 ] |
| 464 }, |
351 "patch": { | 465 "patch": { |
352 "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:\nserving_status (ht
tps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modu
les.versions#Version.FIELDS.serving_status): For Version resources that use bas
ic scaling, manual scaling, or run in the App Engine flexible environment.\nins
tance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1
beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version resourc
es that run in the App Engine standard environment.\nautomatic_scaling.min_idle_
instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
ta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resour
ces that use automatic scaling and run in the App Engine standard environment.\
nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/a
dmin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_s
caling): For Version resources that use automatic scaling and run in the App E
ngine standard environment.", | 466 "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:\nserving_status (ht
tps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modu
les.versions#Version.FIELDS.serving_status): For Version resources that use bas
ic scaling, manual scaling, or run in the App Engine flexible environment.\nins
tance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1
beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version resourc
es that run in the App Engine standard environment.\nautomatic_scaling.min_idle_
instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
ta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resour
ces that use automatic scaling and run in the App Engine standard environment.\
nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/a
dmin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_s
caling): For Version resources that use automatic scaling and run in the App E
ngine standard environment.", |
353 "httpMethod": "PATCH", | 467 "httpMethod": "PATCH", |
354 "id": "appengine.apps.modules.versions.patch
", | 468 "id": "appengine.apps.modules.versions.patch
", |
355 "parameterOrder": [ | 469 "parameterOrder": [ |
356 "appsId", | 470 "appsId", |
357 "modulesId", | 471 "modulesId", |
358 "versionsId" | 472 "versionsId" |
359 ], | 473 ], |
360 "parameters": { | 474 "parameters": { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 }, | 510 }, |
397 "list": { | 511 "list": { |
398 "description": "Lists the versions of a modu
le.", | 512 "description": "Lists the versions of a modu
le.", |
399 "httpMethod": "GET", | 513 "httpMethod": "GET", |
400 "id": "appengine.apps.modules.versions.list"
, | 514 "id": "appengine.apps.modules.versions.list"
, |
401 "parameterOrder": [ | 515 "parameterOrder": [ |
402 "appsId", | 516 "appsId", |
403 "modulesId" | 517 "modulesId" |
404 ], | 518 ], |
405 "parameters": { | 519 "parameters": { |
406 "pageToken": { | |
407 "description": "Continuation token f
or fetching the next page of results.", | |
408 "location": "query", | |
409 "type": "string" | |
410 }, | |
411 "appsId": { | |
412 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default.", | |
413 "location": "path", | |
414 "required": true, | |
415 "type": "string" | |
416 }, | |
417 "pageSize": { | 520 "pageSize": { |
418 "description": "Maximum results to r
eturn per page.", | 521 "description": "Maximum results to r
eturn per page.", |
419 "format": "int32", | 522 "format": "int32", |
420 "location": "query", | 523 "location": "query", |
421 "type": "integer" | 524 "type": "integer" |
422 }, | 525 }, |
423 "view": { | 526 "view": { |
424 "description": "Controls the set of
fields returned in the List response.", | 527 "description": "Controls the set of
fields returned in the List response.", |
425 "enum": [ | 528 "enum": [ |
426 "BASIC", | 529 "BASIC", |
427 "FULL" | 530 "FULL" |
428 ], | 531 ], |
429 "location": "query", | 532 "location": "query", |
430 "type": "string" | 533 "type": "string" |
431 }, | 534 }, |
432 "modulesId": { | 535 "modulesId": { |
433 "description": "Part of `name`. See
documentation of `appsId`.", | 536 "description": "Part of `name`. See
documentation of `appsId`.", |
434 "location": "path", | 537 "location": "path", |
435 "required": true, | 538 "required": true, |
436 "type": "string" | 539 "type": "string" |
| 540 }, |
| 541 "pageToken": { |
| 542 "description": "Continuation token f
or fetching the next page of results.", |
| 543 "location": "query", |
| 544 "type": "string" |
| 545 }, |
| 546 "appsId": { |
| 547 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default.", |
| 548 "location": "path", |
| 549 "required": true, |
| 550 "type": "string" |
437 } | 551 } |
438 }, | 552 }, |
439 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", | 553 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", |
440 "response": { | 554 "response": { |
441 "$ref": "ListVersionsResponse" | 555 "$ref": "ListVersionsResponse" |
442 }, | 556 }, |
443 "scopes": [ | 557 "scopes": [ |
444 "https://www.googleapis.com/auth/appengi
ne.admin", | 558 "https://www.googleapis.com/auth/appengi
ne.admin", |
445 "https://www.googleapis.com/auth/cloud-p
latform", | 559 "https://www.googleapis.com/auth/cloud-p
latform", |
446 "https://www.googleapis.com/auth/cloud-p
latform.read-only" | 560 "https://www.googleapis.com/auth/cloud-p
latform.read-only" |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", | 633 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", |
520 "request": { | 634 "request": { |
521 "$ref": "Version" | 635 "$ref": "Version" |
522 }, | 636 }, |
523 "response": { | 637 "response": { |
524 "$ref": "Operation" | 638 "$ref": "Operation" |
525 }, | 639 }, |
526 "scopes": [ | 640 "scopes": [ |
527 "https://www.googleapis.com/auth/cloud-p
latform" | 641 "https://www.googleapis.com/auth/cloud-p
latform" |
528 ] | 642 ] |
529 }, | |
530 "delete": { | |
531 "description": "Deletes an existing version.
", | |
532 "httpMethod": "DELETE", | |
533 "id": "appengine.apps.modules.versions.delet
e", | |
534 "parameterOrder": [ | |
535 "appsId", | |
536 "modulesId", | |
537 "versionsId" | |
538 ], | |
539 "parameters": { | |
540 "appsId": { | |
541 "description": "Part of `name`. Name
of the resource requested. Example: apps/myapp/modules/default/versions/v1.", | |
542 "location": "path", | |
543 "required": true, | |
544 "type": "string" | |
545 }, | |
546 "versionsId": { | |
547 "description": "Part of `name`. See
documentation of `appsId`.", | |
548 "location": "path", | |
549 "required": true, | |
550 "type": "string" | |
551 }, | |
552 "modulesId": { | |
553 "description": "Part of `name`. See
documentation of `appsId`.", | |
554 "location": "path", | |
555 "required": true, | |
556 "type": "string" | |
557 } | |
558 }, | |
559 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions/{versionsId}", | |
560 "response": { | |
561 "$ref": "Operation" | |
562 }, | |
563 "scopes": [ | |
564 "https://www.googleapis.com/auth/cloud-p
latform" | |
565 ] | |
566 } | 643 } |
567 }, | 644 }, |
568 "resources": { | 645 "resources": { |
569 "instances": { | 646 "instances": { |
570 "methods": { | 647 "methods": { |
571 "delete": { | 648 "delete": { |
572 "description": "Stops a running inst
ance.", | 649 "description": "Stops a running inst
ance.", |
573 "httpMethod": "DELETE", | 650 "httpMethod": "DELETE", |
574 "id": "appengine.apps.modules.versio
ns.instances.delete", | 651 "id": "appengine.apps.modules.versio
ns.instances.delete", |
575 "parameterOrder": [ | 652 "parameterOrder": [ |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 "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
.", | 789 "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
.", |
713 "httpMethod": "POST", | 790 "httpMethod": "POST", |
714 "id": "appengine.apps.modules.versio
ns.instances.debug", | 791 "id": "appengine.apps.modules.versio
ns.instances.debug", |
715 "parameterOrder": [ | 792 "parameterOrder": [ |
716 "appsId", | 793 "appsId", |
717 "modulesId", | 794 "modulesId", |
718 "versionsId", | 795 "versionsId", |
719 "instancesId" | 796 "instancesId" |
720 ], | 797 ], |
721 "parameters": { | 798 "parameters": { |
| 799 "versionsId": { |
| 800 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 801 "location": "path", |
| 802 "required": true, |
| 803 "type": "string" |
| 804 }, |
| 805 "modulesId": { |
| 806 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 807 "location": "path", |
| 808 "required": true, |
| 809 "type": "string" |
| 810 }, |
722 "instancesId": { | 811 "instancesId": { |
723 "description": "Part of `nam
e`. See documentation of `appsId`.", | 812 "description": "Part of `nam
e`. See documentation of `appsId`.", |
724 "location": "path", | 813 "location": "path", |
725 "required": true, | 814 "required": true, |
726 "type": "string" | 815 "type": "string" |
727 }, | 816 }, |
728 "appsId": { | 817 "appsId": { |
729 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/v1/instances/instance-1.", | 818 "description": "Part of `nam
e`. Name of the resource requested. Example: apps/myapp/modules/default/versions
/v1/instances/instance-1.", |
730 "location": "path", | 819 "location": "path", |
731 "required": true, | 820 "required": true, |
732 "type": "string" | 821 "type": "string" |
733 }, | |
734 "versionsId": { | |
735 "description": "Part of `nam
e`. See documentation of `appsId`.", | |
736 "location": "path", | |
737 "required": true, | |
738 "type": "string" | |
739 }, | |
740 "modulesId": { | |
741 "description": "Part of `nam
e`. See documentation of `appsId`.", | |
742 "location": "path", | |
743 "required": true, | |
744 "type": "string" | |
745 } | 822 } |
746 }, | 823 }, |
747 "path": "v1beta4/apps/{appsId}/modul
es/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug", | 824 "path": "v1beta4/apps/{appsId}/modul
es/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug", |
748 "request": { | 825 "request": { |
749 "$ref": "DebugInstanceRequest" | 826 "$ref": "DebugInstanceRequest" |
750 }, | 827 }, |
751 "response": { | 828 "response": { |
752 "$ref": "Operation" | 829 "$ref": "Operation" |
753 }, | 830 }, |
754 "scopes": [ | 831 "scopes": [ |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 "response": { | 907 "response": { |
831 "$ref": "ListOperationsResponse" | 908 "$ref": "ListOperationsResponse" |
832 }, | 909 }, |
833 "scopes": [ | 910 "scopes": [ |
834 "https://www.googleapis.com/auth/appengine.admin
", | 911 "https://www.googleapis.com/auth/appengine.admin
", |
835 "https://www.googleapis.com/auth/cloud-platform"
, | 912 "https://www.googleapis.com/auth/cloud-platform"
, |
836 "https://www.googleapis.com/auth/cloud-platform.
read-only" | 913 "https://www.googleapis.com/auth/cloud-platform.
read-only" |
837 ] | 914 ] |
838 } | 915 } |
839 } | 916 } |
840 }, | |
841 "locations": { | |
842 "methods": { | |
843 "get": { | |
844 "description": "Get information about a location.", | |
845 "httpMethod": "GET", | |
846 "id": "appengine.apps.locations.get", | |
847 "parameterOrder": [ | |
848 "appsId", | |
849 "locationsId" | |
850 ], | |
851 "parameters": { | |
852 "locationsId": { | |
853 "description": "Part of `name`. See document
ation of `appsId`.", | |
854 "location": "path", | |
855 "required": true, | |
856 "type": "string" | |
857 }, | |
858 "appsId": { | |
859 "description": "Part of `name`. Resource nam
e for the location.", | |
860 "location": "path", | |
861 "required": true, | |
862 "type": "string" | |
863 } | |
864 }, | |
865 "path": "v1beta4/apps/{appsId}/locations/{locationsI
d}", | |
866 "response": { | |
867 "$ref": "Location" | |
868 }, | |
869 "scopes": [ | |
870 "https://www.googleapis.com/auth/appengine.admin
", | |
871 "https://www.googleapis.com/auth/cloud-platform"
, | |
872 "https://www.googleapis.com/auth/cloud-platform.
read-only" | |
873 ] | |
874 }, | |
875 "list": { | |
876 "description": "Lists information about the supporte
d locations for this service.", | |
877 "httpMethod": "GET", | |
878 "id": "appengine.apps.locations.list", | |
879 "parameterOrder": [ | |
880 "appsId" | |
881 ], | |
882 "parameters": { | |
883 "filter": { | |
884 "description": "The standard list filter.", | |
885 "location": "query", | |
886 "type": "string" | |
887 }, | |
888 "pageToken": { | |
889 "description": "The standard list page token
.", | |
890 "location": "query", | |
891 "type": "string" | |
892 }, | |
893 "appsId": { | |
894 "description": "Part of `name`. The resource
that owns the locations collection, if applicable.", | |
895 "location": "path", | |
896 "required": true, | |
897 "type": "string" | |
898 }, | |
899 "pageSize": { | |
900 "description": "The standard list page size.
", | |
901 "format": "int32", | |
902 "location": "query", | |
903 "type": "integer" | |
904 } | |
905 }, | |
906 "path": "v1beta4/apps/{appsId}/locations", | |
907 "response": { | |
908 "$ref": "ListLocationsResponse" | |
909 }, | |
910 "scopes": [ | |
911 "https://www.googleapis.com/auth/appengine.admin
", | |
912 "https://www.googleapis.com/auth/cloud-platform"
, | |
913 "https://www.googleapis.com/auth/cloud-platform.
read-only" | |
914 ] | |
915 } | |
916 } | |
917 } | 917 } |
918 } | 918 } |
919 } | 919 } |
920 }, | 920 }, |
921 "revision": "20170811", | 921 "revision": "20170901", |
922 "rootUrl": "https://appengine.googleapis.com/", | 922 "rootUrl": "https://appengine.googleapis.com/", |
923 "schemas": { | 923 "schemas": { |
924 "StaticDirectoryHandler": { | |
925 "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."
, | |
926 "id": "StaticDirectoryHandler", | |
927 "properties": { | |
928 "expiration": { | |
929 "description": "Time a static file served by this handler sh
ould be cached.", | |
930 "format": "google-duration", | |
931 "type": "string" | |
932 }, | |
933 "applicationReadable": { | |
934 "description": "Whether files should also be uploaded as cod
e data. By default, files declared in static directory handlers are uploaded as
static data and are only served to end users; they cannot be read by the applica
tion. If enabled, uploads are charged against both your code and static data sto
rage resource quotas.", | |
935 "type": "boolean" | |
936 }, | |
937 "httpHeaders": { | |
938 "additionalProperties": { | |
939 "type": "string" | |
940 }, | |
941 "description": "HTTP headers to use for all responses from t
hese URLs.", | |
942 "type": "object" | |
943 }, | |
944 "directory": { | |
945 "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.", | |
946 "type": "string" | |
947 }, | |
948 "mimeType": { | |
949 "description": "MIME type used to serve all files served by
this handler. Defaults to file-specific MIME types, which are direved from each
file's filename extension.", | |
950 "type": "string" | |
951 }, | |
952 "requireMatchingFile": { | |
953 "description": "Whether this handler should match the reques
t if the file referenced by the handler does not exist.", | |
954 "type": "boolean" | |
955 } | |
956 }, | |
957 "type": "object" | |
958 }, | |
959 "AutomaticScaling": { | |
960 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", | |
961 "id": "AutomaticScaling", | |
962 "properties": { | |
963 "minPendingLatency": { | |
964 "description": "Minimum amount of time a request should wait
in the pending queue before starting a new instance to handle it.", | |
965 "format": "google-duration", | |
966 "type": "string" | |
967 }, | |
968 "maxIdleInstances": { | |
969 "description": "Maximum number of idle instances that should
be maintained for this version.", | |
970 "format": "int32", | |
971 "type": "integer" | |
972 }, | |
973 "requestUtilization": { | |
974 "$ref": "RequestUtilization", | |
975 "description": "Target scaling by request utilization." | |
976 }, | |
977 "minIdleInstances": { | |
978 "description": "Minimum number of idle instances that should
be maintained for this version. Only applicable for the default version of a mo
dule.", | |
979 "format": "int32", | |
980 "type": "integer" | |
981 }, | |
982 "maxTotalInstances": { | |
983 "description": "Maximum number of instances that should be s
tarted to handle requests.", | |
984 "format": "int32", | |
985 "type": "integer" | |
986 }, | |
987 "minTotalInstances": { | |
988 "description": "Minimum number of instances that should be m
aintained for this version.", | |
989 "format": "int32", | |
990 "type": "integer" | |
991 }, | |
992 "networkUtilization": { | |
993 "$ref": "NetworkUtilization", | |
994 "description": "Target scaling by network usage." | |
995 }, | |
996 "maxConcurrentRequests": { | |
997 "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.", | |
998 "format": "int32", | |
999 "type": "integer" | |
1000 }, | |
1001 "coolDownPeriod": { | |
1002 "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.", | |
1003 "format": "google-duration", | |
1004 "type": "string" | |
1005 }, | |
1006 "maxPendingLatency": { | |
1007 "description": "Maximum amount of time that a request should
wait in the pending queue before starting a new instance to handle it.", | |
1008 "format": "google-duration", | |
1009 "type": "string" | |
1010 }, | |
1011 "cpuUtilization": { | |
1012 "$ref": "CpuUtilization", | |
1013 "description": "Target scaling by CPU usage." | |
1014 }, | |
1015 "diskUtilization": { | |
1016 "$ref": "DiskUtilization", | |
1017 "description": "Target scaling by disk usage." | |
1018 } | |
1019 }, | |
1020 "type": "object" | |
1021 }, | |
1022 "Location": { | |
1023 "description": "A resource that represents Google Cloud Platform loc
ation.", | |
1024 "id": "Location", | |
1025 "properties": { | |
1026 "labels": { | |
1027 "additionalProperties": { | |
1028 "type": "string" | |
1029 }, | |
1030 "description": "Cross-service attributes for the location. F
or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n", | |
1031 "type": "object" | |
1032 }, | |
1033 "name": { | |
1034 "description": "Resource name for the location, which may va
ry between implementations. For example: \"projects/example-project/locations/us
-east1\"", | |
1035 "type": "string" | |
1036 }, | |
1037 "locationId": { | |
1038 "description": "The canonical id for this location. For exam
ple: \"us-east1\".", | |
1039 "type": "string" | |
1040 }, | |
1041 "metadata": { | |
1042 "additionalProperties": { | |
1043 "description": "Properties of the object. Contains field
@type with type URL.", | |
1044 "type": "any" | |
1045 }, | |
1046 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", | |
1047 "type": "object" | |
1048 } | |
1049 }, | |
1050 "type": "object" | |
1051 }, | |
1052 "NetworkUtilization": { | |
1053 "description": "Target scaling by network usage. Only applicable for
VM runtimes.", | |
1054 "id": "NetworkUtilization", | |
1055 "properties": { | |
1056 "targetSentPacketsPerSec": { | |
1057 "description": "Target packets sent per second.", | |
1058 "format": "int32", | |
1059 "type": "integer" | |
1060 }, | |
1061 "targetReceivedPacketsPerSec": { | |
1062 "description": "Target packets received per second.", | |
1063 "format": "int32", | |
1064 "type": "integer" | |
1065 }, | |
1066 "targetSentBytesPerSec": { | |
1067 "description": "Target bytes sent per second.", | |
1068 "format": "int32", | |
1069 "type": "integer" | |
1070 }, | |
1071 "targetReceivedBytesPerSec": { | |
1072 "description": "Target bytes received per second.", | |
1073 "format": "int32", | |
1074 "type": "integer" | |
1075 } | |
1076 }, | |
1077 "type": "object" | |
1078 }, | |
1079 "HealthCheck": { | |
1080 "description": "Health checking configuration for VM instances. Unhe
althy instances are killed and replaced with new instances. Only applicable for
instances in App Engine flexible environment.", | |
1081 "id": "HealthCheck", | |
1082 "properties": { | |
1083 "host": { | |
1084 "description": "Host header to send when performing an HTTP
health check. Example: \"myapp.appspot.com\"", | |
1085 "type": "string" | |
1086 }, | |
1087 "healthyThreshold": { | |
1088 "description": "Number of consecutive successful health chec
ks required before receiving traffic.", | |
1089 "format": "uint32", | |
1090 "type": "integer" | |
1091 }, | |
1092 "restartThreshold": { | |
1093 "description": "Number of consecutive failed health checks r
equired before an instance is restarted.", | |
1094 "format": "uint32", | |
1095 "type": "integer" | |
1096 }, | |
1097 "checkInterval": { | |
1098 "description": "Interval between health checks.", | |
1099 "format": "google-duration", | |
1100 "type": "string" | |
1101 }, | |
1102 "timeout": { | |
1103 "description": "Time before the health check is considered f
ailed.", | |
1104 "format": "google-duration", | |
1105 "type": "string" | |
1106 }, | |
1107 "unhealthyThreshold": { | |
1108 "description": "Number of consecutive failed health checks r
equired before removing traffic.", | |
1109 "format": "uint32", | |
1110 "type": "integer" | |
1111 }, | |
1112 "disableHealthCheck": { | |
1113 "description": "Whether to explicitly disable health checks
for this instance.", | |
1114 "type": "boolean" | |
1115 } | |
1116 }, | |
1117 "type": "object" | |
1118 }, | |
1119 "SourceReference": { | |
1120 "description": "Reference to a particular snapshot of the source tre
e used to build and deploy the application.", | |
1121 "id": "SourceReference", | |
1122 "properties": { | |
1123 "revisionId": { | |
1124 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", | |
1125 "type": "string" | |
1126 }, | |
1127 "repository": { | |
1128 "description": "URI string identifying the repository. Examp
le: \"https://source.developers.google.com/p/app-123/r/default\"", | |
1129 "type": "string" | |
1130 } | |
1131 }, | |
1132 "type": "object" | |
1133 }, | |
1134 "DebugInstanceRequest": { | |
1135 "description": "Request message for Instances.DebugInstance.", | |
1136 "id": "DebugInstanceRequest", | |
1137 "properties": { | |
1138 "sshKey": { | |
1139 "description": "Public SSH key to add to the instance. Examp
les:\n[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME]\n[USERNAME]:ssh-rsa [KEY_VALUE]
google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more
information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/
docs/instances/adding-removing-ssh-keys).", | |
1140 "type": "string" | |
1141 } | |
1142 }, | |
1143 "type": "object" | |
1144 }, | |
1145 "Library": { | |
1146 "description": "Third-party Python runtime library that is required
by the application.", | |
1147 "id": "Library", | |
1148 "properties": { | |
1149 "version": { | |
1150 "description": "Version of the library to select, or \"lates
t\".", | |
1151 "type": "string" | |
1152 }, | |
1153 "name": { | |
1154 "description": "Name of the library. Example: \"django\".", | |
1155 "type": "string" | |
1156 } | |
1157 }, | |
1158 "type": "object" | |
1159 }, | |
1160 "OperationMetadataV1Beta5": { | 924 "OperationMetadataV1Beta5": { |
1161 "description": "Metadata for the given google.longrunning.Operation.
", | 925 "description": "Metadata for the given google.longrunning.Operation.
", |
1162 "id": "OperationMetadataV1Beta5", | 926 "id": "OperationMetadataV1Beta5", |
1163 "properties": { | 927 "properties": { |
| 928 "method": { |
| 929 "description": "API method name that initiated this operatio
n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly", |
| 930 "type": "string" |
| 931 }, |
1164 "insertTime": { | 932 "insertTime": { |
1165 "description": "Timestamp that this operation was created.@O
utputOnly", | 933 "description": "Timestamp that this operation was created.@O
utputOnly", |
1166 "format": "google-datetime", | 934 "format": "google-datetime", |
1167 "type": "string" | 935 "type": "string" |
1168 }, | 936 }, |
1169 "endTime": { | 937 "endTime": { |
1170 "description": "Timestamp that this operation completed.@Out
putOnly", | 938 "description": "Timestamp that this operation completed.@Out
putOnly", |
1171 "format": "google-datetime", | 939 "format": "google-datetime", |
1172 "type": "string" | 940 "type": "string" |
1173 }, | 941 }, |
1174 "target": { | 942 "target": { |
1175 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", | 943 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
1176 "type": "string" | 944 "type": "string" |
1177 }, | 945 }, |
1178 "user": { | 946 "user": { |
1179 "description": "User who requested this operation.@OutputOnl
y", | 947 "description": "User who requested this operation.@OutputOnl
y", |
1180 "type": "string" | 948 "type": "string" |
| 949 } |
| 950 }, |
| 951 "type": "object" |
| 952 }, |
| 953 "Library": { |
| 954 "description": "Third-party Python runtime library that is required
by the application.", |
| 955 "id": "Library", |
| 956 "properties": { |
| 957 "version": { |
| 958 "description": "Version of the library to select, or \"lates
t\".", |
| 959 "type": "string" |
1181 }, | 960 }, |
1182 "method": { | 961 "name": { |
1183 "description": "API method name that initiated this operatio
n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly", | 962 "description": "Name of the library. Example: \"django\".", |
1184 "type": "string" | 963 "type": "string" |
1185 } | 964 } |
1186 }, | 965 }, |
1187 "type": "object" | 966 "type": "object" |
1188 }, | 967 }, |
1189 "ListLocationsResponse": { | 968 "ListLocationsResponse": { |
1190 "description": "The response message for Locations.ListLocations.", | 969 "description": "The response message for Locations.ListLocations.", |
1191 "id": "ListLocationsResponse", | 970 "id": "ListLocationsResponse", |
1192 "properties": { | 971 "properties": { |
1193 "locations": { | 972 "locations": { |
1194 "description": "A list of locations that matches the specifi
ed filter in the request.", | 973 "description": "A list of locations that matches the specifi
ed filter in the request.", |
1195 "items": { | 974 "items": { |
1196 "$ref": "Location" | 975 "$ref": "Location" |
1197 }, | 976 }, |
1198 "type": "array" | 977 "type": "array" |
1199 }, | 978 }, |
1200 "nextPageToken": { | 979 "nextPageToken": { |
1201 "description": "The standard List next-page token.", | 980 "description": "The standard List next-page token.", |
1202 "type": "string" | 981 "type": "string" |
1203 } | 982 } |
1204 }, | 983 }, |
1205 "type": "object" | 984 "type": "object" |
1206 }, | 985 }, |
1207 "ContainerInfo": { | |
1208 "description": "Docker image that is used to create a container and
start a VM instance for the version that you deploy. Only applicable for instanc
es running in the App Engine flexible environment.", | |
1209 "id": "ContainerInfo", | |
1210 "properties": { | |
1211 "image": { | |
1212 "description": "URI to the hosted container image in Google
Container Registry. The URI must be fully qualified and include a tag or digest.
Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"
", | |
1213 "type": "string" | |
1214 } | |
1215 }, | |
1216 "type": "object" | |
1217 }, | |
1218 "Version": { | 986 "Version": { |
1219 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a module.", | 987 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a module.", |
1220 "id": "Version", | 988 "id": "Version", |
1221 "properties": { | 989 "properties": { |
| 990 "vm": { |
| 991 "description": "Whether to deploy this version in a containe
r on a virtual machine.", |
| 992 "type": "boolean" |
| 993 }, |
| 994 "instanceClass": { |
| 995 "description": "Instance class that is used to run this vers
ion. Valid values are:\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling or Ba
sicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for
ManualScaling or BasicScaling.", |
| 996 "type": "string" |
| 997 }, |
| 998 "servingStatus": { |
| 999 "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.", |
| 1000 "enum": [ |
| 1001 "SERVING_STATUS_UNSPECIFIED", |
| 1002 "SERVING", |
| 1003 "STOPPED" |
| 1004 ], |
| 1005 "enumDescriptions": [ |
| 1006 "Not specified.", |
| 1007 "Currently serving. Instances are created according to t
he scaling settings of the version.", |
| 1008 "Disabled. No instances will be created and the scaling
settings are ignored until the state of the version changes to SERVING." |
| 1009 ], |
| 1010 "type": "string" |
| 1011 }, |
| 1012 "deployment": { |
| 1013 "$ref": "Deployment", |
| 1014 "description": "Code and application artifacts that make up
this version.Only returned in GET requests if view=FULL is set." |
| 1015 }, |
| 1016 "runtimeApiVersion": { |
| 1017 "description": "The version of the API in the given runtime
environment. Please see the app.yaml reference for valid values at https://cloud
.google.com/appengine/docs/standard/<language>/config/appref", |
| 1018 "type": "string" |
| 1019 }, |
| 1020 "resources": { |
| 1021 "$ref": "Resources", |
| 1022 "description": "Machine resources for this version. Only app
licable for VM runtimes." |
| 1023 }, |
| 1024 "inboundServices": { |
| 1025 "description": "Before an application can receive email or X
MPP messages, the application must be configured to enable the service.", |
| 1026 "enumDescriptions": [ |
| 1027 "Not specified.", |
| 1028 "Allows an application to receive mail.", |
| 1029 "Allows an application to receive email-bound notificati
ons.", |
| 1030 "Allows an application to receive error stanzas.", |
| 1031 "Allows an application to receive instant messages.", |
| 1032 "Allows an application to receive user subscription POST
s.", |
| 1033 "Allows an application to receive a user's chat presence
.", |
| 1034 "Registers an application for notifications when a clien
t connects or disconnects from a channel.", |
| 1035 "Enables warmup requests." |
| 1036 ], |
| 1037 "items": { |
| 1038 "enum": [ |
| 1039 "INBOUND_SERVICE_UNSPECIFIED", |
| 1040 "INBOUND_SERVICE_MAIL", |
| 1041 "INBOUND_SERVICE_MAIL_BOUNCE", |
| 1042 "INBOUND_SERVICE_XMPP_ERROR", |
| 1043 "INBOUND_SERVICE_XMPP_MESSAGE", |
| 1044 "INBOUND_SERVICE_XMPP_SUBSCRIBE", |
| 1045 "INBOUND_SERVICE_XMPP_PRESENCE", |
| 1046 "INBOUND_SERVICE_CHANNEL_PRESENCE", |
| 1047 "INBOUND_SERVICE_WARMUP" |
| 1048 ], |
| 1049 "type": "string" |
| 1050 }, |
| 1051 "type": "array" |
| 1052 }, |
| 1053 "errorHandlers": { |
| 1054 "description": "Custom static error pages. Limited to 10KB p
er page.Only returned in GET requests if view=FULL is set.", |
| 1055 "items": { |
| 1056 "$ref": "ErrorHandler" |
| 1057 }, |
| 1058 "type": "array" |
| 1059 }, |
1222 "defaultExpiration": { | 1060 "defaultExpiration": { |
1223 "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.", | 1061 "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.", |
1224 "format": "google-duration", | 1062 "format": "google-duration", |
1225 "type": "string" | 1063 "type": "string" |
1226 }, | 1064 }, |
1227 "libraries": { | 1065 "libraries": { |
1228 "description": "Configuration for third-party Python runtime
libraries required by the application.Only returned in GET requests if view=FUL
L is set.", | 1066 "description": "Configuration for third-party Python runtime
libraries required by the application.Only returned in GET requests if view=FUL
L is set.", |
1229 "items": { | 1067 "items": { |
1230 "$ref": "Library" | 1068 "$ref": "Library" |
1231 }, | 1069 }, |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1301 "$ref": "ManualScaling", | 1139 "$ref": "ManualScaling", |
1302 "description": "A module with manual scaling runs continuous
ly, allowing you to perform complex initialization and rely on the state of its
memory over time." | 1140 "description": "A module with manual scaling runs continuous
ly, allowing you to perform complex initialization and rely on the state of its
memory over time." |
1303 }, | 1141 }, |
1304 "name": { | 1142 "name": { |
1305 "description": "Full path to the Version resource in the API
. Example: apps/myapp/modules/default/versions/v1.@OutputOnly", | 1143 "description": "Full path to the Version resource in the API
. Example: apps/myapp/modules/default/versions/v1.@OutputOnly", |
1306 "type": "string" | 1144 "type": "string" |
1307 }, | 1145 }, |
1308 "apiConfig": { | 1146 "apiConfig": { |
1309 "$ref": "ApiConfigHandler", | 1147 "$ref": "ApiConfigHandler", |
1310 "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." | 1148 "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." |
1311 }, | 1149 } |
1312 "vm": { | 1150 }, |
1313 "description": "Whether to deploy this version in a containe
r on a virtual machine.", | 1151 "type": "object" |
1314 "type": "boolean" | 1152 }, |
1315 }, | 1153 "ContainerInfo": { |
1316 "instanceClass": { | 1154 "description": "Docker image that is used to create a container and
start a VM instance for the version that you deploy. Only applicable for instanc
es running in the App Engine flexible environment.", |
1317 "description": "Instance class that is used to run this vers
ion. Valid values are:\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling or Ba
sicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for
ManualScaling or BasicScaling.", | 1155 "id": "ContainerInfo", |
| 1156 "properties": { |
| 1157 "image": { |
| 1158 "description": "URI to the hosted container image in Google
Container Registry. The URI must be fully qualified and include a tag or digest.
Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"
", |
1318 "type": "string" | 1159 "type": "string" |
1319 }, | |
1320 "servingStatus": { | |
1321 "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.", | |
1322 "enum": [ | |
1323 "SERVING_STATUS_UNSPECIFIED", | |
1324 "SERVING", | |
1325 "STOPPED" | |
1326 ], | |
1327 "enumDescriptions": [ | |
1328 "Not specified.", | |
1329 "Currently serving. Instances are created according to t
he scaling settings of the version.", | |
1330 "Disabled. No instances will be created and the scaling
settings are ignored until the state of the version changes to SERVING." | |
1331 ], | |
1332 "type": "string" | |
1333 }, | |
1334 "deployment": { | |
1335 "$ref": "Deployment", | |
1336 "description": "Code and application artifacts that make up
this version.Only returned in GET requests if view=FULL is set." | |
1337 }, | |
1338 "runtimeApiVersion": { | |
1339 "description": "The version of the API in the given runtime
environment. Please see the app.yaml reference for valid values at https://cloud
.google.com/appengine/docs/standard/<language>/config/appref", | |
1340 "type": "string" | |
1341 }, | |
1342 "inboundServices": { | |
1343 "description": "Before an application can receive email or X
MPP messages, the application must be configured to enable the service.", | |
1344 "enumDescriptions": [ | |
1345 "Not specified.", | |
1346 "Allows an application to receive mail.", | |
1347 "Allows an application to receive email-bound notificati
ons.", | |
1348 "Allows an application to receive error stanzas.", | |
1349 "Allows an application to receive instant messages.", | |
1350 "Allows an application to receive user subscription POST
s.", | |
1351 "Allows an application to receive a user's chat presence
.", | |
1352 "Registers an application for notifications when a clien
t connects or disconnects from a channel.", | |
1353 "Enables warmup requests." | |
1354 ], | |
1355 "items": { | |
1356 "enum": [ | |
1357 "INBOUND_SERVICE_UNSPECIFIED", | |
1358 "INBOUND_SERVICE_MAIL", | |
1359 "INBOUND_SERVICE_MAIL_BOUNCE", | |
1360 "INBOUND_SERVICE_XMPP_ERROR", | |
1361 "INBOUND_SERVICE_XMPP_MESSAGE", | |
1362 "INBOUND_SERVICE_XMPP_SUBSCRIBE", | |
1363 "INBOUND_SERVICE_XMPP_PRESENCE", | |
1364 "INBOUND_SERVICE_CHANNEL_PRESENCE", | |
1365 "INBOUND_SERVICE_WARMUP" | |
1366 ], | |
1367 "type": "string" | |
1368 }, | |
1369 "type": "array" | |
1370 }, | |
1371 "resources": { | |
1372 "$ref": "Resources", | |
1373 "description": "Machine resources for this version. Only app
licable for VM runtimes." | |
1374 }, | |
1375 "errorHandlers": { | |
1376 "description": "Custom static error pages. Limited to 10KB p
er page.Only returned in GET requests if view=FULL is set.", | |
1377 "items": { | |
1378 "$ref": "ErrorHandler" | |
1379 }, | |
1380 "type": "array" | |
1381 } | 1160 } |
1382 }, | 1161 }, |
1383 "type": "object" | 1162 "type": "object" |
1384 }, | 1163 }, |
1385 "RequestUtilization": { | 1164 "RequestUtilization": { |
1386 "description": "Target scaling by request utilization. Only applicab
le for VM runtimes.", | 1165 "description": "Target scaling by request utilization. Only applicab
le for VM runtimes.", |
1387 "id": "RequestUtilization", | 1166 "id": "RequestUtilization", |
1388 "properties": { | 1167 "properties": { |
1389 "targetConcurrentRequests": { | 1168 "targetConcurrentRequests": { |
1390 "description": "Target number of concurrent requests.", | 1169 "description": "Target number of concurrent requests.", |
1391 "format": "int32", | 1170 "format": "int32", |
1392 "type": "integer" | 1171 "type": "integer" |
1393 }, | 1172 }, |
1394 "targetRequestCountPerSec": { | 1173 "targetRequestCountPerSec": { |
1395 "description": "Target requests per second.", | 1174 "description": "Target requests per second.", |
1396 "format": "int32", | 1175 "format": "int32", |
1397 "type": "integer" | 1176 "type": "integer" |
1398 } | 1177 } |
1399 }, | 1178 }, |
1400 "type": "object" | 1179 "type": "object" |
1401 }, | 1180 }, |
1402 "UrlMap": { | 1181 "UrlMap": { |
1403 "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.", | 1182 "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.", |
1404 "id": "UrlMap", | 1183 "id": "UrlMap", |
1405 "properties": { | 1184 "properties": { |
| 1185 "apiEndpoint": { |
| 1186 "$ref": "ApiEndpointHandler", |
| 1187 "description": "Uses API Endpoints to handle requests." |
| 1188 }, |
| 1189 "staticDirectory": { |
| 1190 "$ref": "StaticDirectoryHandler", |
| 1191 "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." |
| 1192 }, |
| 1193 "staticFiles": { |
| 1194 "$ref": "StaticFilesHandler", |
| 1195 "description": "Returns the contents of a file, such as an i
mage, as the response." |
| 1196 }, |
1406 "redirectHttpResponseCode": { | 1197 "redirectHttpResponseCode": { |
1407 "description": "30x code to use when performing redirects fo
r the secure field. Defaults to 302.", | 1198 "description": "30x code to use when performing redirects fo
r the secure field. Defaults to 302.", |
1408 "enum": [ | 1199 "enum": [ |
1409 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", | 1200 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", |
1410 "REDIRECT_HTTP_RESPONSE_CODE_301", | 1201 "REDIRECT_HTTP_RESPONSE_CODE_301", |
1411 "REDIRECT_HTTP_RESPONSE_CODE_302", | 1202 "REDIRECT_HTTP_RESPONSE_CODE_302", |
1412 "REDIRECT_HTTP_RESPONSE_CODE_303", | 1203 "REDIRECT_HTTP_RESPONSE_CODE_303", |
1413 "REDIRECT_HTTP_RESPONSE_CODE_307" | 1204 "REDIRECT_HTTP_RESPONSE_CODE_307" |
1414 ], | 1205 ], |
1415 "enumDescriptions": [ | 1206 "enumDescriptions": [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1469 "LOGIN_ADMIN", | 1260 "LOGIN_ADMIN", |
1470 "LOGIN_REQUIRED" | 1261 "LOGIN_REQUIRED" |
1471 ], | 1262 ], |
1472 "enumDescriptions": [ | 1263 "enumDescriptions": [ |
1473 "Not specified. LOGIN_OPTIONAL is assumed.", | 1264 "Not specified. LOGIN_OPTIONAL is assumed.", |
1474 "Does not require that the user is signed in.", | 1265 "Does not require that the user is signed in.", |
1475 "If the user is not signed in, the auth_fail_action is t
aken. In addition, if the user is not an administrator for the application, they
are given an error message regardless of auth_fail_action. If the user is an ad
ministrator, the handler proceeds.", | 1266 "If the user is not signed in, the auth_fail_action is t
aken. In addition, if the user is not an administrator for the application, they
are given an error message regardless of auth_fail_action. If the user is an ad
ministrator, the handler proceeds.", |
1476 "If the user has signed in, the handler proceeds normall
y. Otherwise, the auth_fail_action is taken." | 1267 "If the user has signed in, the handler proceeds normall
y. Otherwise, the auth_fail_action is taken." |
1477 ], | 1268 ], |
1478 "type": "string" | 1269 "type": "string" |
1479 }, | |
1480 "apiEndpoint": { | |
1481 "$ref": "ApiEndpointHandler", | |
1482 "description": "Uses API Endpoints to handle requests." | |
1483 }, | |
1484 "staticDirectory": { | |
1485 "$ref": "StaticDirectoryHandler", | |
1486 "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." | |
1487 }, | |
1488 "staticFiles": { | |
1489 "$ref": "StaticFilesHandler", | |
1490 "description": "Returns the contents of a file, such as an i
mage, as the response." | |
1491 } | 1270 } |
1492 }, | 1271 }, |
1493 "type": "object" | 1272 "type": "object" |
1494 }, | 1273 }, |
1495 "Operation": { | 1274 "Operation": { |
1496 "description": "This resource represents a long-running operation th
at is the result of a network API call.", | 1275 "description": "This resource represents a long-running operation th
at is the result of a network API call.", |
1497 "id": "Operation", | 1276 "id": "Operation", |
1498 "properties": { | 1277 "properties": { |
1499 "done": { | 1278 "done": { |
1500 "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.", | 1279 "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.", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1598 "description": "Path to the script from the application root
directory.", | 1377 "description": "Path to the script from the application root
directory.", |
1599 "type": "string" | 1378 "type": "string" |
1600 } | 1379 } |
1601 }, | 1380 }, |
1602 "type": "object" | 1381 "type": "object" |
1603 }, | 1382 }, |
1604 "StaticFilesHandler": { | 1383 "StaticFilesHandler": { |
1605 "description": "Files served directly to the user for a given URL, s
uch as images, CSS stylesheets, or JavaScript source files. Static file handlers
describe which files in the application directory are static files, and which U
RLs serve them.", | 1384 "description": "Files served directly to the user for a given URL, s
uch as images, CSS stylesheets, or JavaScript source files. Static file handlers
describe which files in the application directory are static files, and which U
RLs serve them.", |
1606 "id": "StaticFilesHandler", | 1385 "id": "StaticFilesHandler", |
1607 "properties": { | 1386 "properties": { |
1608 "uploadPathRegex": { | |
1609 "description": "Regular expression that matches the file pat
hs for all files that should be referenced by this handler.", | |
1610 "type": "string" | |
1611 }, | |
1612 "path": { | |
1613 "description": "Path to the static files matched by the URL
pattern, from the application root directory. The path can refer to text matched
in groupings in the URL pattern.", | |
1614 "type": "string" | |
1615 }, | |
1616 "mimeType": { | |
1617 "description": "MIME type used to serve all files served by
this handler. Defaults to file-specific MIME types, which are derived from each
file's filename extension.", | |
1618 "type": "string" | |
1619 }, | |
1620 "requireMatchingFile": { | |
1621 "description": "Whether this handler should match the reques
t if the file referenced by the handler does not exist.", | |
1622 "type": "boolean" | |
1623 }, | |
1624 "expiration": { | 1387 "expiration": { |
1625 "description": "Time a static file served by this handler sh
ould be cached.", | 1388 "description": "Time a static file served by this handler sh
ould be cached.", |
1626 "format": "google-duration", | 1389 "format": "google-duration", |
1627 "type": "string" | 1390 "type": "string" |
1628 }, | 1391 }, |
1629 "applicationReadable": { | 1392 "applicationReadable": { |
1630 "description": "Whether files should also be uploaded as cod
e data. By default, files declared in static file handlers are uploaded as stati
c data and are only served to end users; they cannot be read by the application.
If enabled, uploads are charged against both your code and static data storage
resource quotas.", | 1393 "description": "Whether files should also be uploaded as cod
e data. By default, files declared in static file handlers are uploaded as stati
c data and are only served to end users; they cannot be read by the application.
If enabled, uploads are charged against both your code and static data storage
resource quotas.", |
1631 "type": "boolean" | 1394 "type": "boolean" |
1632 }, | 1395 }, |
1633 "httpHeaders": { | 1396 "httpHeaders": { |
1634 "additionalProperties": { | 1397 "additionalProperties": { |
1635 "type": "string" | 1398 "type": "string" |
1636 }, | 1399 }, |
1637 "description": "HTTP headers to use for all responses from t
hese URLs.", | 1400 "description": "HTTP headers to use for all responses from t
hese URLs.", |
1638 "type": "object" | 1401 "type": "object" |
| 1402 }, |
| 1403 "uploadPathRegex": { |
| 1404 "description": "Regular expression that matches the file pat
hs for all files that should be referenced by this handler.", |
| 1405 "type": "string" |
| 1406 }, |
| 1407 "path": { |
| 1408 "description": "Path to the static files matched by the URL
pattern, from the application root directory. The path can refer to text matched
in groupings in the URL pattern.", |
| 1409 "type": "string" |
| 1410 }, |
| 1411 "mimeType": { |
| 1412 "description": "MIME type used to serve all files served by
this handler. Defaults to file-specific MIME types, which are derived from each
file's filename extension.", |
| 1413 "type": "string" |
| 1414 }, |
| 1415 "requireMatchingFile": { |
| 1416 "description": "Whether this handler should match the reques
t if the file referenced by the handler does not exist.", |
| 1417 "type": "boolean" |
1639 } | 1418 } |
1640 }, | 1419 }, |
1641 "type": "object" | 1420 "type": "object" |
1642 }, | 1421 }, |
1643 "FileInfo": { | 1422 "FileInfo": { |
1644 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", | 1423 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", |
1645 "id": "FileInfo", | 1424 "id": "FileInfo", |
1646 "properties": { | 1425 "properties": { |
1647 "mimeType": { | |
1648 "description": "The MIME type of the file.Defaults to the va
lue from Google Cloud Storage.", | |
1649 "type": "string" | |
1650 }, | |
1651 "sourceUrl": { | 1426 "sourceUrl": { |
1652 "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/<bucket>/<object>'.", | 1427 "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/<bucket>/<object>'.", |
1653 "type": "string" | 1428 "type": "string" |
1654 }, | 1429 }, |
1655 "sha1Sum": { | 1430 "sha1Sum": { |
1656 "description": "The SHA1 hash of the file, in hex.", | 1431 "description": "The SHA1 hash of the file, in hex.", |
1657 "type": "string" | 1432 "type": "string" |
| 1433 }, |
| 1434 "mimeType": { |
| 1435 "description": "The MIME type of the file.Defaults to the va
lue from Google Cloud Storage.", |
| 1436 "type": "string" |
1658 } | 1437 } |
1659 }, | 1438 }, |
1660 "type": "object" | 1439 "type": "object" |
1661 }, | 1440 }, |
1662 "BasicScaling": { | 1441 "BasicScaling": { |
1663 "description": "A module with basic scaling will create an instance
when the application receives a request. The instance will be turned down when t
he app becomes idle. Basic scaling is ideal for work that is intermittent or dri
ven by user activity.", | 1442 "description": "A module with basic scaling will create an instance
when the application receives a request. The instance will be turned down when t
he app becomes idle. Basic scaling is ideal for work that is intermittent or dri
ven by user activity.", |
1664 "id": "BasicScaling", | 1443 "id": "BasicScaling", |
1665 "properties": { | 1444 "properties": { |
| 1445 "idleTimeout": { |
| 1446 "description": "Duration of time after the last request that
an instance must wait before the instance is shut down.", |
| 1447 "format": "google-duration", |
| 1448 "type": "string" |
| 1449 }, |
1666 "maxInstances": { | 1450 "maxInstances": { |
1667 "description": "Maximum number of instances to create for th
is version.", | 1451 "description": "Maximum number of instances to create for th
is version.", |
1668 "format": "int32", | 1452 "format": "int32", |
1669 "type": "integer" | 1453 "type": "integer" |
1670 }, | |
1671 "idleTimeout": { | |
1672 "description": "Duration of time after the last request that
an instance must wait before the instance is shut down.", | |
1673 "format": "google-duration", | |
1674 "type": "string" | |
1675 } | 1454 } |
1676 }, | 1455 }, |
1677 "type": "object" | 1456 "type": "object" |
1678 }, | 1457 }, |
1679 "DiskUtilization": { | 1458 "DiskUtilization": { |
1680 "description": "Target scaling by disk usage. Only applicable for VM
runtimes.", | 1459 "description": "Target scaling by disk usage. Only applicable for VM
runtimes.", |
1681 "id": "DiskUtilization", | 1460 "id": "DiskUtilization", |
1682 "properties": { | 1461 "properties": { |
| 1462 "targetReadBytesPerSec": { |
| 1463 "description": "Target bytes read per second.", |
| 1464 "format": "int32", |
| 1465 "type": "integer" |
| 1466 }, |
| 1467 "targetWriteOpsPerSec": { |
| 1468 "description": "Target ops written per second.", |
| 1469 "format": "int32", |
| 1470 "type": "integer" |
| 1471 }, |
1683 "targetWriteBytesPerSec": { | 1472 "targetWriteBytesPerSec": { |
1684 "description": "Target bytes written per second.", | 1473 "description": "Target bytes written per second.", |
1685 "format": "int32", | 1474 "format": "int32", |
1686 "type": "integer" | 1475 "type": "integer" |
1687 }, | 1476 }, |
1688 "targetReadOpsPerSec": { | 1477 "targetReadOpsPerSec": { |
1689 "description": "Target ops read per second.", | 1478 "description": "Target ops read per second.", |
1690 "format": "int32", | 1479 "format": "int32", |
1691 "type": "integer" | 1480 "type": "integer" |
1692 }, | |
1693 "targetReadBytesPerSec": { | |
1694 "description": "Target bytes read per second.", | |
1695 "format": "int32", | |
1696 "type": "integer" | |
1697 }, | |
1698 "targetWriteOpsPerSec": { | |
1699 "description": "Target ops written per second.", | |
1700 "format": "int32", | |
1701 "type": "integer" | |
1702 } | 1481 } |
1703 }, | 1482 }, |
1704 "type": "object" | 1483 "type": "object" |
1705 }, | 1484 }, |
1706 "OperationMetadataExperimental": { | 1485 "OperationMetadataExperimental": { |
1707 "description": "Metadata for the given google.longrunning.Operation.
", | 1486 "description": "Metadata for the given google.longrunning.Operation.
", |
1708 "id": "OperationMetadataExperimental", | 1487 "id": "OperationMetadataExperimental", |
1709 "properties": { | 1488 "properties": { |
1710 "insertTime": { | |
1711 "description": "Time that this operation was created.@Output
Only", | |
1712 "format": "google-datetime", | |
1713 "type": "string" | |
1714 }, | |
1715 "endTime": { | |
1716 "description": "Time that this operation completed.@OutputOn
ly", | |
1717 "format": "google-datetime", | |
1718 "type": "string" | |
1719 }, | |
1720 "target": { | 1489 "target": { |
1721 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly", | 1490 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly", |
1722 "type": "string" | 1491 "type": "string" |
1723 }, | 1492 }, |
1724 "user": { | 1493 "user": { |
1725 "description": "User who requested this operation.@OutputOnl
y", | 1494 "description": "User who requested this operation.@OutputOnl
y", |
1726 "type": "string" | 1495 "type": "string" |
1727 }, | 1496 }, |
1728 "method": { | 1497 "method": { |
1729 "description": "API method that initiated this operation. Ex
ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl
y", | 1498 "description": "API method that initiated this operation. Ex
ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl
y", |
1730 "type": "string" | 1499 "type": "string" |
| 1500 }, |
| 1501 "insertTime": { |
| 1502 "description": "Time that this operation was created.@Output
Only", |
| 1503 "format": "google-datetime", |
| 1504 "type": "string" |
| 1505 }, |
| 1506 "endTime": { |
| 1507 "description": "Time that this operation completed.@OutputOn
ly", |
| 1508 "format": "google-datetime", |
| 1509 "type": "string" |
1731 } | 1510 } |
1732 }, | 1511 }, |
1733 "type": "object" | 1512 "type": "object" |
1734 }, | 1513 }, |
1735 "CpuUtilization": { | 1514 "CpuUtilization": { |
1736 "description": "Target scaling by CPU usage.", | 1515 "description": "Target scaling by CPU usage.", |
1737 "id": "CpuUtilization", | 1516 "id": "CpuUtilization", |
1738 "properties": { | 1517 "properties": { |
1739 "aggregationWindowLength": { | 1518 "aggregationWindowLength": { |
1740 "description": "Period of time over which CPU utilization is
calculated.", | 1519 "description": "Period of time over which CPU utilization is
calculated.", |
1741 "format": "google-duration", | 1520 "format": "google-duration", |
1742 "type": "string" | 1521 "type": "string" |
1743 }, | 1522 }, |
1744 "targetUtilization": { | 1523 "targetUtilization": { |
1745 "description": "Target CPU utilization ratio to maintain whe
n scaling. Must be between 0 and 1.", | 1524 "description": "Target CPU utilization ratio to maintain whe
n scaling. Must be between 0 and 1.", |
1746 "format": "double", | 1525 "format": "double", |
1747 "type": "number" | 1526 "type": "number" |
1748 } | 1527 } |
1749 }, | 1528 }, |
1750 "type": "object" | 1529 "type": "object" |
1751 }, | 1530 }, |
1752 "IdentityAwareProxy": { | |
1753 "description": "Identity-Aware Proxy", | |
1754 "id": "IdentityAwareProxy", | |
1755 "properties": { | |
1756 "oauth2ClientSecretSha256": { | |
1757 "description": "Hex-encoded SHA-256 hash of the client secre
t.@OutputOnly", | |
1758 "type": "string" | |
1759 }, | |
1760 "enabled": { | |
1761 "description": "Whether the serving infrastructure will auth
enticate and authorize all incoming requests.If true, the oauth2_client_id and o
auth2_client_secret fields must be non-empty.", | |
1762 "type": "boolean" | |
1763 }, | |
1764 "oauth2ClientSecret": { | |
1765 "description": "For security reasons, this value cannot be r
etrieved via the API. Instead, the SHA-256 hash of the value is returned in the
oauth2_client_secret_sha256 field.@InputOnly", | |
1766 "type": "string" | |
1767 }, | |
1768 "oauth2ClientId": { | |
1769 "description": "OAuth2 client ID to use for the authenticati
on flow.", | |
1770 "type": "string" | |
1771 } | |
1772 }, | |
1773 "type": "object" | |
1774 }, | |
1775 "Status": { | 1531 "Status": { |
1776 "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:\nSimple to use and understand for most users\nFlexible enough to meet unex
pected needsOverviewThe Status message contains three pieces of data: error code
, error message, and error details. The error code should be an enum value of go
ogle.rpc.Code, but it may accept additional error codes if needed. The error mes
sage should be a developer-facing English message that helps developers understa
nd and resolve the error. If a localized user-facing error message is needed, pu
t the localized message in the error details or localize it in the client. The o
ptional error details may contain arbitrary information about the error. There i
s a predefined set of error detail types in the package google.rpc that can be u
sed for common error conditions.Language mappingThe Status message is the logica
l representation of the error model, but it is not necessarily the actual wire f
ormat. When the Status message is exposed in different client libraries and diff
erent wire protocols, it can be mapped differently. For example, it will likely
be 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
of environments, either with or without APIs, to provide a consistent developer
experience across different environments.Example uses of this error model includ
e:\nPartial errors. If a service needs to return partial errors to the client, i
t may embed the Status in the normal response to indicate the partial errors.\nW
orkflow errors. A typical workflow has multiple steps. Each step may have a Stat
us message for error reporting.\nBatch operations. If a client uses batch reques
t and batch response, the Status message should be used directly inside batch re
sponse, one for each error sub-response.\nAsynchronous operations. If an API cal
l embeds asynchronous operation results in its response, the status of those ope
rations should be represented directly using the Status message.\nLogging. If so
me API errors are stored in logs, the message Status could be used directly afte
r any stripping needed for security/privacy reasons.", | 1532 "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:\nSimple to use and understand for most users\nFlexible enough to meet unex
pected needsOverviewThe Status message contains three pieces of data: error code
, error message, and error details. The error code should be an enum value of go
ogle.rpc.Code, but it may accept additional error codes if needed. The error mes
sage should be a developer-facing English message that helps developers understa
nd and resolve the error. If a localized user-facing error message is needed, pu
t the localized message in the error details or localize it in the client. The o
ptional error details may contain arbitrary information about the error. There i
s a predefined set of error detail types in the package google.rpc that can be u
sed for common error conditions.Language mappingThe Status message is the logica
l representation of the error model, but it is not necessarily the actual wire f
ormat. When the Status message is exposed in different client libraries and diff
erent wire protocols, it can be mapped differently. For example, it will likely
be 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
of environments, either with or without APIs, to provide a consistent developer
experience across different environments.Example uses of this error model includ
e:\nPartial errors. If a service needs to return partial errors to the client, i
t may embed the Status in the normal response to indicate the partial errors.\nW
orkflow errors. A typical workflow has multiple steps. Each step may have a Stat
us message for error reporting.\nBatch operations. If a client uses batch reques
t and batch response, the Status message should be used directly inside batch re
sponse, one for each error sub-response.\nAsynchronous operations. If an API cal
l embeds asynchronous operation results in its response, the status of those ope
rations should be represented directly using the Status message.\nLogging. If so
me API errors are stored in logs, the message Status could be used directly afte
r any stripping needed for security/privacy reasons.", |
1777 "id": "Status", | 1533 "id": "Status", |
1778 "properties": { | 1534 "properties": { |
| 1535 "code": { |
| 1536 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
| 1537 "format": "int32", |
| 1538 "type": "integer" |
| 1539 }, |
| 1540 "message": { |
| 1541 "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.", |
| 1542 "type": "string" |
| 1543 }, |
1779 "details": { | 1544 "details": { |
1780 "description": "A list of messages that carry the error deta
ils. There is a common set of message types for APIs to use.", | 1545 "description": "A list of messages that carry the error deta
ils. There is a common set of message types for APIs to use.", |
1781 "items": { | 1546 "items": { |
1782 "additionalProperties": { | 1547 "additionalProperties": { |
1783 "description": "Properties of the object. Contains f
ield @type with type URL.", | 1548 "description": "Properties of the object. Contains f
ield @type with type URL.", |
1784 "type": "any" | 1549 "type": "any" |
1785 }, | 1550 }, |
1786 "type": "object" | 1551 "type": "object" |
1787 }, | 1552 }, |
1788 "type": "array" | 1553 "type": "array" |
| 1554 } |
| 1555 }, |
| 1556 "type": "object" |
| 1557 }, |
| 1558 "IdentityAwareProxy": { |
| 1559 "description": "Identity-Aware Proxy", |
| 1560 "id": "IdentityAwareProxy", |
| 1561 "properties": { |
| 1562 "enabled": { |
| 1563 "description": "Whether the serving infrastructure will auth
enticate and authorize all incoming requests.If true, the oauth2_client_id and o
auth2_client_secret fields must be non-empty.", |
| 1564 "type": "boolean" |
1789 }, | 1565 }, |
1790 "code": { | 1566 "oauth2ClientSecret": { |
1791 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 1567 "description": "For security reasons, this value cannot be r
etrieved via the API. Instead, the SHA-256 hash of the value is returned in the
oauth2_client_secret_sha256 field.@InputOnly", |
1792 "format": "int32", | 1568 "type": "string" |
1793 "type": "integer" | |
1794 }, | 1569 }, |
1795 "message": { | 1570 "oauth2ClientId": { |
1796 "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.", | 1571 "description": "OAuth2 client ID to use for the authenticati
on flow.", |
| 1572 "type": "string" |
| 1573 }, |
| 1574 "oauth2ClientSecretSha256": { |
| 1575 "description": "Hex-encoded SHA-256 hash of the client secre
t.@OutputOnly", |
1797 "type": "string" | 1576 "type": "string" |
1798 } | 1577 } |
1799 }, | 1578 }, |
1800 "type": "object" | 1579 "type": "object" |
1801 }, | 1580 }, |
1802 "TrafficSplit": { | 1581 "TrafficSplit": { |
1803 "description": "Traffic routing configuration for versions within a
single module. Traffic splits define how traffic directed to the module is assig
ned to versions.", | 1582 "description": "Traffic routing configuration for versions within a
single module. Traffic splits define how traffic directed to the module is assig
ned to versions.", |
1804 "id": "TrafficSplit", | 1583 "id": "TrafficSplit", |
1805 "properties": { | 1584 "properties": { |
1806 "allocations": { | 1585 "allocations": { |
(...skipping 30 matching lines...) Expand all Loading... |
1837 "format": "int32", | 1616 "format": "int32", |
1838 "type": "integer" | 1617 "type": "integer" |
1839 } | 1618 } |
1840 }, | 1619 }, |
1841 "type": "object" | 1620 "type": "object" |
1842 }, | 1621 }, |
1843 "LocationMetadata": { | 1622 "LocationMetadata": { |
1844 "description": "Metadata for the given google.cloud.location.Locatio
n.", | 1623 "description": "Metadata for the given google.cloud.location.Locatio
n.", |
1845 "id": "LocationMetadata", | 1624 "id": "LocationMetadata", |
1846 "properties": { | 1625 "properties": { |
| 1626 "standardEnvironmentAvailable": { |
| 1627 "description": "App Engine Standard Environment is available
in the given location.@OutputOnly", |
| 1628 "type": "boolean" |
| 1629 }, |
1847 "flexibleEnvironmentAvailable": { | 1630 "flexibleEnvironmentAvailable": { |
1848 "description": "App Engine Flexible Environment is available
in the given location.@OutputOnly", | 1631 "description": "App Engine Flexible Environment is available
in the given location.@OutputOnly", |
1849 "type": "boolean" | 1632 "type": "boolean" |
1850 }, | |
1851 "standardEnvironmentAvailable": { | |
1852 "description": "App Engine Standard Environment is available
in the given location.@OutputOnly", | |
1853 "type": "boolean" | |
1854 } | 1633 } |
1855 }, | 1634 }, |
1856 "type": "object" | 1635 "type": "object" |
1857 }, | 1636 }, |
1858 "OperationMetadataV1Beta": { | 1637 "OperationMetadataV1Beta": { |
1859 "description": "Metadata for the given google.longrunning.Operation.
", | 1638 "description": "Metadata for the given google.longrunning.Operation.
", |
1860 "id": "OperationMetadataV1Beta", | 1639 "id": "OperationMetadataV1Beta", |
1861 "properties": { | 1640 "properties": { |
1862 "method": { | 1641 "insertTime": { |
1863 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly", | 1642 "description": "Time that this operation was created.@Output
Only", |
1864 "type": "string" | |
1865 }, | |
1866 "endTime": { | |
1867 "description": "Time that this operation completed.@OutputOn
ly", | |
1868 "format": "google-datetime", | 1643 "format": "google-datetime", |
1869 "type": "string" | 1644 "type": "string" |
1870 }, | 1645 }, |
1871 "warning": { | 1646 "warning": { |
1872 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", | 1647 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", |
1873 "items": { | 1648 "items": { |
1874 "type": "string" | 1649 "type": "string" |
1875 }, | 1650 }, |
1876 "type": "array" | 1651 "type": "array" |
1877 }, | 1652 }, |
1878 "insertTime": { | 1653 "target": { |
1879 "description": "Time that this operation was created.@Output
Only", | 1654 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
1880 "format": "google-datetime", | |
1881 "type": "string" | 1655 "type": "string" |
1882 }, | 1656 }, |
1883 "user": { | 1657 "user": { |
1884 "description": "User who requested this operation.@OutputOnl
y", | 1658 "description": "User who requested this operation.@OutputOnl
y", |
1885 "type": "string" | 1659 "type": "string" |
1886 }, | 1660 }, |
1887 "target": { | 1661 "ephemeralMessage": { |
1888 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", | 1662 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", |
1889 "type": "string" | 1663 "type": "string" |
1890 }, | 1664 }, |
1891 "ephemeralMessage": { | 1665 "method": { |
1892 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", | 1666 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly", |
| 1667 "type": "string" |
| 1668 }, |
| 1669 "endTime": { |
| 1670 "description": "Time that this operation completed.@OutputOn
ly", |
| 1671 "format": "google-datetime", |
1893 "type": "string" | 1672 "type": "string" |
1894 } | 1673 } |
1895 }, | 1674 }, |
1896 "type": "object" | 1675 "type": "object" |
1897 }, | 1676 }, |
1898 "ListModulesResponse": { | 1677 "ListModulesResponse": { |
1899 "description": "Response message for Modules.ListModules.", | 1678 "description": "Response message for Modules.ListModules.", |
1900 "id": "ListModulesResponse", | 1679 "id": "ListModulesResponse", |
1901 "properties": { | 1680 "properties": { |
1902 "nextPageToken": { | 1681 "nextPageToken": { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1964 "format": "double", | 1743 "format": "double", |
1965 "type": "number" | 1744 "type": "number" |
1966 } | 1745 } |
1967 }, | 1746 }, |
1968 "type": "object" | 1747 "type": "object" |
1969 }, | 1748 }, |
1970 "Volume": { | 1749 "Volume": { |
1971 "description": "Volumes mounted within the app container. Only appli
cable for VM runtimes.", | 1750 "description": "Volumes mounted within the app container. Only appli
cable for VM runtimes.", |
1972 "id": "Volume", | 1751 "id": "Volume", |
1973 "properties": { | 1752 "properties": { |
1974 "volumeType": { | |
1975 "description": "Underlying volume type, e.g. 'tmpfs'.", | |
1976 "type": "string" | |
1977 }, | |
1978 "sizeGb": { | 1753 "sizeGb": { |
1979 "description": "Volume size in gigabytes.", | 1754 "description": "Volume size in gigabytes.", |
1980 "format": "double", | 1755 "format": "double", |
1981 "type": "number" | 1756 "type": "number" |
1982 }, | 1757 }, |
1983 "name": { | 1758 "name": { |
1984 "description": "Unique name for the volume.", | 1759 "description": "Unique name for the volume.", |
1985 "type": "string" | 1760 "type": "string" |
| 1761 }, |
| 1762 "volumeType": { |
| 1763 "description": "Underlying volume type, e.g. 'tmpfs'.", |
| 1764 "type": "string" |
1986 } | 1765 } |
1987 }, | 1766 }, |
1988 "type": "object" | 1767 "type": "object" |
1989 }, | 1768 }, |
1990 "ListOperationsResponse": { | 1769 "ListOperationsResponse": { |
1991 "description": "The response message for Operations.ListOperations."
, | 1770 "description": "The response message for Operations.ListOperations."
, |
1992 "id": "ListOperationsResponse", | 1771 "id": "ListOperationsResponse", |
1993 "properties": { | 1772 "properties": { |
1994 "nextPageToken": { | 1773 "nextPageToken": { |
1995 "description": "The standard List next-page token.", | 1774 "description": "The standard List next-page token.", |
(...skipping 11 matching lines...) Expand all Loading... |
2007 }, | 1786 }, |
2008 "OperationMetadata": { | 1787 "OperationMetadata": { |
2009 "description": "Metadata for the given google.longrunning.Operation.
", | 1788 "description": "Metadata for the given google.longrunning.Operation.
", |
2010 "id": "OperationMetadata", | 1789 "id": "OperationMetadata", |
2011 "properties": { | 1790 "properties": { |
2012 "insertTime": { | 1791 "insertTime": { |
2013 "description": "Timestamp that this operation was created.@O
utputOnly", | 1792 "description": "Timestamp that this operation was created.@O
utputOnly", |
2014 "format": "google-datetime", | 1793 "format": "google-datetime", |
2015 "type": "string" | 1794 "type": "string" |
2016 }, | 1795 }, |
| 1796 "user": { |
| 1797 "description": "User who requested this operation.@OutputOnl
y", |
| 1798 "type": "string" |
| 1799 }, |
2017 "target": { | 1800 "target": { |
2018 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/modules/default.@OutputOnly", | 1801 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/modules/default.@OutputOnly", |
2019 "type": "string" | 1802 "type": "string" |
2020 }, | 1803 }, |
2021 "user": { | |
2022 "description": "User who requested this operation.@OutputOnl
y", | |
2023 "type": "string" | |
2024 }, | |
2025 "method": { | 1804 "method": { |
2026 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly", | 1805 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly", |
2027 "type": "string" | 1806 "type": "string" |
2028 }, | 1807 }, |
2029 "endTime": { | 1808 "endTime": { |
2030 "description": "Timestamp that this operation completed.@Out
putOnly", | 1809 "description": "Timestamp that this operation completed.@Out
putOnly", |
2031 "format": "google-datetime", | 1810 "format": "google-datetime", |
2032 "type": "string" | 1811 "type": "string" |
2033 }, | 1812 }, |
2034 "operationType": { | 1813 "operationType": { |
(...skipping 14 matching lines...) Expand all Loading... |
2049 }, | 1828 }, |
2050 "type": "array" | 1829 "type": "array" |
2051 }, | 1830 }, |
2052 "nextPageToken": { | 1831 "nextPageToken": { |
2053 "description": "Continuation token for fetching the next pag
e of results.", | 1832 "description": "Continuation token for fetching the next pag
e of results.", |
2054 "type": "string" | 1833 "type": "string" |
2055 } | 1834 } |
2056 }, | 1835 }, |
2057 "type": "object" | 1836 "type": "object" |
2058 }, | 1837 }, |
2059 "OperationMetadataV1": { | |
2060 "description": "Metadata for the given google.longrunning.Operation.
", | |
2061 "id": "OperationMetadataV1", | |
2062 "properties": { | |
2063 "method": { | |
2064 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", | |
2065 "type": "string" | |
2066 }, | |
2067 "endTime": { | |
2068 "description": "Time that this operation completed.@OutputOn
ly", | |
2069 "format": "google-datetime", | |
2070 "type": "string" | |
2071 }, | |
2072 "warning": { | |
2073 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", | |
2074 "items": { | |
2075 "type": "string" | |
2076 }, | |
2077 "type": "array" | |
2078 }, | |
2079 "insertTime": { | |
2080 "description": "Time that this operation was created.@Output
Only", | |
2081 "format": "google-datetime", | |
2082 "type": "string" | |
2083 }, | |
2084 "target": { | |
2085 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", | |
2086 "type": "string" | |
2087 }, | |
2088 "user": { | |
2089 "description": "User who requested this operation.@OutputOnl
y", | |
2090 "type": "string" | |
2091 }, | |
2092 "ephemeralMessage": { | |
2093 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", | |
2094 "type": "string" | |
2095 } | |
2096 }, | |
2097 "type": "object" | |
2098 }, | |
2099 "ErrorHandler": { | 1838 "ErrorHandler": { |
2100 "description": "Custom static error page to be served when an error
occurs.", | 1839 "description": "Custom static error page to be served when an error
occurs.", |
2101 "id": "ErrorHandler", | 1840 "id": "ErrorHandler", |
2102 "properties": { | 1841 "properties": { |
2103 "mimeType": { | 1842 "mimeType": { |
2104 "description": "MIME type of file. Defaults to text/html.", | 1843 "description": "MIME type of file. Defaults to text/html.", |
2105 "type": "string" | 1844 "type": "string" |
2106 }, | 1845 }, |
2107 "errorCode": { | 1846 "errorCode": { |
2108 "description": "Error condition this handler applies to.", | 1847 "description": "Error condition this handler applies to.", |
(...skipping 13 matching lines...) Expand all Loading... |
2122 ], | 1861 ], |
2123 "type": "string" | 1862 "type": "string" |
2124 }, | 1863 }, |
2125 "staticFile": { | 1864 "staticFile": { |
2126 "description": "Static file content to be served for this er
ror.", | 1865 "description": "Static file content to be served for this er
ror.", |
2127 "type": "string" | 1866 "type": "string" |
2128 } | 1867 } |
2129 }, | 1868 }, |
2130 "type": "object" | 1869 "type": "object" |
2131 }, | 1870 }, |
2132 "OperationMetadataV1Alpha": { | 1871 "OperationMetadataV1": { |
2133 "description": "Metadata for the given google.longrunning.Operation.
", | 1872 "description": "Metadata for the given google.longrunning.Operation.
", |
2134 "id": "OperationMetadataV1Alpha", | 1873 "id": "OperationMetadataV1", |
2135 "properties": { | 1874 "properties": { |
2136 "warning": { | 1875 "warning": { |
2137 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", | 1876 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", |
2138 "items": { | 1877 "items": { |
2139 "type": "string" | 1878 "type": "string" |
2140 }, | 1879 }, |
2141 "type": "array" | 1880 "type": "array" |
2142 }, | 1881 }, |
2143 "insertTime": { | 1882 "insertTime": { |
2144 "description": "Time that this operation was created.@Output
Only", | 1883 "description": "Time that this operation was created.@Output
Only", |
2145 "format": "google-datetime", | 1884 "format": "google-datetime", |
2146 "type": "string" | 1885 "type": "string" |
2147 }, | 1886 }, |
2148 "user": { | 1887 "user": { |
2149 "description": "User who requested this operation.@OutputOnl
y", | 1888 "description": "User who requested this operation.@OutputOnl
y", |
2150 "type": "string" | 1889 "type": "string" |
2151 }, | 1890 }, |
2152 "target": { | 1891 "target": { |
2153 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", | 1892 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
2154 "type": "string" | 1893 "type": "string" |
2155 }, | 1894 }, |
2156 "ephemeralMessage": { | 1895 "ephemeralMessage": { |
2157 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", | 1896 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", |
2158 "type": "string" | 1897 "type": "string" |
2159 }, | 1898 }, |
2160 "method": { | 1899 "method": { |
| 1900 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", |
| 1901 "type": "string" |
| 1902 }, |
| 1903 "endTime": { |
| 1904 "description": "Time that this operation completed.@OutputOn
ly", |
| 1905 "format": "google-datetime", |
| 1906 "type": "string" |
| 1907 } |
| 1908 }, |
| 1909 "type": "object" |
| 1910 }, |
| 1911 "OperationMetadataV1Alpha": { |
| 1912 "description": "Metadata for the given google.longrunning.Operation.
", |
| 1913 "id": "OperationMetadataV1Alpha", |
| 1914 "properties": { |
| 1915 "method": { |
2161 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly", | 1916 "description": "API method that initiated this operation. Ex
ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly", |
2162 "type": "string" | 1917 "type": "string" |
2163 }, | 1918 }, |
2164 "endTime": { | 1919 "endTime": { |
2165 "description": "Time that this operation completed.@OutputOn
ly", | 1920 "description": "Time that this operation completed.@OutputOn
ly", |
2166 "format": "google-datetime", | 1921 "format": "google-datetime", |
2167 "type": "string" | 1922 "type": "string" |
| 1923 }, |
| 1924 "insertTime": { |
| 1925 "description": "Time that this operation was created.@Output
Only", |
| 1926 "format": "google-datetime", |
| 1927 "type": "string" |
| 1928 }, |
| 1929 "warning": { |
| 1930 "description": "Durable messages that persist on every opera
tion poll. @OutputOnly", |
| 1931 "items": { |
| 1932 "type": "string" |
| 1933 }, |
| 1934 "type": "array" |
| 1935 }, |
| 1936 "user": { |
| 1937 "description": "User who requested this operation.@OutputOnl
y", |
| 1938 "type": "string" |
| 1939 }, |
| 1940 "target": { |
| 1941 "description": "Name of the resource that this operation is
acting on. Example: apps/myapp/services/default.@OutputOnly", |
| 1942 "type": "string" |
| 1943 }, |
| 1944 "ephemeralMessage": { |
| 1945 "description": "Ephemeral message that may change every time
the operation is polled. @OutputOnly", |
| 1946 "type": "string" |
2168 } | 1947 } |
2169 }, | 1948 }, |
2170 "type": "object" | 1949 "type": "object" |
2171 }, | 1950 }, |
2172 "Network": { | 1951 "Network": { |
2173 "description": "Extra network settings. Only applicable for VM runti
mes.", | 1952 "description": "Extra network settings. Only applicable for VM runti
mes.", |
2174 "id": "Network", | 1953 "id": "Network", |
2175 "properties": { | 1954 "properties": { |
2176 "instanceTag": { | 1955 "instanceTag": { |
2177 "description": "Tag to apply to the VM instance during creat
ion.", | 1956 "description": "Tag to apply to the VM instance during creat
ion.", |
(...skipping 10 matching lines...) Expand all Loading... |
2188 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path.Defaults
to default.", | 1967 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path.Defaults
to default.", |
2189 "type": "string" | 1968 "type": "string" |
2190 } | 1969 } |
2191 }, | 1970 }, |
2192 "type": "object" | 1971 "type": "object" |
2193 }, | 1972 }, |
2194 "Application": { | 1973 "Application": { |
2195 "description": "An Application resource contains the top-level confi
guration of an App Engine application.", | 1974 "description": "An Application resource contains the top-level confi
guration of an App Engine application.", |
2196 "id": "Application", | 1975 "id": "Application", |
2197 "properties": { | 1976 "properties": { |
| 1977 "defaultBucket": { |
| 1978 "description": "Google Cloud Storage bucket that can be used
by this application to store content.@OutputOnly", |
| 1979 "type": "string" |
| 1980 }, |
2198 "dispatchRules": { | 1981 "dispatchRules": { |
2199 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a module or version. Rules are order-
dependent.@OutputOnly", | 1982 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a module or version. Rules are order-
dependent.@OutputOnly", |
2200 "items": { | 1983 "items": { |
2201 "$ref": "UrlDispatchRule" | 1984 "$ref": "UrlDispatchRule" |
2202 }, | 1985 }, |
2203 "type": "array" | 1986 "type": "array" |
2204 }, | 1987 }, |
2205 "defaultHostname": { | 1988 "defaultHostname": { |
2206 "description": "Hostname used to reach the application, as r
esolved by App Engine.@OutputOnly", | 1989 "description": "Hostname used to reach the application, as r
esolved by App Engine.@OutputOnly", |
2207 "type": "string" | 1990 "type": "string" |
2208 }, | 1991 }, |
2209 "name": { | 1992 "name": { |
2210 "description": "Full path to the Application resource in the
API. Example: apps/myapp.@OutputOnly", | 1993 "description": "Full path to the Application resource in the
API. Example: apps/myapp.@OutputOnly", |
2211 "type": "string" | 1994 "type": "string" |
2212 }, | 1995 }, |
| 1996 "iap": { |
| 1997 "$ref": "IdentityAwareProxy" |
| 1998 }, |
2213 "authDomain": { | 1999 "authDomain": { |
2214 "description": "Google Apps authentication domain that contr
ols which users can access this application.Defaults to open access for any Goog
le Account.", | 2000 "description": "Google Apps authentication domain that contr
ols which users can access this application.Defaults to open access for any Goog
le Account.", |
2215 "type": "string" | 2001 "type": "string" |
2216 }, | 2002 }, |
2217 "iap": { | |
2218 "$ref": "IdentityAwareProxy" | |
2219 }, | |
2220 "defaultCookieExpiration": { | 2003 "defaultCookieExpiration": { |
2221 "description": "Cookie expiration policy for this applicatio
n.", | 2004 "description": "Cookie expiration policy for this applicatio
n.", |
2222 "format": "google-duration", | 2005 "format": "google-duration", |
2223 "type": "string" | 2006 "type": "string" |
2224 }, | 2007 }, |
2225 "id": { | 2008 "id": { |
2226 "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.", | 2009 "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.", |
2227 "type": "string" | 2010 "type": "string" |
2228 }, | 2011 }, |
2229 "codeBucket": { | 2012 "codeBucket": { |
2230 "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", | 2013 "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", |
2231 "type": "string" | 2014 "type": "string" |
2232 }, | 2015 }, |
2233 "location": { | 2016 "location": { |
2234 "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", | 2017 "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", |
2235 "type": "string" | 2018 "type": "string" |
2236 }, | |
2237 "defaultBucket": { | |
2238 "description": "Google Cloud Storage bucket that can be used
by this application to store content.@OutputOnly", | |
2239 "type": "string" | |
2240 } | 2019 } |
2241 }, | 2020 }, |
2242 "type": "object" | 2021 "type": "object" |
2243 }, | 2022 }, |
2244 "UrlDispatchRule": { | 2023 "UrlDispatchRule": { |
2245 "description": "Rules to match an HTTP request and dispatch that req
uest to a module.", | 2024 "description": "Rules to match an HTTP request and dispatch that req
uest to a module.", |
2246 "id": "UrlDispatchRule", | 2025 "id": "UrlDispatchRule", |
2247 "properties": { | 2026 "properties": { |
2248 "module": { | 2027 "module": { |
2249 "description": "Resource ID of a module in this application
that should serve the matched request. The module must already exist. Example: d
efault.", | 2028 "description": "Resource ID of a module in this application
that should serve the matched request. The module must already exist. Example: d
efault.", |
2250 "type": "string" | 2029 "type": "string" |
2251 }, | 2030 }, |
2252 "domain": { | 2031 "domain": { |
2253 "description": "Domain name to match against. The wildcard \
"*\" is supported if specified before a period: \"*.\".Defaults to matching all
domains: \"*\".", | 2032 "description": "Domain name to match against. The wildcard \
"*\" is supported if specified before a period: \"*.\".Defaults to matching all
domains: \"*\".", |
2254 "type": "string" | 2033 "type": "string" |
2255 }, | 2034 }, |
2256 "path": { | 2035 "path": { |
2257 "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.", | 2036 "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.", |
2258 "type": "string" | 2037 "type": "string" |
2259 } | 2038 } |
2260 }, | 2039 }, |
2261 "type": "object" | 2040 "type": "object" |
2262 }, | 2041 }, |
2263 "Instance": { | 2042 "Instance": { |
2264 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", | 2043 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", |
2265 "id": "Instance", | 2044 "id": "Instance", |
2266 "properties": { | 2045 "properties": { |
| 2046 "requests": { |
| 2047 "description": "Number of requests since this instance was s
tarted.@OutputOnly", |
| 2048 "format": "int32", |
| 2049 "type": "integer" |
| 2050 }, |
| 2051 "appEngineRelease": { |
| 2052 "description": "App Engine release this instance is running
on.@OutputOnly", |
| 2053 "type": "string" |
| 2054 }, |
| 2055 "startTimestamp": { |
| 2056 "description": "Time that this instance was started.@OutputO
nly", |
| 2057 "format": "google-datetime", |
| 2058 "type": "string" |
| 2059 }, |
2267 "vmName": { | 2060 "vmName": { |
2268 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment.@Out
putOnly", | 2061 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment.@Out
putOnly", |
2269 "type": "string" | 2062 "type": "string" |
2270 }, | 2063 }, |
2271 "vmId": { | 2064 "vmId": { |
2272 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment.@OutputOnly", | 2065 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment.@OutputOnly", |
2273 "type": "string" | 2066 "type": "string" |
2274 }, | 2067 }, |
2275 "qps": { | 2068 "qps": { |
2276 "description": "Average queries per second (QPS) over the la
st minute.@OutputOnly", | 2069 "description": "Average queries per second (QPS) over the la
st minute.@OutputOnly", |
2277 "format": "float", | 2070 "format": "float", |
2278 "type": "number" | 2071 "type": "number" |
2279 }, | 2072 }, |
2280 "vmZoneName": { | |
2281 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment.@OutputOnly", | |
2282 "type": "string" | |
2283 }, | |
2284 "vmUnlocked": { | 2073 "vmUnlocked": { |
2285 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment.@OutputOnly", | 2074 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment.@OutputOnly", |
2286 "type": "boolean" | 2075 "type": "boolean" |
2287 }, | 2076 }, |
2288 "name": { | 2077 "name": { |
2289 "description": "Full path to the Instance resource in the AP
I. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.@OutputO
nly", | 2078 "description": "Full path to the Instance resource in the AP
I. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.@OutputO
nly", |
2290 "type": "string" | 2079 "type": "string" |
2291 }, | 2080 }, |
| 2081 "vmZoneName": { |
| 2082 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment.@OutputOnly", |
| 2083 "type": "string" |
| 2084 }, |
2292 "averageLatency": { | 2085 "averageLatency": { |
2293 "description": "Average latency (ms) over the last minute.@O
utputOnly", | 2086 "description": "Average latency (ms) over the last minute.@O
utputOnly", |
2294 "format": "int32", | 2087 "format": "int32", |
2295 "type": "integer" | 2088 "type": "integer" |
2296 }, | 2089 }, |
2297 "vmIp": { | 2090 "vmIp": { |
2298 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment.@OutputOnly", | 2091 "description": "The IP address of this instance. Only applic
able for instances in App Engine flexible environment.@OutputOnly", |
2299 "type": "string" | 2092 "type": "string" |
2300 }, | 2093 }, |
2301 "memoryUsage": { | 2094 "memoryUsage": { |
2302 "description": "Total memory in use (bytes).@OutputOnly", | 2095 "description": "Total memory in use (bytes).@OutputOnly", |
2303 "format": "int64", | 2096 "format": "int64", |
2304 "type": "string" | 2097 "type": "string" |
2305 }, | 2098 }, |
2306 "id": { | 2099 "id": { |
2307 "description": "Relative name of the instance within the ver
sion. Example: instance-1.@OutputOnly", | 2100 "description": "Relative name of the instance within the ver
sion. Example: instance-1.@OutputOnly", |
2308 "type": "string" | 2101 "type": "string" |
2309 }, | 2102 }, |
2310 "vmStatus": { | |
2311 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment.@O
utputOnly", | |
2312 "type": "string" | |
2313 }, | |
2314 "availability": { | 2103 "availability": { |
2315 "description": "Availability of the instance.@OutputOnly", | 2104 "description": "Availability of the instance.@OutputOnly", |
2316 "enum": [ | 2105 "enum": [ |
2317 "UNSPECIFIED", | 2106 "UNSPECIFIED", |
2318 "RESIDENT", | 2107 "RESIDENT", |
2319 "DYNAMIC" | 2108 "DYNAMIC" |
2320 ], | 2109 ], |
2321 "enumDescriptions": [ | 2110 "enumDescriptions": [ |
2322 "", | 2111 "", |
2323 "", | 2112 "", |
2324 "" | 2113 "" |
2325 ], | 2114 ], |
2326 "type": "string" | 2115 "type": "string" |
2327 }, | 2116 }, |
2328 "errors": { | 2117 "errors": { |
2329 "description": "Number of errors since this instance was sta
rted.@OutputOnly", | 2118 "description": "Number of errors since this instance was sta
rted.@OutputOnly", |
2330 "format": "uint32", | 2119 "format": "uint32", |
2331 "type": "integer" | 2120 "type": "integer" |
2332 }, | 2121 }, |
2333 "requests": { | 2122 "vmStatus": { |
2334 "description": "Number of requests since this instance was s
tarted.@OutputOnly", | 2123 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment.@O
utputOnly", |
2335 "format": "int32", | |
2336 "type": "integer" | |
2337 }, | |
2338 "appEngineRelease": { | |
2339 "description": "App Engine release this instance is running
on.@OutputOnly", | |
2340 "type": "string" | |
2341 }, | |
2342 "startTimestamp": { | |
2343 "description": "Time that this instance was started.@OutputO
nly", | |
2344 "format": "google-datetime", | |
2345 "type": "string" | 2124 "type": "string" |
2346 } | 2125 } |
2347 }, | 2126 }, |
2348 "type": "object" | 2127 "type": "object" |
2349 }, | 2128 }, |
2350 "Module": { | 2129 "Module": { |
2351 "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.", | 2130 "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.", |
2352 "id": "Module", | 2131 "id": "Module", |
2353 "properties": { | 2132 "properties": { |
2354 "id": { | |
2355 "description": "Relative name of the module within the appli
cation. Example: default.@OutputOnly", | |
2356 "type": "string" | |
2357 }, | |
2358 "name": { | 2133 "name": { |
2359 "description": "Full path to the Module resource in the API.
Example: apps/myapp/modules/default.@OutputOnly", | 2134 "description": "Full path to the Module resource in the API.
Example: apps/myapp/modules/default.@OutputOnly", |
2360 "type": "string" | 2135 "type": "string" |
2361 }, | 2136 }, |
2362 "split": { | 2137 "split": { |
2363 "$ref": "TrafficSplit", | 2138 "$ref": "TrafficSplit", |
2364 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the module." | 2139 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the module." |
| 2140 }, |
| 2141 "id": { |
| 2142 "description": "Relative name of the module within the appli
cation. Example: default.@OutputOnly", |
| 2143 "type": "string" |
2365 } | 2144 } |
2366 }, | 2145 }, |
2367 "type": "object" | 2146 "type": "object" |
2368 }, | 2147 }, |
2369 "ListVersionsResponse": { | 2148 "ListVersionsResponse": { |
2370 "description": "Response message for Versions.ListVersions.", | 2149 "description": "Response message for Versions.ListVersions.", |
2371 "id": "ListVersionsResponse", | 2150 "id": "ListVersionsResponse", |
2372 "properties": { | 2151 "properties": { |
2373 "versions": { | 2152 "versions": { |
2374 "description": "The versions belonging to the requested modu
le.", | 2153 "description": "The versions belonging to the requested modu
le.", |
(...skipping 12 matching lines...) Expand all Loading... |
2387 "ApiEndpointHandler": { | 2166 "ApiEndpointHandler": { |
2388 "description": "Uses Google Cloud Endpoints to handle requests.", | 2167 "description": "Uses Google Cloud Endpoints to handle requests.", |
2389 "id": "ApiEndpointHandler", | 2168 "id": "ApiEndpointHandler", |
2390 "properties": { | 2169 "properties": { |
2391 "scriptPath": { | 2170 "scriptPath": { |
2392 "description": "Path to the script from the application root
directory.", | 2171 "description": "Path to the script from the application root
directory.", |
2393 "type": "string" | 2172 "type": "string" |
2394 } | 2173 } |
2395 }, | 2174 }, |
2396 "type": "object" | 2175 "type": "object" |
| 2176 }, |
| 2177 "StaticDirectoryHandler": { |
| 2178 "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."
, |
| 2179 "id": "StaticDirectoryHandler", |
| 2180 "properties": { |
| 2181 "mimeType": { |
| 2182 "description": "MIME type used to serve all files served by
this handler. Defaults to file-specific MIME types, which are direved from each
file's filename extension.", |
| 2183 "type": "string" |
| 2184 }, |
| 2185 "requireMatchingFile": { |
| 2186 "description": "Whether this handler should match the reques
t if the file referenced by the handler does not exist.", |
| 2187 "type": "boolean" |
| 2188 }, |
| 2189 "expiration": { |
| 2190 "description": "Time a static file served by this handler sh
ould be cached.", |
| 2191 "format": "google-duration", |
| 2192 "type": "string" |
| 2193 }, |
| 2194 "applicationReadable": { |
| 2195 "description": "Whether files should also be uploaded as cod
e data. By default, files declared in static directory handlers are uploaded as
static data and are only served to end users; they cannot be read by the applica
tion. If enabled, uploads are charged against both your code and static data sto
rage resource quotas.", |
| 2196 "type": "boolean" |
| 2197 }, |
| 2198 "httpHeaders": { |
| 2199 "additionalProperties": { |
| 2200 "type": "string" |
| 2201 }, |
| 2202 "description": "HTTP headers to use for all responses from t
hese URLs.", |
| 2203 "type": "object" |
| 2204 }, |
| 2205 "directory": { |
| 2206 "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.", |
| 2207 "type": "string" |
| 2208 } |
| 2209 }, |
| 2210 "type": "object" |
| 2211 }, |
| 2212 "AutomaticScaling": { |
| 2213 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", |
| 2214 "id": "AutomaticScaling", |
| 2215 "properties": { |
| 2216 "cpuUtilization": { |
| 2217 "$ref": "CpuUtilization", |
| 2218 "description": "Target scaling by CPU usage." |
| 2219 }, |
| 2220 "diskUtilization": { |
| 2221 "$ref": "DiskUtilization", |
| 2222 "description": "Target scaling by disk usage." |
| 2223 }, |
| 2224 "minPendingLatency": { |
| 2225 "description": "Minimum amount of time a request should wait
in the pending queue before starting a new instance to handle it.", |
| 2226 "format": "google-duration", |
| 2227 "type": "string" |
| 2228 }, |
| 2229 "maxIdleInstances": { |
| 2230 "description": "Maximum number of idle instances that should
be maintained for this version.", |
| 2231 "format": "int32", |
| 2232 "type": "integer" |
| 2233 }, |
| 2234 "requestUtilization": { |
| 2235 "$ref": "RequestUtilization", |
| 2236 "description": "Target scaling by request utilization." |
| 2237 }, |
| 2238 "minIdleInstances": { |
| 2239 "description": "Minimum number of idle instances that should
be maintained for this version. Only applicable for the default version of a mo
dule.", |
| 2240 "format": "int32", |
| 2241 "type": "integer" |
| 2242 }, |
| 2243 "maxTotalInstances": { |
| 2244 "description": "Maximum number of instances that should be s
tarted to handle requests.", |
| 2245 "format": "int32", |
| 2246 "type": "integer" |
| 2247 }, |
| 2248 "minTotalInstances": { |
| 2249 "description": "Minimum number of instances that should be m
aintained for this version.", |
| 2250 "format": "int32", |
| 2251 "type": "integer" |
| 2252 }, |
| 2253 "networkUtilization": { |
| 2254 "$ref": "NetworkUtilization", |
| 2255 "description": "Target scaling by network usage." |
| 2256 }, |
| 2257 "maxConcurrentRequests": { |
| 2258 "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.", |
| 2259 "format": "int32", |
| 2260 "type": "integer" |
| 2261 }, |
| 2262 "coolDownPeriod": { |
| 2263 "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.", |
| 2264 "format": "google-duration", |
| 2265 "type": "string" |
| 2266 }, |
| 2267 "maxPendingLatency": { |
| 2268 "description": "Maximum amount of time that a request should
wait in the pending queue before starting a new instance to handle it.", |
| 2269 "format": "google-duration", |
| 2270 "type": "string" |
| 2271 } |
| 2272 }, |
| 2273 "type": "object" |
| 2274 }, |
| 2275 "NetworkUtilization": { |
| 2276 "description": "Target scaling by network usage. Only applicable for
VM runtimes.", |
| 2277 "id": "NetworkUtilization", |
| 2278 "properties": { |
| 2279 "targetReceivedBytesPerSec": { |
| 2280 "description": "Target bytes received per second.", |
| 2281 "format": "int32", |
| 2282 "type": "integer" |
| 2283 }, |
| 2284 "targetSentPacketsPerSec": { |
| 2285 "description": "Target packets sent per second.", |
| 2286 "format": "int32", |
| 2287 "type": "integer" |
| 2288 }, |
| 2289 "targetReceivedPacketsPerSec": { |
| 2290 "description": "Target packets received per second.", |
| 2291 "format": "int32", |
| 2292 "type": "integer" |
| 2293 }, |
| 2294 "targetSentBytesPerSec": { |
| 2295 "description": "Target bytes sent per second.", |
| 2296 "format": "int32", |
| 2297 "type": "integer" |
| 2298 } |
| 2299 }, |
| 2300 "type": "object" |
| 2301 }, |
| 2302 "Location": { |
| 2303 "description": "A resource that represents Google Cloud Platform loc
ation.", |
| 2304 "id": "Location", |
| 2305 "properties": { |
| 2306 "labels": { |
| 2307 "additionalProperties": { |
| 2308 "type": "string" |
| 2309 }, |
| 2310 "description": "Cross-service attributes for the location. F
or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n", |
| 2311 "type": "object" |
| 2312 }, |
| 2313 "name": { |
| 2314 "description": "Resource name for the location, which may va
ry between implementations. For example: \"projects/example-project/locations/us
-east1\"", |
| 2315 "type": "string" |
| 2316 }, |
| 2317 "locationId": { |
| 2318 "description": "The canonical id for this location. For exam
ple: \"us-east1\".", |
| 2319 "type": "string" |
| 2320 }, |
| 2321 "metadata": { |
| 2322 "additionalProperties": { |
| 2323 "description": "Properties of the object. Contains field
@type with type URL.", |
| 2324 "type": "any" |
| 2325 }, |
| 2326 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", |
| 2327 "type": "object" |
| 2328 } |
| 2329 }, |
| 2330 "type": "object" |
| 2331 }, |
| 2332 "HealthCheck": { |
| 2333 "description": "Health checking configuration for VM instances. Unhe
althy instances are killed and replaced with new instances. Only applicable for
instances in App Engine flexible environment.", |
| 2334 "id": "HealthCheck", |
| 2335 "properties": { |
| 2336 "unhealthyThreshold": { |
| 2337 "description": "Number of consecutive failed health checks r
equired before removing traffic.", |
| 2338 "format": "uint32", |
| 2339 "type": "integer" |
| 2340 }, |
| 2341 "disableHealthCheck": { |
| 2342 "description": "Whether to explicitly disable health checks
for this instance.", |
| 2343 "type": "boolean" |
| 2344 }, |
| 2345 "host": { |
| 2346 "description": "Host header to send when performing an HTTP
health check. Example: \"myapp.appspot.com\"", |
| 2347 "type": "string" |
| 2348 }, |
| 2349 "healthyThreshold": { |
| 2350 "description": "Number of consecutive successful health chec
ks required before receiving traffic.", |
| 2351 "format": "uint32", |
| 2352 "type": "integer" |
| 2353 }, |
| 2354 "restartThreshold": { |
| 2355 "description": "Number of consecutive failed health checks r
equired before an instance is restarted.", |
| 2356 "format": "uint32", |
| 2357 "type": "integer" |
| 2358 }, |
| 2359 "checkInterval": { |
| 2360 "description": "Interval between health checks.", |
| 2361 "format": "google-duration", |
| 2362 "type": "string" |
| 2363 }, |
| 2364 "timeout": { |
| 2365 "description": "Time before the health check is considered f
ailed.", |
| 2366 "format": "google-duration", |
| 2367 "type": "string" |
| 2368 } |
| 2369 }, |
| 2370 "type": "object" |
| 2371 }, |
| 2372 "DebugInstanceRequest": { |
| 2373 "description": "Request message for Instances.DebugInstance.", |
| 2374 "id": "DebugInstanceRequest", |
| 2375 "properties": { |
| 2376 "sshKey": { |
| 2377 "description": "Public SSH key to add to the instance. Examp
les:\n[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME]\n[USERNAME]:ssh-rsa [KEY_VALUE]
google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more
information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/
docs/instances/adding-removing-ssh-keys).", |
| 2378 "type": "string" |
| 2379 } |
| 2380 }, |
| 2381 "type": "object" |
| 2382 }, |
| 2383 "SourceReference": { |
| 2384 "description": "Reference to a particular snapshot of the source tre
e used to build and deploy the application.", |
| 2385 "id": "SourceReference", |
| 2386 "properties": { |
| 2387 "revisionId": { |
| 2388 "description": "The canonical, persistent identifier of the
deployed revision. Aliases that include tags or branch names are not allowed. Ex
ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", |
| 2389 "type": "string" |
| 2390 }, |
| 2391 "repository": { |
| 2392 "description": "URI string identifying the repository. Examp
le: \"https://source.developers.google.com/p/app-123/r/default\"", |
| 2393 "type": "string" |
| 2394 } |
| 2395 }, |
| 2396 "type": "object" |
2397 } | 2397 } |
2398 }, | 2398 }, |
2399 "servicePath": "", | 2399 "servicePath": "", |
2400 "title": "Google App Engine Admin API", | 2400 "title": "Google App Engine Admin API", |
2401 "version": "v1beta4" | 2401 "version": "v1beta4" |
2402 } | 2402 } |
OLD | NEW |