Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: discovery/googleapis_beta/appengine__v1beta.json

Issue 2987103002: Api-Roll 52: 2017-07-31 (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/appengine.admin": { 5 "https://www.googleapis.com/auth/appengine.admin": {
6 "description": "View and manage your applications deployed o n Google App Engine" 6 "description": "View and manage your applications deployed o n Google App Engine"
7 }, 7 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "View your data across Google Cloud Platform services" 9 "description": "View your data across Google Cloud Platform services"
10 }, 10 },
(...skipping 12 matching lines...) Expand all
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:v1beta", 27 "id": "appengine:v1beta",
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 "upload_protocol": {
34 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
35 "location": "query",
36 "type": "string"
37 },
38 "prettyPrint": {
39 "default": "true",
40 "description": "Returns response with indentations and line breaks." ,
41 "location": "query",
42 "type": "boolean"
43 },
44 "fields": {
45 "description": "Selector specifying which fields to include in a par tial response.",
46 "location": "query",
47 "type": "string"
48 },
49 "uploadType": {
50 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
51 "location": "query",
52 "type": "string"
53 },
33 "callback": { 54 "callback": {
34 "description": "JSONP", 55 "description": "JSONP",
35 "location": "query", 56 "location": "query",
36 "type": "string" 57 "type": "string"
37 }, 58 },
38 "$.xgafv": { 59 "$.xgafv": {
39 "description": "V1 error format.", 60 "description": "V1 error format.",
40 "enum": [ 61 "enum": [
41 "1", 62 "1",
42 "2" 63 "2"
(...skipping 14 matching lines...) Expand all
57 "proto" 78 "proto"
58 ], 79 ],
59 "enumDescriptions": [ 80 "enumDescriptions": [
60 "Responses with Content-Type of application/json", 81 "Responses with Content-Type of application/json",
61 "Media download with context-dependent Content-Type", 82 "Media download with context-dependent Content-Type",
62 "Responses with Content-Type of application/x-protobuf" 83 "Responses with Content-Type of application/x-protobuf"
63 ], 84 ],
64 "location": "query", 85 "location": "query",
65 "type": "string" 86 "type": "string"
66 }, 87 },
88 "key": {
89 "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.",
90 "location": "query",
91 "type": "string"
92 },
67 "access_token": { 93 "access_token": {
68 "description": "OAuth access token.", 94 "description": "OAuth access token.",
69 "location": "query", 95 "location": "query",
70 "type": "string" 96 "type": "string"
71 }, 97 },
72 "key": {
73 "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.",
74 "location": "query",
75 "type": "string"
76 },
77 "quotaUser": { 98 "quotaUser": {
78 "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.", 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.",
79 "location": "query", 100 "location": "query",
80 "type": "string" 101 "type": "string"
81 }, 102 },
82 "pp": { 103 "pp": {
83 "default": "true", 104 "default": "true",
84 "description": "Pretty-print response.", 105 "description": "Pretty-print response.",
85 "location": "query", 106 "location": "query",
86 "type": "boolean" 107 "type": "boolean"
87 }, 108 },
88 "oauth_token": { 109 "oauth_token": {
89 "description": "OAuth 2.0 token for the current user.", 110 "description": "OAuth 2.0 token for the current user.",
90 "location": "query", 111 "location": "query",
91 "type": "string" 112 "type": "string"
92 }, 113 },
93 "bearer_token": { 114 "bearer_token": {
94 "description": "OAuth bearer token.", 115 "description": "OAuth bearer token.",
95 "location": "query", 116 "location": "query",
96 "type": "string" 117 "type": "string"
97 },
98 "upload_protocol": {
99 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
100 "location": "query",
101 "type": "string"
102 },
103 "prettyPrint": {
104 "default": "true",
105 "description": "Returns response with indentations and line breaks." ,
106 "location": "query",
107 "type": "boolean"
108 },
109 "fields": {
110 "description": "Selector specifying which fields to include in a par tial response.",
111 "location": "query",
112 "type": "string"
113 },
114 "uploadType": {
115 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
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 "repair": { 124 "repair": {
125 "description": "Recreates the required App Engine features f or the specified App Engine application, for example a Cloud Storage bucket or A pp Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account .", 125 "description": "Recreates the required App Engine features f or the specified App Engine application, for example a Cloud Storage bucket or A pp Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account .",
126 "httpMethod": "POST", 126 "httpMethod": "POST",
127 "id": "appengine.apps.repair", 127 "id": "appengine.apps.repair",
(...skipping 20 matching lines...) Expand all
148 ] 148 ]
149 }, 149 },
150 "patch": { 150 "patch": {
151 "description": "Updates the specified Application resource. You can update the following fields:\nauth_domain - Google authentication domain for controlling user access to the application.\ndefault_cookie_expiration - Co okie expiration policy for the application.", 151 "description": "Updates the specified Application resource. You can update the following fields:\nauth_domain - Google authentication domain for controlling user access to the application.\ndefault_cookie_expiration - Co okie expiration policy for the application.",
152 "httpMethod": "PATCH", 152 "httpMethod": "PATCH",
153 "id": "appengine.apps.patch", 153 "id": "appengine.apps.patch",
154 "parameterOrder": [ 154 "parameterOrder": [
155 "appsId" 155 "appsId"
156 ], 156 ],
157 "parameters": { 157 "parameters": {
158 "updateMask": {
159 "description": "Standard field mask for the set of f ields to be updated.",
160 "format": "google-fieldmask",
161 "location": "query",
162 "type": "string"
163 },
158 "appsId": { 164 "appsId": {
159 "description": "Part of `name`. Name of the Applicat ion resource to update. Example: apps/myapp.", 165 "description": "Part of `name`. Name of the Applicat ion resource to update. Example: apps/myapp.",
160 "location": "path", 166 "location": "path",
161 "required": true, 167 "required": true,
162 "type": "string" 168 "type": "string"
163 },
164 "updateMask": {
165 "description": "Standard field mask for the set of f ields to be updated.",
166 "format": "google-fieldmask",
167 "location": "query",
168 "type": "string"
169 } 169 }
170 }, 170 },
171 "path": "v1beta/apps/{appsId}", 171 "path": "v1beta/apps/{appsId}",
172 "request": { 172 "request": {
173 "$ref": "Application" 173 "$ref": "Application"
174 }, 174 },
175 "response": { 175 "response": {
176 "$ref": "Operation" 176 "$ref": "Operation"
177 }, 177 },
178 "scopes": [ 178 "scopes": [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 }, 216 },
217 "response": { 217 "response": {
218 "$ref": "Operation" 218 "$ref": "Operation"
219 }, 219 },
220 "scopes": [ 220 "scopes": [
221 "https://www.googleapis.com/auth/cloud-platform" 221 "https://www.googleapis.com/auth/cloud-platform"
222 ] 222 ]
223 } 223 }
224 }, 224 },
225 "resources": { 225 "resources": {
226 "services": { 226 "locations": {
227 "methods": { 227 "methods": {
228 "delete": { 228 "get": {
229 "description": "Deletes the specified service and al l enclosed versions.", 229 "description": "Get information about a location.",
230 "httpMethod": "DELETE", 230 "httpMethod": "GET",
231 "id": "appengine.apps.services.delete", 231 "id": "appengine.apps.locations.get",
232 "parameterOrder": [ 232 "parameterOrder": [
233 "appsId", 233 "appsId",
234 "servicesId" 234 "locationsId"
235 ], 235 ],
236 "parameters": { 236 "parameters": {
237 "servicesId": { 237 "locationsId": {
238 "description": "Part of `name`. See document ation of `appsId`.", 238 "description": "Part of `name`. See document ation of `appsId`.",
239 "location": "path", 239 "location": "path",
240 "required": true, 240 "required": true,
241 "type": "string" 241 "type": "string"
242 }, 242 },
243 "appsId": { 243 "appsId": {
244 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.", 244 "description": "Part of `name`. Resource nam e for the location.",
245 "location": "path", 245 "location": "path",
246 "required": true, 246 "required": true,
247 "type": "string" 247 "type": "string"
248 } 248 }
249 }, 249 },
250 "path": "v1beta/apps/{appsId}/services/{servicesId}" , 250 "path": "v1beta/apps/{appsId}/locations/{locationsId }",
251 "response": { 251 "response": {
252 "$ref": "Operation" 252 "$ref": "Location"
253 },
254 "scopes": [
255 "https://www.googleapis.com/auth/appengine.admin ",
256 "https://www.googleapis.com/auth/cloud-platform" ,
257 "https://www.googleapis.com/auth/cloud-platform. read-only"
258 ]
259 },
260 "list": {
261 "description": "Lists information about the supporte d locations for this service.",
262 "httpMethod": "GET",
263 "id": "appengine.apps.locations.list",
264 "parameterOrder": [
265 "appsId"
266 ],
267 "parameters": {
268 "pageSize": {
269 "description": "The standard list page size. ",
270 "format": "int32",
271 "location": "query",
272 "type": "integer"
273 },
274 "filter": {
275 "description": "The standard list filter.",
276 "location": "query",
277 "type": "string"
278 },
279 "pageToken": {
280 "description": "The standard list page token .",
281 "location": "query",
282 "type": "string"
283 },
284 "appsId": {
285 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
286 "location": "path",
287 "required": true,
288 "type": "string"
289 }
290 },
291 "path": "v1beta/apps/{appsId}/locations",
292 "response": {
293 "$ref": "ListLocationsResponse"
294 },
295 "scopes": [
296 "https://www.googleapis.com/auth/appengine.admin ",
297 "https://www.googleapis.com/auth/cloud-platform" ,
298 "https://www.googleapis.com/auth/cloud-platform. read-only"
299 ]
300 }
301 }
302 },
303 "authorizedCertificates": {
304 "methods": {
305 "patch": {
306 "description": "Updates the specified SSL certificat e. To renew a certificate and maintain its existing domain mappings, update cert ificate_data with a new certificate. The new certificate must be applicable to t he same domains as the original certificate. The certificate display_name may al so be updated.",
307 "httpMethod": "PATCH",
308 "id": "appengine.apps.authorizedCertificates.patch",
309 "parameterOrder": [
310 "appsId",
311 "authorizedCertificatesId"
312 ],
313 "parameters": {
314 "updateMask": {
315 "description": "Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_d ata and display_name fields.",
316 "format": "google-fieldmask",
317 "location": "query",
318 "type": "string"
319 },
320 "appsId": {
321 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.",
322 "location": "path",
323 "required": true,
324 "type": "string"
325 },
326 "authorizedCertificatesId": {
327 "description": "Part of `name`. See document ation of `appsId`.",
328 "location": "path",
329 "required": true,
330 "type": "string"
331 }
332 },
333 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
334 "request": {
335 "$ref": "AuthorizedCertificate"
336 },
337 "response": {
338 "$ref": "AuthorizedCertificate"
253 }, 339 },
254 "scopes": [ 340 "scopes": [
255 "https://www.googleapis.com/auth/cloud-platform" 341 "https://www.googleapis.com/auth/cloud-platform"
256 ] 342 ]
257 }, 343 },
258 "patch": { 344 "get": {
259 "description": "Updates the configuration of the spe cified service.", 345 "description": "Gets the specified SSL certificate." ,
260 "httpMethod": "PATCH", 346 "httpMethod": "GET",
261 "id": "appengine.apps.services.patch", 347 "id": "appengine.apps.authorizedCertificates.get",
262 "parameterOrder": [ 348 "parameterOrder": [
263 "appsId", 349 "appsId",
264 "servicesId" 350 "authorizedCertificatesId"
265 ], 351 ],
266 "parameters": { 352 "parameters": {
267 "migrateTraffic": { 353 "view": {
268 "description": "Set to true to gradually shi ft traffic to one or more versions that you specify. By default, traffic is shif ted immediately. For gradual traffic migration, the target versions must be loca ted within instances that are configured for both warmup requests (https://cloud .google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.version s#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine/ docs/admin-api/reference/rest/v1beta/apps.services.versions#automaticscaling). Y ou must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/r eference/rest/v1beta/apps.services#shardby) field in the Service resource. Gradu al traffic migration is not supported in the App Engine flexible environment. Fo r examples, see Migrating and Splitting Traffic (https://cloud.google.com/appeng ine/docs/admin-api/migrating-splitting-traffic).", 354 "description": "Controls the set of fields r eturned in the GET response.",
269 "location": "query", 355 "enum": [
270 "type": "boolean" 356 "BASIC_CERTIFICATE",
271 }, 357 "FULL_CERTIFICATE"
272 "updateMask": { 358 ],
273 "description": "Standard field mask for the set of fields to be updated.",
274 "format": "google-fieldmask",
275 "location": "query", 359 "location": "query",
276 "type": "string" 360 "type": "string"
277 }, 361 },
278 "servicesId": { 362 "authorizedCertificatesId": {
279 "description": "Part of `name`. See document ation of `appsId`.", 363 "description": "Part of `name`. See document ation of `appsId`.",
280 "location": "path", 364 "location": "path",
281 "required": true, 365 "required": true,
282 "type": "string" 366 "type": "string"
283 }, 367 },
284 "appsId": { 368 "appsId": {
285 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.", 369 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.",
286 "location": "path", 370 "location": "path",
287 "required": true, 371 "required": true,
288 "type": "string" 372 "type": "string"
289 } 373 }
290 }, 374 },
291 "path": "v1beta/apps/{appsId}/services/{servicesId}" , 375 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
292 "request": {
293 "$ref": "Service"
294 },
295 "response": { 376 "response": {
296 "$ref": "Operation" 377 "$ref": "AuthorizedCertificate"
297 },
298 "scopes": [
299 "https://www.googleapis.com/auth/cloud-platform"
300 ]
301 },
302 "get": {
303 "description": "Gets the current configuration of th e specified service.",
304 "httpMethod": "GET",
305 "id": "appengine.apps.services.get",
306 "parameterOrder": [
307 "appsId",
308 "servicesId"
309 ],
310 "parameters": {
311 "servicesId": {
312 "description": "Part of `name`. See document ation of `appsId`.",
313 "location": "path",
314 "required": true,
315 "type": "string"
316 },
317 "appsId": {
318 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
319 "location": "path",
320 "required": true,
321 "type": "string"
322 }
323 },
324 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
325 "response": {
326 "$ref": "Service"
327 }, 378 },
328 "scopes": [ 379 "scopes": [
329 "https://www.googleapis.com/auth/appengine.admin ", 380 "https://www.googleapis.com/auth/appengine.admin ",
330 "https://www.googleapis.com/auth/cloud-platform" , 381 "https://www.googleapis.com/auth/cloud-platform" ,
331 "https://www.googleapis.com/auth/cloud-platform. read-only" 382 "https://www.googleapis.com/auth/cloud-platform. read-only"
332 ] 383 ]
333 }, 384 },
334 "list": { 385 "list": {
335 "description": "Lists all the services in the applic ation.", 386 "description": "Lists all SSL certificates the user is authorized to administer.",
336 "httpMethod": "GET", 387 "httpMethod": "GET",
337 "id": "appengine.apps.services.list", 388 "id": "appengine.apps.authorizedCertificates.list",
338 "parameterOrder": [ 389 "parameterOrder": [
339 "appsId" 390 "appsId"
340 ], 391 ],
341 "parameters": { 392 "parameters": {
393 "pageSize": {
394 "description": "Maximum results to return pe r page.",
395 "format": "int32",
396 "location": "query",
397 "type": "integer"
398 },
399 "view": {
400 "description": "Controls the set of fields r eturned in the LIST response.",
401 "enum": [
402 "BASIC_CERTIFICATE",
403 "FULL_CERTIFICATE"
404 ],
405 "location": "query",
406 "type": "string"
407 },
342 "pageToken": { 408 "pageToken": {
343 "description": "Continuation token for fetch ing the next page of results.", 409 "description": "Continuation token for fetch ing the next page of results.",
344 "location": "query", 410 "location": "query",
345 "type": "string" 411 "type": "string"
346 }, 412 },
347 "appsId": { 413 "appsId": {
348 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.", 414 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
349 "location": "path", 415 "location": "path",
350 "required": true, 416 "required": true,
351 "type": "string" 417 "type": "string"
418 }
419 },
420 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
421 "response": {
422 "$ref": "ListAuthorizedCertificatesResponse"
423 },
424 "scopes": [
425 "https://www.googleapis.com/auth/appengine.admin ",
426 "https://www.googleapis.com/auth/cloud-platform" ,
427 "https://www.googleapis.com/auth/cloud-platform. read-only"
428 ]
429 },
430 "create": {
431 "description": "Uploads the specified SSL certificat e.",
432 "httpMethod": "POST",
433 "id": "appengine.apps.authorizedCertificates.create" ,
434 "parameterOrder": [
435 "appsId"
436 ],
437 "parameters": {
438 "appsId": {
439 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
440 "location": "path",
441 "required": true,
442 "type": "string"
443 }
444 },
445 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
446 "request": {
447 "$ref": "AuthorizedCertificate"
448 },
449 "response": {
450 "$ref": "AuthorizedCertificate"
451 },
452 "scopes": [
453 "https://www.googleapis.com/auth/cloud-platform"
454 ]
455 },
456 "delete": {
457 "description": "Deletes the specified SSL certificat e.",
458 "httpMethod": "DELETE",
459 "id": "appengine.apps.authorizedCertificates.delete" ,
460 "parameterOrder": [
461 "appsId",
462 "authorizedCertificatesId"
463 ],
464 "parameters": {
465 "appsId": {
466 "description": "Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.",
467 "location": "path",
468 "required": true,
469 "type": "string"
470 },
471 "authorizedCertificatesId": {
472 "description": "Part of `name`. See document ation of `appsId`.",
473 "location": "path",
474 "required": true,
475 "type": "string"
476 }
477 },
478 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
479 "response": {
480 "$ref": "Empty"
481 },
482 "scopes": [
483 "https://www.googleapis.com/auth/cloud-platform"
484 ]
485 }
486 }
487 },
488 "services": {
489 "methods": {
490 "delete": {
491 "description": "Deletes the specified service and al l enclosed versions.",
492 "httpMethod": "DELETE",
493 "id": "appengine.apps.services.delete",
494 "parameterOrder": [
495 "appsId",
496 "servicesId"
497 ],
498 "parameters": {
499 "servicesId": {
500 "description": "Part of `name`. See document ation of `appsId`.",
501 "location": "path",
502 "required": true,
503 "type": "string"
504 },
505 "appsId": {
506 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
507 "location": "path",
508 "required": true,
509 "type": "string"
510 }
511 },
512 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
513 "response": {
514 "$ref": "Operation"
515 },
516 "scopes": [
517 "https://www.googleapis.com/auth/cloud-platform"
518 ]
519 },
520 "patch": {
521 "description": "Updates the configuration of the spe cified service.",
522 "httpMethod": "PATCH",
523 "id": "appengine.apps.services.patch",
524 "parameterOrder": [
525 "appsId",
526 "servicesId"
527 ],
528 "parameters": {
529 "updateMask": {
530 "description": "Standard field mask for the set of fields to be updated.",
531 "format": "google-fieldmask",
532 "location": "query",
533 "type": "string"
534 },
535 "servicesId": {
536 "description": "Part of `name`. See document ation of `appsId`.",
537 "location": "path",
538 "required": true,
539 "type": "string"
540 },
541 "appsId": {
542 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.",
543 "location": "path",
544 "required": true,
545 "type": "string"
546 },
547 "migrateTraffic": {
548 "description": "Set to true to gradually shi ft traffic to one or more versions that you specify. By default, traffic is shif ted immediately. For gradual traffic migration, the target versions must be loca ted within instances that are configured for both warmup requests (https://cloud .google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.version s#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine/ docs/admin-api/reference/rest/v1beta/apps.services.versions#automaticscaling). Y ou must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/r eference/rest/v1beta/apps.services#shardby) field in the Service resource. Gradu al traffic migration is not supported in the App Engine flexible environment. Fo r examples, see Migrating and Splitting Traffic (https://cloud.google.com/appeng ine/docs/admin-api/migrating-splitting-traffic).",
549 "location": "query",
550 "type": "boolean"
551 }
552 },
553 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
554 "request": {
555 "$ref": "Service"
556 },
557 "response": {
558 "$ref": "Operation"
559 },
560 "scopes": [
561 "https://www.googleapis.com/auth/cloud-platform"
562 ]
563 },
564 "get": {
565 "description": "Gets the current configuration of th e specified service.",
566 "httpMethod": "GET",
567 "id": "appengine.apps.services.get",
568 "parameterOrder": [
569 "appsId",
570 "servicesId"
571 ],
572 "parameters": {
573 "servicesId": {
574 "description": "Part of `name`. See document ation of `appsId`.",
575 "location": "path",
576 "required": true,
577 "type": "string"
578 },
579 "appsId": {
580 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
581 "location": "path",
582 "required": true,
583 "type": "string"
584 }
585 },
586 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
587 "response": {
588 "$ref": "Service"
589 },
590 "scopes": [
591 "https://www.googleapis.com/auth/appengine.admin ",
592 "https://www.googleapis.com/auth/cloud-platform" ,
593 "https://www.googleapis.com/auth/cloud-platform. read-only"
594 ]
595 },
596 "list": {
597 "description": "Lists all the services in the applic ation.",
598 "httpMethod": "GET",
599 "id": "appengine.apps.services.list",
600 "parameterOrder": [
601 "appsId"
602 ],
603 "parameters": {
604 "pageToken": {
605 "description": "Continuation token for fetch ing the next page of results.",
606 "location": "query",
607 "type": "string"
608 },
609 "appsId": {
610 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
611 "location": "path",
612 "required": true,
613 "type": "string"
352 }, 614 },
353 "pageSize": { 615 "pageSize": {
354 "description": "Maximum results to return pe r page.", 616 "description": "Maximum results to return pe r page.",
355 "format": "int32", 617 "format": "int32",
356 "location": "query", 618 "location": "query",
357 "type": "integer" 619 "type": "integer"
358 } 620 }
359 }, 621 },
360 "path": "v1beta/apps/{appsId}/services", 622 "path": "v1beta/apps/{appsId}/services",
361 "response": { 623 "response": {
362 "$ref": "ListServicesResponse" 624 "$ref": "ListServicesResponse"
363 }, 625 },
364 "scopes": [ 626 "scopes": [
365 "https://www.googleapis.com/auth/appengine.admin ", 627 "https://www.googleapis.com/auth/appengine.admin ",
366 "https://www.googleapis.com/auth/cloud-platform" , 628 "https://www.googleapis.com/auth/cloud-platform" ,
367 "https://www.googleapis.com/auth/cloud-platform. read-only" 629 "https://www.googleapis.com/auth/cloud-platform. read-only"
368 ] 630 ]
369 } 631 }
370 }, 632 },
371 "resources": { 633 "resources": {
372 "versions": { 634 "versions": {
373 "methods": { 635 "methods": {
374 "create": {
375 "description": "Deploys code and resource fi les to a new version.",
376 "httpMethod": "POST",
377 "id": "appengine.apps.services.versions.crea te",
378 "parameterOrder": [
379 "appsId",
380 "servicesId"
381 ],
382 "parameters": {
383 "appsId": {
384 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: apps/myapp/serv ices/default.",
385 "location": "path",
386 "required": true,
387 "type": "string"
388 },
389 "servicesId": {
390 "description": "Part of `parent`. Se e documentation of `appsId`.",
391 "location": "path",
392 "required": true,
393 "type": "string"
394 }
395 },
396 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions",
397 "request": {
398 "$ref": "Version"
399 },
400 "response": {
401 "$ref": "Operation"
402 },
403 "scopes": [
404 "https://www.googleapis.com/auth/cloud-p latform"
405 ]
406 },
407 "delete": { 636 "delete": {
408 "description": "Deletes an existing Version resource.", 637 "description": "Deletes an existing Version resource.",
409 "httpMethod": "DELETE", 638 "httpMethod": "DELETE",
410 "id": "appengine.apps.services.versions.dele te", 639 "id": "appengine.apps.services.versions.dele te",
411 "parameterOrder": [ 640 "parameterOrder": [
412 "appsId", 641 "appsId",
413 "servicesId", 642 "servicesId",
414 "versionsId" 643 "versionsId"
415 ], 644 ],
416 "parameters": { 645 "parameters": {
646 "servicesId": {
647 "description": "Part of `name`. See documentation of `appsId`.",
648 "location": "path",
649 "required": true,
650 "type": "string"
651 },
417 "appsId": { 652 "appsId": {
418 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.", 653 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
419 "location": "path", 654 "location": "path",
420 "required": true, 655 "required": true,
421 "type": "string" 656 "type": "string"
422 }, 657 },
423 "versionsId": { 658 "versionsId": {
424 "description": "Part of `name`. See documentation of `appsId`.", 659 "description": "Part of `name`. See documentation of `appsId`.",
425 "location": "path", 660 "location": "path",
426 "required": true, 661 "required": true,
427 "type": "string"
428 },
429 "servicesId": {
430 "description": "Part of `name`. See documentation of `appsId`.",
431 "location": "path",
432 "required": true,
433 "type": "string" 662 "type": "string"
434 } 663 }
435 }, 664 },
436 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}", 665 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}",
437 "response": { 666 "response": {
438 "$ref": "Operation" 667 "$ref": "Operation"
439 }, 668 },
440 "scopes": [ 669 "scopes": [
441 "https://www.googleapis.com/auth/cloud-p latform" 670 "https://www.googleapis.com/auth/cloud-p latform"
442 ] 671 ]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "get": { 719 "get": {
491 "description": "Gets the specified Version r esource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW p arameter to get the full resource.", 720 "description": "Gets the specified Version r esource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW p arameter to get the full resource.",
492 "httpMethod": "GET", 721 "httpMethod": "GET",
493 "id": "appengine.apps.services.versions.get" , 722 "id": "appengine.apps.services.versions.get" ,
494 "parameterOrder": [ 723 "parameterOrder": [
495 "appsId", 724 "appsId",
496 "servicesId", 725 "servicesId",
497 "versionsId" 726 "versionsId"
498 ], 727 ],
499 "parameters": { 728 "parameters": {
500 "servicesId": {
501 "description": "Part of `name`. See documentation of `appsId`.",
502 "location": "path",
503 "required": true,
504 "type": "string"
505 },
506 "appsId": {
507 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
508 "location": "path",
509 "required": true,
510 "type": "string"
511 },
512 "view": { 729 "view": {
513 "description": "Controls the set of fields returned in the Get response.", 730 "description": "Controls the set of fields returned in the Get response.",
514 "enum": [ 731 "enum": [
515 "BASIC", 732 "BASIC",
516 "FULL" 733 "FULL"
517 ], 734 ],
518 "location": "query", 735 "location": "query",
519 "type": "string" 736 "type": "string"
520 }, 737 },
521 "versionsId": { 738 "versionsId": {
522 "description": "Part of `name`. See documentation of `appsId`.", 739 "description": "Part of `name`. See documentation of `appsId`.",
523 "location": "path", 740 "location": "path",
524 "required": true, 741 "required": true,
525 "type": "string" 742 "type": "string"
743 },
744 "servicesId": {
745 "description": "Part of `name`. See documentation of `appsId`.",
746 "location": "path",
747 "required": true,
748 "type": "string"
749 },
750 "appsId": {
751 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
752 "location": "path",
753 "required": true,
754 "type": "string"
526 } 755 }
527 }, 756 },
528 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}", 757 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}",
529 "response": { 758 "response": {
530 "$ref": "Version" 759 "$ref": "Version"
531 }, 760 },
532 "scopes": [ 761 "scopes": [
533 "https://www.googleapis.com/auth/appengi ne.admin", 762 "https://www.googleapis.com/auth/appengi ne.admin",
534 "https://www.googleapis.com/auth/cloud-p latform", 763 "https://www.googleapis.com/auth/cloud-p latform",
535 "https://www.googleapis.com/auth/cloud-p latform.read-only" 764 "https://www.googleapis.com/auth/cloud-p latform.read-only"
536 ] 765 ]
537 }, 766 },
538 "list": { 767 "list": {
539 "description": "Lists the versions of a serv ice.", 768 "description": "Lists the versions of a serv ice.",
540 "httpMethod": "GET", 769 "httpMethod": "GET",
541 "id": "appengine.apps.services.versions.list ", 770 "id": "appengine.apps.services.versions.list ",
542 "parameterOrder": [ 771 "parameterOrder": [
543 "appsId", 772 "appsId",
544 "servicesId" 773 "servicesId"
545 ], 774 ],
546 "parameters": { 775 "parameters": {
547 "servicesId": {
548 "description": "Part of `parent`. Se e documentation of `appsId`.",
549 "location": "path",
550 "required": true,
551 "type": "string"
552 },
553 "pageToken": {
554 "description": "Continuation token f or fetching the next page of results.",
555 "location": "query",
556 "type": "string"
557 },
558 "appsId": {
559 "description": "Part of `parent`. Na me of the parent Service resource. Example: apps/myapp/services/default.",
560 "location": "path",
561 "required": true,
562 "type": "string"
563 },
564 "pageSize": { 776 "pageSize": {
565 "description": "Maximum results to r eturn per page.", 777 "description": "Maximum results to r eturn per page.",
566 "format": "int32", 778 "format": "int32",
567 "location": "query", 779 "location": "query",
568 "type": "integer" 780 "type": "integer"
569 }, 781 },
570 "view": { 782 "view": {
571 "description": "Controls the set of fields returned in the List response.", 783 "description": "Controls the set of fields returned in the List response.",
572 "enum": [ 784 "enum": [
573 "BASIC", 785 "BASIC",
574 "FULL" 786 "FULL"
575 ], 787 ],
576 "location": "query", 788 "location": "query",
577 "type": "string" 789 "type": "string"
790 },
791 "servicesId": {
792 "description": "Part of `parent`. Se e documentation of `appsId`.",
793 "location": "path",
794 "required": true,
795 "type": "string"
796 },
797 "pageToken": {
798 "description": "Continuation token f or fetching the next page of results.",
799 "location": "query",
800 "type": "string"
801 },
802 "appsId": {
803 "description": "Part of `parent`. Na me of the parent Service resource. Example: apps/myapp/services/default.",
804 "location": "path",
805 "required": true,
806 "type": "string"
578 } 807 }
579 }, 808 },
580 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions", 809 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions",
581 "response": { 810 "response": {
582 "$ref": "ListVersionsResponse" 811 "$ref": "ListVersionsResponse"
583 }, 812 },
584 "scopes": [ 813 "scopes": [
585 "https://www.googleapis.com/auth/appengi ne.admin", 814 "https://www.googleapis.com/auth/appengi ne.admin",
586 "https://www.googleapis.com/auth/cloud-p latform", 815 "https://www.googleapis.com/auth/cloud-p latform",
587 "https://www.googleapis.com/auth/cloud-p latform.read-only" 816 "https://www.googleapis.com/auth/cloud-p latform.read-only"
588 ] 817 ]
818 },
819 "create": {
820 "description": "Deploys code and resource fi les to a new version.",
821 "httpMethod": "POST",
822 "id": "appengine.apps.services.versions.crea te",
823 "parameterOrder": [
824 "appsId",
825 "servicesId"
826 ],
827 "parameters": {
828 "appsId": {
829 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: apps/myapp/serv ices/default.",
830 "location": "path",
831 "required": true,
832 "type": "string"
833 },
834 "servicesId": {
835 "description": "Part of `parent`. Se e documentation of `appsId`.",
836 "location": "path",
837 "required": true,
838 "type": "string"
839 }
840 },
841 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions",
842 "request": {
843 "$ref": "Version"
844 },
845 "response": {
846 "$ref": "Operation"
847 },
848 "scopes": [
849 "https://www.googleapis.com/auth/cloud-p latform"
850 ]
589 } 851 }
590 }, 852 },
591 "resources": { 853 "resources": {
592 "instances": { 854 "instances": {
593 "methods": { 855 "methods": {
594 "debug": { 856 "get": {
595 "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 .", 857 "description": "Gets instance inform ation.",
596 "httpMethod": "POST", 858 "httpMethod": "GET",
597 "id": "appengine.apps.services.versi ons.instances.debug", 859 "id": "appengine.apps.services.versi ons.instances.get",
598 "parameterOrder": [ 860 "parameterOrder": [
599 "appsId", 861 "appsId",
600 "servicesId", 862 "servicesId",
601 "versionsId", 863 "versionsId",
602 "instancesId" 864 "instancesId"
603 ], 865 ],
604 "parameters": { 866 "parameters": {
605 "versionsId": {
606 "description": "Part of `nam e`. See documentation of `appsId`.",
607 "location": "path",
608 "required": true,
609 "type": "string"
610 },
611 "servicesId": {
612 "description": "Part of `nam e`. See documentation of `appsId`.",
613 "location": "path",
614 "required": true,
615 "type": "string"
616 },
617 "instancesId": {
618 "description": "Part of `nam e`. See documentation of `appsId`.",
619 "location": "path",
620 "required": true,
621 "type": "string"
622 },
623 "appsId": {
624 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
625 "location": "path",
626 "required": true,
627 "type": "string"
628 }
629 },
630 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug",
631 "request": {
632 "$ref": "DebugInstanceRequest"
633 },
634 "response": {
635 "$ref": "Operation"
636 },
637 "scopes": [
638 "https://www.googleapis.com/auth /cloud-platform"
639 ]
640 },
641 "delete": {
642 "description": "Stops a running inst ance.",
643 "httpMethod": "DELETE",
644 "id": "appengine.apps.services.versi ons.instances.delete",
645 "parameterOrder": [
646 "appsId",
647 "servicesId",
648 "versionsId",
649 "instancesId"
650 ],
651 "parameters": {
652 "servicesId": {
653 "description": "Part of `nam e`. See documentation of `appsId`.",
654 "location": "path",
655 "required": true,
656 "type": "string"
657 },
658 "instancesId": { 867 "instancesId": {
659 "description": "Part of `nam e`. See documentation of `appsId`.", 868 "description": "Part of `nam e`. See documentation of `appsId`.",
660 "location": "path", 869 "location": "path",
661 "required": true, 870 "required": true,
662 "type": "string" 871 "type": "string"
663 }, 872 },
664 "appsId": { 873 "appsId": {
665 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.", 874 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
666 "location": "path", 875 "location": "path",
667 "required": true, 876 "required": true,
668 "type": "string" 877 "type": "string"
669 }, 878 },
670 "versionsId": { 879 "versionsId": {
671 "description": "Part of `nam e`. See documentation of `appsId`.", 880 "description": "Part of `nam e`. See documentation of `appsId`.",
672 "location": "path", 881 "location": "path",
673 "required": true, 882 "required": true,
674 "type": "string" 883 "type": "string"
884 },
885 "servicesId": {
886 "description": "Part of `nam e`. See documentation of `appsId`.",
887 "location": "path",
888 "required": true,
889 "type": "string"
675 } 890 }
676 }, 891 },
677 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}", 892 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}",
678 "response": { 893 "response": {
679 "$ref": "Operation" 894 "$ref": "Instance"
680 }, 895 },
681 "scopes": [ 896 "scopes": [
682 "https://www.googleapis.com/auth /cloud-platform" 897 "https://www.googleapis.com/auth /appengine.admin",
898 "https://www.googleapis.com/auth /cloud-platform",
899 "https://www.googleapis.com/auth /cloud-platform.read-only"
683 ] 900 ]
684 }, 901 },
685 "get": { 902 "list": {
686 "description": "Gets instance inform ation.", 903 "description": "Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackd river Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/pro jects.timeSeries/list).",
687 "httpMethod": "GET", 904 "httpMethod": "GET",
688 "id": "appengine.apps.services.versi ons.instances.get", 905 "id": "appengine.apps.services.versi ons.instances.list",
689 "parameterOrder": [ 906 "parameterOrder": [
690 "appsId", 907 "appsId",
691 "servicesId", 908 "servicesId",
909 "versionsId"
910 ],
911 "parameters": {
912 "servicesId": {
913 "description": "Part of `par ent`. See documentation of `appsId`.",
914 "location": "path",
915 "required": true,
916 "type": "string"
917 },
918 "pageToken": {
919 "description": "Continuation token for fetching the next page of results.",
920 "location": "query",
921 "type": "string"
922 },
923 "appsId": {
924 "description": "Part of `par ent`. Name of the parent Version resource. Example: apps/myapp/services/default/ versions/v1.",
925 "location": "path",
926 "required": true,
927 "type": "string"
928 },
929 "pageSize": {
930 "description": "Maximum resu lts to return per page.",
931 "format": "int32",
932 "location": "query",
933 "type": "integer"
934 },
935 "versionsId": {
936 "description": "Part of `par ent`. See documentation of `appsId`.",
937 "location": "path",
938 "required": true,
939 "type": "string"
940 }
941 },
942 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances",
943 "response": {
944 "$ref": "ListInstancesResponse"
945 },
946 "scopes": [
947 "https://www.googleapis.com/auth /appengine.admin",
948 "https://www.googleapis.com/auth /cloud-platform",
949 "https://www.googleapis.com/auth /cloud-platform.read-only"
950 ]
951 },
952 "debug": {
953 "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 .",
954 "httpMethod": "POST",
955 "id": "appengine.apps.services.versi ons.instances.debug",
956 "parameterOrder": [
957 "appsId",
958 "servicesId",
692 "versionsId", 959 "versionsId",
693 "instancesId" 960 "instancesId"
694 ], 961 ],
695 "parameters": { 962 "parameters": {
696 "servicesId": {
697 "description": "Part of `nam e`. See documentation of `appsId`.",
698 "location": "path",
699 "required": true,
700 "type": "string"
701 },
702 "instancesId": { 963 "instancesId": {
703 "description": "Part of `nam e`. See documentation of `appsId`.", 964 "description": "Part of `nam e`. See documentation of `appsId`.",
704 "location": "path", 965 "location": "path",
705 "required": true, 966 "required": true,
706 "type": "string" 967 "type": "string"
707 }, 968 },
708 "appsId": { 969 "appsId": {
709 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.", 970 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
710 "location": "path", 971 "location": "path",
711 "required": true, 972 "required": true,
712 "type": "string" 973 "type": "string"
713 }, 974 },
714 "versionsId": { 975 "versionsId": {
715 "description": "Part of `nam e`. See documentation of `appsId`.", 976 "description": "Part of `nam e`. See documentation of `appsId`.",
716 "location": "path", 977 "location": "path",
717 "required": true, 978 "required": true,
718 "type": "string" 979 "type": "string"
980 },
981 "servicesId": {
982 "description": "Part of `nam e`. See documentation of `appsId`.",
983 "location": "path",
984 "required": true,
985 "type": "string"
986 }
987 },
988 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug",
989 "request": {
990 "$ref": "DebugInstanceRequest"
991 },
992 "response": {
993 "$ref": "Operation"
994 },
995 "scopes": [
996 "https://www.googleapis.com/auth /cloud-platform"
997 ]
998 },
999 "delete": {
1000 "description": "Stops a running inst ance.",
1001 "httpMethod": "DELETE",
1002 "id": "appengine.apps.services.versi ons.instances.delete",
1003 "parameterOrder": [
1004 "appsId",
1005 "servicesId",
1006 "versionsId",
1007 "instancesId"
1008 ],
1009 "parameters": {
1010 "servicesId": {
1011 "description": "Part of `nam e`. See documentation of `appsId`.",
1012 "location": "path",
1013 "required": true,
1014 "type": "string"
1015 },
1016 "instancesId": {
1017 "description": "Part of `nam e`. See documentation of `appsId`.",
1018 "location": "path",
1019 "required": true,
1020 "type": "string"
1021 },
1022 "appsId": {
1023 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
1024 "location": "path",
1025 "required": true,
1026 "type": "string"
1027 },
1028 "versionsId": {
1029 "description": "Part of `nam e`. See documentation of `appsId`.",
1030 "location": "path",
1031 "required": true,
1032 "type": "string"
719 } 1033 }
720 }, 1034 },
721 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}", 1035 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}",
722 "response": { 1036 "response": {
723 "$ref": "Instance" 1037 "$ref": "Operation"
724 }, 1038 },
725 "scopes": [ 1039 "scopes": [
726 "https://www.googleapis.com/auth /appengine.admin", 1040 "https://www.googleapis.com/auth /cloud-platform"
727 "https://www.googleapis.com/auth /cloud-platform",
728 "https://www.googleapis.com/auth /cloud-platform.read-only"
729 ]
730 },
731 "list": {
732 "description": "Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackd river Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/pro jects.timeSeries/list).",
733 "httpMethod": "GET",
734 "id": "appengine.apps.services.versi ons.instances.list",
735 "parameterOrder": [
736 "appsId",
737 "servicesId",
738 "versionsId"
739 ],
740 "parameters": {
741 "servicesId": {
742 "description": "Part of `par ent`. See documentation of `appsId`.",
743 "location": "path",
744 "required": true,
745 "type": "string"
746 },
747 "pageToken": {
748 "description": "Continuation token for fetching the next page of results.",
749 "location": "query",
750 "type": "string"
751 },
752 "appsId": {
753 "description": "Part of `par ent`. Name of the parent Version resource. Example: apps/myapp/services/default/ versions/v1.",
754 "location": "path",
755 "required": true,
756 "type": "string"
757 },
758 "pageSize": {
759 "description": "Maximum resu lts to return per page.",
760 "format": "int32",
761 "location": "query",
762 "type": "integer"
763 },
764 "versionsId": {
765 "description": "Part of `par ent`. See documentation of `appsId`.",
766 "location": "path",
767 "required": true,
768 "type": "string"
769 }
770 },
771 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances",
772 "response": {
773 "$ref": "ListInstancesResponse"
774 },
775 "scopes": [
776 "https://www.googleapis.com/auth /appengine.admin",
777 "https://www.googleapis.com/auth /cloud-platform",
778 "https://www.googleapis.com/auth /cloud-platform.read-only"
779 ] 1041 ]
780 } 1042 }
781 } 1043 }
782 } 1044 }
783 } 1045 }
784 } 1046 }
785 } 1047 }
786 }, 1048 },
787 "authorizedDomains": { 1049 "authorizedDomains": {
788 "methods": { 1050 "methods": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 ] 1121 ]
860 }, 1122 },
861 "list": { 1123 "list": {
862 "description": "Lists operations that match the spec ified filter in the request. If the server doesn't support this method, it retur ns UNIMPLEMENTED.NOTE: the name binding allows API services to override the bind ing to use different resource name schemes, such as users/*/operations. To overr ide the binding, API services can add a binding such as \"/v1/{name=users/*}/ope rations\" to their service configuration. For backwards compatibility, the defau lt name includes the operations collection id, however overriding users must ens ure the name binding is the parent resource, without the operations collection i d.", 1124 "description": "Lists operations that match the spec ified filter in the request. If the server doesn't support this method, it retur ns UNIMPLEMENTED.NOTE: the name binding allows API services to override the bind ing to use different resource name schemes, such as users/*/operations. To overr ide the binding, API services can add a binding such as \"/v1/{name=users/*}/ope rations\" to their service configuration. For backwards compatibility, the defau lt name includes the operations collection id, however overriding users must ens ure the name binding is the parent resource, without the operations collection i d.",
863 "httpMethod": "GET", 1125 "httpMethod": "GET",
864 "id": "appengine.apps.operations.list", 1126 "id": "appengine.apps.operations.list",
865 "parameterOrder": [ 1127 "parameterOrder": [
866 "appsId" 1128 "appsId"
867 ], 1129 ],
868 "parameters": { 1130 "parameters": {
869 "pageSize": {
870 "description": "The standard list page size. ",
871 "format": "int32",
872 "location": "query",
873 "type": "integer"
874 },
875 "filter": { 1131 "filter": {
876 "description": "The standard list filter.", 1132 "description": "The standard list filter.",
877 "location": "query", 1133 "location": "query",
878 "type": "string" 1134 "type": "string"
879 }, 1135 },
880 "pageToken": { 1136 "pageToken": {
881 "description": "The standard list page token .", 1137 "description": "The standard list page token .",
882 "location": "query", 1138 "location": "query",
883 "type": "string" 1139 "type": "string"
884 }, 1140 },
885 "appsId": { 1141 "appsId": {
886 "description": "Part of `name`. The name of the operation's parent resource.", 1142 "description": "Part of `name`. The name of the operation's parent resource.",
887 "location": "path", 1143 "location": "path",
888 "required": true, 1144 "required": true,
889 "type": "string" 1145 "type": "string"
1146 },
1147 "pageSize": {
1148 "description": "The standard list page size. ",
1149 "format": "int32",
1150 "location": "query",
1151 "type": "integer"
890 } 1152 }
891 }, 1153 },
892 "path": "v1beta/apps/{appsId}/operations", 1154 "path": "v1beta/apps/{appsId}/operations",
893 "response": { 1155 "response": {
894 "$ref": "ListOperationsResponse" 1156 "$ref": "ListOperationsResponse"
895 }, 1157 },
896 "scopes": [ 1158 "scopes": [
897 "https://www.googleapis.com/auth/appengine.admin ", 1159 "https://www.googleapis.com/auth/appengine.admin ",
898 "https://www.googleapis.com/auth/cloud-platform" , 1160 "https://www.googleapis.com/auth/cloud-platform" ,
899 "https://www.googleapis.com/auth/cloud-platform. read-only" 1161 "https://www.googleapis.com/auth/cloud-platform. read-only"
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 }, 1223 },
962 "patch": { 1224 "patch": {
963 "description": "Updates the specified domain mapping . To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer th e associated domain in order to update a DomainMapping resource.", 1225 "description": "Updates the specified domain mapping . To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer th e associated domain in order to update a DomainMapping resource.",
964 "httpMethod": "PATCH", 1226 "httpMethod": "PATCH",
965 "id": "appengine.apps.domainMappings.patch", 1227 "id": "appengine.apps.domainMappings.patch",
966 "parameterOrder": [ 1228 "parameterOrder": [
967 "appsId", 1229 "appsId",
968 "domainMappingsId" 1230 "domainMappingsId"
969 ], 1231 ],
970 "parameters": { 1232 "parameters": {
971 "appsId": {
972 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.",
973 "location": "path",
974 "required": true,
975 "type": "string"
976 },
977 "domainMappingsId": { 1233 "domainMappingsId": {
978 "description": "Part of `name`. See document ation of `appsId`.", 1234 "description": "Part of `name`. See document ation of `appsId`.",
979 "location": "path", 1235 "location": "path",
980 "required": true, 1236 "required": true,
981 "type": "string" 1237 "type": "string"
982 }, 1238 },
983 "updateMask": { 1239 "updateMask": {
984 "description": "Standard field mask for the set of fields to be updated.", 1240 "description": "Standard field mask for the set of fields to be updated.",
985 "format": "google-fieldmask", 1241 "format": "google-fieldmask",
986 "location": "query", 1242 "location": "query",
987 "type": "string" 1243 "type": "string"
1244 },
1245 "appsId": {
1246 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.",
1247 "location": "path",
1248 "required": true,
1249 "type": "string"
988 } 1250 }
989 }, 1251 },
990 "path": "v1beta/apps/{appsId}/domainMappings/{domain MappingsId}", 1252 "path": "v1beta/apps/{appsId}/domainMappings/{domain MappingsId}",
991 "request": { 1253 "request": {
992 "$ref": "DomainMapping" 1254 "$ref": "DomainMapping"
993 }, 1255 },
994 "response": { 1256 "response": {
995 "$ref": "Operation" 1257 "$ref": "Operation"
996 }, 1258 },
997 "scopes": [ 1259 "scopes": [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "https://www.googleapis.com/auth/cloud-platform" , 1327 "https://www.googleapis.com/auth/cloud-platform" ,
1066 "https://www.googleapis.com/auth/cloud-platform. read-only" 1328 "https://www.googleapis.com/auth/cloud-platform. read-only"
1067 ] 1329 ]
1068 } 1330 }
1069 } 1331 }
1070 }, 1332 },
1071 "firewall": { 1333 "firewall": {
1072 "resources": { 1334 "resources": {
1073 "ingressRules": { 1335 "ingressRules": {
1074 "methods": { 1336 "methods": {
1075 "create": {
1076 "description": "Creates a firewall rule for the application.",
1077 "httpMethod": "POST",
1078 "id": "appengine.apps.firewall.ingressRules. create",
1079 "parameterOrder": [
1080 "appsId"
1081 ],
1082 "parameters": {
1083 "appsId": {
1084 "description": "Part of `parent`. Na me of the parent Firewall collection in which to create a new rule. Example: app s/myapp/firewall/ingressRules.",
1085 "location": "path",
1086 "required": true,
1087 "type": "string"
1088 }
1089 },
1090 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules",
1091 "request": {
1092 "$ref": "FirewallRule"
1093 },
1094 "response": {
1095 "$ref": "FirewallRule"
1096 },
1097 "scopes": [
1098 "https://www.googleapis.com/auth/cloud-p latform"
1099 ]
1100 },
1101 "get": { 1337 "get": {
1102 "description": "Gets the specified firewall rule.", 1338 "description": "Gets the specified firewall rule.",
1103 "httpMethod": "GET", 1339 "httpMethod": "GET",
1104 "id": "appengine.apps.firewall.ingressRules. get", 1340 "id": "appengine.apps.firewall.ingressRules. get",
1105 "parameterOrder": [ 1341 "parameterOrder": [
1106 "appsId", 1342 "appsId",
1107 "ingressRulesId" 1343 "ingressRulesId"
1108 ], 1344 ],
1109 "parameters": { 1345 "parameters": {
1110 "appsId": { 1346 "ingressRulesId": {
1111 "description": "Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules /100.", 1347 "description": "Part of `name`. See documentation of `appsId`.",
1112 "location": "path", 1348 "location": "path",
1113 "required": true, 1349 "required": true,
1114 "type": "string" 1350 "type": "string"
1115 }, 1351 },
1116 "ingressRulesId": { 1352 "appsId": {
1117 "description": "Part of `name`. See documentation of `appsId`.", 1353 "description": "Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules /100.",
1118 "location": "path", 1354 "location": "path",
1119 "required": true, 1355 "required": true,
1120 "type": "string" 1356 "type": "string"
1121 } 1357 }
1122 }, 1358 },
1123 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}", 1359 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}",
1124 "response": { 1360 "response": {
1125 "$ref": "FirewallRule" 1361 "$ref": "FirewallRule"
1126 }, 1362 },
1127 "scopes": [ 1363 "scopes": [
1128 "https://www.googleapis.com/auth/appengi ne.admin", 1364 "https://www.googleapis.com/auth/appengi ne.admin",
1129 "https://www.googleapis.com/auth/cloud-p latform", 1365 "https://www.googleapis.com/auth/cloud-p latform",
1130 "https://www.googleapis.com/auth/cloud-p latform.read-only" 1366 "https://www.googleapis.com/auth/cloud-p latform.read-only"
1131 ] 1367 ]
1132 }, 1368 },
1133 "patch": { 1369 "patch": {
1134 "description": "Updates the specified firewa ll rule.", 1370 "description": "Updates the specified firewa ll rule.",
1135 "httpMethod": "PATCH", 1371 "httpMethod": "PATCH",
1136 "id": "appengine.apps.firewall.ingressRules. patch", 1372 "id": "appengine.apps.firewall.ingressRules. patch",
1137 "parameterOrder": [ 1373 "parameterOrder": [
1138 "appsId", 1374 "appsId",
1139 "ingressRulesId" 1375 "ingressRulesId"
1140 ], 1376 ],
1141 "parameters": { 1377 "parameters": {
1142 "ingressRulesId": {
1143 "description": "Part of `name`. See documentation of `appsId`.",
1144 "location": "path",
1145 "required": true,
1146 "type": "string"
1147 },
1148 "updateMask": { 1378 "updateMask": {
1149 "description": "Standard field mask for the set of fields to be updated.", 1379 "description": "Standard field mask for the set of fields to be updated.",
1150 "format": "google-fieldmask", 1380 "format": "google-fieldmask",
1151 "location": "query", 1381 "location": "query",
1152 "type": "string" 1382 "type": "string"
1153 }, 1383 },
1154 "appsId": { 1384 "appsId": {
1155 "description": "Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/1 00.", 1385 "description": "Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/1 00.",
1156 "location": "path", 1386 "location": "path",
1157 "required": true, 1387 "required": true,
1158 "type": "string" 1388 "type": "string"
1389 },
1390 "ingressRulesId": {
1391 "description": "Part of `name`. See documentation of `appsId`.",
1392 "location": "path",
1393 "required": true,
1394 "type": "string"
1159 } 1395 }
1160 }, 1396 },
1161 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}", 1397 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}",
1162 "request": { 1398 "request": {
1163 "$ref": "FirewallRule" 1399 "$ref": "FirewallRule"
1164 }, 1400 },
1165 "response": { 1401 "response": {
1166 "$ref": "FirewallRule" 1402 "$ref": "FirewallRule"
1167 }, 1403 },
1168 "scopes": [ 1404 "scopes": [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 }, 1494 },
1259 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules", 1495 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules",
1260 "response": { 1496 "response": {
1261 "$ref": "ListIngressRulesResponse" 1497 "$ref": "ListIngressRulesResponse"
1262 }, 1498 },
1263 "scopes": [ 1499 "scopes": [
1264 "https://www.googleapis.com/auth/appengi ne.admin", 1500 "https://www.googleapis.com/auth/appengi ne.admin",
1265 "https://www.googleapis.com/auth/cloud-p latform", 1501 "https://www.googleapis.com/auth/cloud-p latform",
1266 "https://www.googleapis.com/auth/cloud-p latform.read-only" 1502 "https://www.googleapis.com/auth/cloud-p latform.read-only"
1267 ] 1503 ]
1504 },
1505 "create": {
1506 "description": "Creates a firewall rule for the application.",
1507 "httpMethod": "POST",
1508 "id": "appengine.apps.firewall.ingressRules. create",
1509 "parameterOrder": [
1510 "appsId"
1511 ],
1512 "parameters": {
1513 "appsId": {
1514 "description": "Part of `parent`. Na me of the parent Firewall collection in which to create a new rule. Example: app s/myapp/firewall/ingressRules.",
1515 "location": "path",
1516 "required": true,
1517 "type": "string"
1518 }
1519 },
1520 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules",
1521 "request": {
1522 "$ref": "FirewallRule"
1523 },
1524 "response": {
1525 "$ref": "FirewallRule"
1526 },
1527 "scopes": [
1528 "https://www.googleapis.com/auth/cloud-p latform"
1529 ]
1268 } 1530 }
1269 } 1531 }
1270 } 1532 }
1271 } 1533 }
1272 },
1273 "locations": {
1274 "methods": {
1275 "get": {
1276 "description": "Get information about a location.",
1277 "httpMethod": "GET",
1278 "id": "appengine.apps.locations.get",
1279 "parameterOrder": [
1280 "appsId",
1281 "locationsId"
1282 ],
1283 "parameters": {
1284 "appsId": {
1285 "description": "Part of `name`. Resource nam e for the location.",
1286 "location": "path",
1287 "required": true,
1288 "type": "string"
1289 },
1290 "locationsId": {
1291 "description": "Part of `name`. See document ation of `appsId`.",
1292 "location": "path",
1293 "required": true,
1294 "type": "string"
1295 }
1296 },
1297 "path": "v1beta/apps/{appsId}/locations/{locationsId }",
1298 "response": {
1299 "$ref": "Location"
1300 },
1301 "scopes": [
1302 "https://www.googleapis.com/auth/appengine.admin ",
1303 "https://www.googleapis.com/auth/cloud-platform" ,
1304 "https://www.googleapis.com/auth/cloud-platform. read-only"
1305 ]
1306 },
1307 "list": {
1308 "description": "Lists information about the supporte d locations for this service.",
1309 "httpMethod": "GET",
1310 "id": "appengine.apps.locations.list",
1311 "parameterOrder": [
1312 "appsId"
1313 ],
1314 "parameters": {
1315 "pageToken": {
1316 "description": "The standard list page token .",
1317 "location": "query",
1318 "type": "string"
1319 },
1320 "appsId": {
1321 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
1322 "location": "path",
1323 "required": true,
1324 "type": "string"
1325 },
1326 "pageSize": {
1327 "description": "The standard list page size. ",
1328 "format": "int32",
1329 "location": "query",
1330 "type": "integer"
1331 },
1332 "filter": {
1333 "description": "The standard list filter.",
1334 "location": "query",
1335 "type": "string"
1336 }
1337 },
1338 "path": "v1beta/apps/{appsId}/locations",
1339 "response": {
1340 "$ref": "ListLocationsResponse"
1341 },
1342 "scopes": [
1343 "https://www.googleapis.com/auth/appengine.admin ",
1344 "https://www.googleapis.com/auth/cloud-platform" ,
1345 "https://www.googleapis.com/auth/cloud-platform. read-only"
1346 ]
1347 }
1348 }
1349 },
1350 "authorizedCertificates": {
1351 "methods": {
1352 "patch": {
1353 "description": "Updates the specified SSL certificat e. To renew a certificate and maintain its existing domain mappings, update cert ificate_data with a new certificate. The new certificate must be applicable to t he same domains as the original certificate. The certificate display_name may al so be updated.",
1354 "httpMethod": "PATCH",
1355 "id": "appengine.apps.authorizedCertificates.patch",
1356 "parameterOrder": [
1357 "appsId",
1358 "authorizedCertificatesId"
1359 ],
1360 "parameters": {
1361 "updateMask": {
1362 "description": "Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_d ata and display_name fields.",
1363 "format": "google-fieldmask",
1364 "location": "query",
1365 "type": "string"
1366 },
1367 "appsId": {
1368 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.",
1369 "location": "path",
1370 "required": true,
1371 "type": "string"
1372 },
1373 "authorizedCertificatesId": {
1374 "description": "Part of `name`. See document ation of `appsId`.",
1375 "location": "path",
1376 "required": true,
1377 "type": "string"
1378 }
1379 },
1380 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1381 "request": {
1382 "$ref": "AuthorizedCertificate"
1383 },
1384 "response": {
1385 "$ref": "AuthorizedCertificate"
1386 },
1387 "scopes": [
1388 "https://www.googleapis.com/auth/cloud-platform"
1389 ]
1390 },
1391 "get": {
1392 "description": "Gets the specified SSL certificate." ,
1393 "httpMethod": "GET",
1394 "id": "appengine.apps.authorizedCertificates.get",
1395 "parameterOrder": [
1396 "appsId",
1397 "authorizedCertificatesId"
1398 ],
1399 "parameters": {
1400 "authorizedCertificatesId": {
1401 "description": "Part of `name`. See document ation of `appsId`.",
1402 "location": "path",
1403 "required": true,
1404 "type": "string"
1405 },
1406 "appsId": {
1407 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.",
1408 "location": "path",
1409 "required": true,
1410 "type": "string"
1411 },
1412 "view": {
1413 "description": "Controls the set of fields r eturned in the GET response.",
1414 "enum": [
1415 "BASIC_CERTIFICATE",
1416 "FULL_CERTIFICATE"
1417 ],
1418 "location": "query",
1419 "type": "string"
1420 }
1421 },
1422 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1423 "response": {
1424 "$ref": "AuthorizedCertificate"
1425 },
1426 "scopes": [
1427 "https://www.googleapis.com/auth/appengine.admin ",
1428 "https://www.googleapis.com/auth/cloud-platform" ,
1429 "https://www.googleapis.com/auth/cloud-platform. read-only"
1430 ]
1431 },
1432 "list": {
1433 "description": "Lists all SSL certificates the user is authorized to administer.",
1434 "httpMethod": "GET",
1435 "id": "appengine.apps.authorizedCertificates.list",
1436 "parameterOrder": [
1437 "appsId"
1438 ],
1439 "parameters": {
1440 "pageToken": {
1441 "description": "Continuation token for fetch ing the next page of results.",
1442 "location": "query",
1443 "type": "string"
1444 },
1445 "appsId": {
1446 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
1447 "location": "path",
1448 "required": true,
1449 "type": "string"
1450 },
1451 "pageSize": {
1452 "description": "Maximum results to return pe r page.",
1453 "format": "int32",
1454 "location": "query",
1455 "type": "integer"
1456 }
1457 },
1458 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
1459 "response": {
1460 "$ref": "ListAuthorizedCertificatesResponse"
1461 },
1462 "scopes": [
1463 "https://www.googleapis.com/auth/appengine.admin ",
1464 "https://www.googleapis.com/auth/cloud-platform" ,
1465 "https://www.googleapis.com/auth/cloud-platform. read-only"
1466 ]
1467 },
1468 "create": {
1469 "description": "Uploads the specified SSL certificat e.",
1470 "httpMethod": "POST",
1471 "id": "appengine.apps.authorizedCertificates.create" ,
1472 "parameterOrder": [
1473 "appsId"
1474 ],
1475 "parameters": {
1476 "appsId": {
1477 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
1478 "location": "path",
1479 "required": true,
1480 "type": "string"
1481 }
1482 },
1483 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
1484 "request": {
1485 "$ref": "AuthorizedCertificate"
1486 },
1487 "response": {
1488 "$ref": "AuthorizedCertificate"
1489 },
1490 "scopes": [
1491 "https://www.googleapis.com/auth/cloud-platform"
1492 ]
1493 },
1494 "delete": {
1495 "description": "Deletes the specified SSL certificat e.",
1496 "httpMethod": "DELETE",
1497 "id": "appengine.apps.authorizedCertificates.delete" ,
1498 "parameterOrder": [
1499 "appsId",
1500 "authorizedCertificatesId"
1501 ],
1502 "parameters": {
1503 "appsId": {
1504 "description": "Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.",
1505 "location": "path",
1506 "required": true,
1507 "type": "string"
1508 },
1509 "authorizedCertificatesId": {
1510 "description": "Part of `name`. See document ation of `appsId`.",
1511 "location": "path",
1512 "required": true,
1513 "type": "string"
1514 }
1515 },
1516 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1517 "response": {
1518 "$ref": "Empty"
1519 },
1520 "scopes": [
1521 "https://www.googleapis.com/auth/cloud-platform"
1522 ]
1523 }
1524 }
1525 } 1534 }
1526 } 1535 }
1527 } 1536 }
1528 }, 1537 },
1529 "revision": "20170626", 1538 "revision": "20170721",
1530 "rootUrl": "https://appengine.googleapis.com/", 1539 "rootUrl": "https://appengine.googleapis.com/",
1531 "schemas": { 1540 "schemas": {
1532 "ListLocationsResponse": { 1541 "Application": {
1533 "description": "The response message for Locations.ListLocations.", 1542 "description": "An Application resource contains the top-level confi guration of an App Engine application. Next tag: 20",
1534 "id": "ListLocationsResponse", 1543 "id": "Application",
1535 "properties": { 1544 "properties": {
1536 "locations": {
1537 "description": "A list of locations that matches the specifi ed filter in the request.",
1538 "items": {
1539 "$ref": "Location"
1540 },
1541 "type": "array"
1542 },
1543 "nextPageToken": {
1544 "description": "The standard List next-page token.",
1545 "type": "string"
1546 }
1547 },
1548 "type": "object"
1549 },
1550 "ContainerInfo": {
1551 "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.",
1552 "id": "ContainerInfo",
1553 "properties": {
1554 "image": {
1555 "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\" ",
1556 "type": "string"
1557 }
1558 },
1559 "type": "object"
1560 },
1561 "RequestUtilization": {
1562 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
1563 "id": "RequestUtilization",
1564 "properties": {
1565 "targetRequestCountPerSecond": {
1566 "description": "Target requests per second.",
1567 "format": "int32",
1568 "type": "integer"
1569 },
1570 "targetConcurrentRequests": {
1571 "description": "Target number of concurrent requests.",
1572 "format": "int32",
1573 "type": "integer"
1574 }
1575 },
1576 "type": "object"
1577 },
1578 "UrlMap": {
1579 "description": "URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.",
1580 "id": "UrlMap",
1581 "properties": {
1582 "apiEndpoint": {
1583 "$ref": "ApiEndpointHandler",
1584 "description": "Uses API Endpoints to handle requests."
1585 },
1586 "staticFiles": {
1587 "$ref": "StaticFilesHandler",
1588 "description": "Returns the contents of a file, such as an i mage, as the response."
1589 },
1590 "redirectHttpResponseCode": {
1591 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
1592 "enum": [
1593 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
1594 "REDIRECT_HTTP_RESPONSE_CODE_301",
1595 "REDIRECT_HTTP_RESPONSE_CODE_302",
1596 "REDIRECT_HTTP_RESPONSE_CODE_303",
1597 "REDIRECT_HTTP_RESPONSE_CODE_307"
1598 ],
1599 "enumDescriptions": [
1600 "Not specified. 302 is assumed.",
1601 "301 Moved Permanently code.",
1602 "302 Moved Temporarily code.",
1603 "303 See Other code.",
1604 "307 Temporary Redirect code."
1605 ],
1606 "type": "string"
1607 },
1608 "securityLevel": {
1609 "description": "Security (HTTPS) enforcement for this URL.",
1610 "enum": [
1611 "SECURE_UNSPECIFIED",
1612 "SECURE_DEFAULT",
1613 "SECURE_NEVER",
1614 "SECURE_OPTIONAL",
1615 "SECURE_ALWAYS"
1616 ],
1617 "enumDescriptions": [
1618 "Not specified.",
1619 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used, and respond accordingly.",
1620 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
1621 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used and respond accordingly.",
1622 "Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Quer y parameters are reserved for the redirect."
1623 ],
1624 "type": "string"
1625 },
1626 "authFailAction": {
1627 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
1628 "enum": [
1629 "AUTH_FAIL_ACTION_UNSPECIFIED",
1630 "AUTH_FAIL_ACTION_REDIRECT",
1631 "AUTH_FAIL_ACTION_UNAUTHORIZED"
1632 ],
1633 "enumDescriptions": [
1634 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
1635 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
1636 "Rejects request with a 401 HTTP status code and an erro r message."
1637 ],
1638 "type": "string"
1639 },
1640 "script": {
1641 "$ref": "ScriptHandler",
1642 "description": "Executes a script to handle the request that matches this URL pattern."
1643 },
1644 "urlRegex": {
1645 "description": "URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain gr oupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.",
1646 "type": "string"
1647 },
1648 "login": {
1649 "description": "Level of login required to access this resou rce.",
1650 "enum": [
1651 "LOGIN_UNSPECIFIED",
1652 "LOGIN_OPTIONAL",
1653 "LOGIN_ADMIN",
1654 "LOGIN_REQUIRED"
1655 ],
1656 "enumDescriptions": [
1657 "Not specified. LOGIN_OPTIONAL is assumed.",
1658 "Does not require that the user is signed in.",
1659 "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.",
1660 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
1661 ],
1662 "type": "string"
1663 }
1664 },
1665 "type": "object"
1666 },
1667 "EndpointsApiService": {
1668 "description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy.The fields here refer to the name and conf iguration id of a \"service\" resource in the Service Management API (https://cl oud.google.com/service-management/overview).",
1669 "id": "EndpointsApiService",
1670 "properties": {
1671 "configId": {
1672 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
1673 "type": "string"
1674 },
1675 "name": { 1545 "name": {
1676 "description": "Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endp oints.myproject.cloud.goog\"", 1546 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1677 "type": "string" 1547 "type": "string"
1678 } 1548 },
1679 },
1680 "type": "object"
1681 },
1682 "Operation": {
1683 "description": "This resource represents a long-running operation th at is the result of a network API call.",
1684 "id": "Operation",
1685 "properties": {
1686 "error": {
1687 "$ref": "Status",
1688 "description": "The error result of the operation in case of failure or cancellation."
1689 },
1690 "metadata": {
1691 "additionalProperties": {
1692 "description": "Properties of the object. Contains field @type with type URL.",
1693 "type": "any"
1694 },
1695 "description": "Service-specific metadata associated with th e operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
1696 "type": "object"
1697 },
1698 "done": {
1699 "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.",
1700 "type": "boolean"
1701 },
1702 "response": {
1703 "additionalProperties": {
1704 "description": "Properties of the object. Contains field @type with type URL.",
1705 "type": "any"
1706 },
1707 "description": "The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Cr eate/Update, the response should be the resource. For other methods, the respons e should have the type XxxResponse, where Xxx is the original method name. For e xample, if the original method name is TakeSnapshot(), the inferred response typ e is TakeSnapshotResponse.",
1708 "type": "object"
1709 },
1710 "name": {
1711 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. If you use the default HT TP mapping, the name should have the format of operations/some/unique/name.",
1712 "type": "string"
1713 }
1714 },
1715 "type": "object"
1716 },
1717 "ApiConfigHandler": {
1718 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
1719 "id": "ApiConfigHandler",
1720 "properties": {
1721 "login": {
1722 "description": "Level of login required to access this resou rce. Defaults to optional.",
1723 "enum": [
1724 "LOGIN_UNSPECIFIED",
1725 "LOGIN_OPTIONAL",
1726 "LOGIN_ADMIN",
1727 "LOGIN_REQUIRED"
1728 ],
1729 "enumDescriptions": [
1730 "Not specified. LOGIN_OPTIONAL is assumed.",
1731 "Does not require that the user is signed in.",
1732 "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.",
1733 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
1734 ],
1735 "type": "string"
1736 },
1737 "url": {
1738 "description": "URL to serve the endpoint at.",
1739 "type": "string"
1740 },
1741 "securityLevel": {
1742 "description": "Security (HTTPS) enforcement for this URL.",
1743 "enum": [
1744 "SECURE_UNSPECIFIED",
1745 "SECURE_DEFAULT",
1746 "SECURE_NEVER",
1747 "SECURE_OPTIONAL",
1748 "SECURE_ALWAYS"
1749 ],
1750 "enumDescriptions": [
1751 "Not specified.",
1752 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used, and respond accordingly.",
1753 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
1754 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used and respond accordingly.",
1755 "Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Quer y parameters are reserved for the redirect."
1756 ],
1757 "type": "string"
1758 },
1759 "authFailAction": {
1760 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
1761 "enum": [
1762 "AUTH_FAIL_ACTION_UNSPECIFIED",
1763 "AUTH_FAIL_ACTION_REDIRECT",
1764 "AUTH_FAIL_ACTION_UNAUTHORIZED"
1765 ],
1766 "enumDescriptions": [
1767 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
1768 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
1769 "Rejects request with a 401 HTTP status code and an erro r message."
1770 ],
1771 "type": "string"
1772 },
1773 "script": {
1774 "description": "Path to the script from the application root directory.",
1775 "type": "string"
1776 }
1777 },
1778 "type": "object"
1779 },
1780 "StaticFilesHandler": {
1781 "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.",
1782 "id": "StaticFilesHandler",
1783 "properties": {
1784 "uploadPathRegex": {
1785 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
1786 "type": "string"
1787 },
1788 "path": {
1789 "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.",
1790 "type": "string"
1791 },
1792 "mimeType": {
1793 "description": "MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each f ile's filename extension.",
1794 "type": "string"
1795 },
1796 "requireMatchingFile": {
1797 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
1798 "type": "boolean"
1799 },
1800 "expiration": {
1801 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.",
1802 "format": "google-duration",
1803 "type": "string"
1804 },
1805 "applicationReadable": {
1806 "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.",
1807 "type": "boolean"
1808 },
1809 "httpHeaders": {
1810 "additionalProperties": {
1811 "type": "string"
1812 },
1813 "description": "HTTP headers to use for all responses from t hese URLs.",
1814 "type": "object"
1815 }
1816 },
1817 "type": "object"
1818 },
1819 "BasicScaling": {
1820 "description": "A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or dr iven by user activity.",
1821 "id": "BasicScaling",
1822 "properties": {
1823 "maxInstances": {
1824 "description": "Maximum number of instances to create for th is version.",
1825 "format": "int32",
1826 "type": "integer"
1827 },
1828 "idleTimeout": {
1829 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
1830 "format": "google-duration",
1831 "type": "string"
1832 }
1833 },
1834 "type": "object"
1835 },
1836 "DiskUtilization": {
1837 "description": "Target scaling by disk usage. Only applicable for VM runtimes.",
1838 "id": "DiskUtilization",
1839 "properties": {
1840 "targetReadOpsPerSecond": {
1841 "description": "Target ops read per seconds.",
1842 "format": "int32",
1843 "type": "integer"
1844 },
1845 "targetReadBytesPerSecond": {
1846 "description": "Target bytes read per second.",
1847 "format": "int32",
1848 "type": "integer"
1849 },
1850 "targetWriteOpsPerSecond": {
1851 "description": "Target ops written per second.",
1852 "format": "int32",
1853 "type": "integer"
1854 },
1855 "targetWriteBytesPerSecond": {
1856 "description": "Target bytes written per second.",
1857 "format": "int32",
1858 "type": "integer"
1859 }
1860 },
1861 "type": "object"
1862 },
1863 "CpuUtilization": {
1864 "description": "Target scaling by CPU usage.",
1865 "id": "CpuUtilization",
1866 "properties": {
1867 "aggregationWindowLength": {
1868 "description": "Period of time over which CPU utilization is calculated.",
1869 "format": "google-duration",
1870 "type": "string"
1871 },
1872 "targetUtilization": {
1873 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.",
1874 "format": "double",
1875 "type": "number"
1876 }
1877 },
1878 "type": "object"
1879 },
1880 "IdentityAwareProxy": {
1881 "description": "Identity-Aware Proxy",
1882 "id": "IdentityAwareProxy",
1883 "properties": {
1884 "oauth2ClientSecretSha256": {
1885 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
1886 "type": "string"
1887 },
1888 "enabled": {
1889 "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.",
1890 "type": "boolean"
1891 },
1892 "oauth2ClientSecret": {
1893 "description": "OAuth2 client secret to use for the authenti cation flow.For security reasons, this value cannot be retrieved via the API. In stead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha 256 field.@InputOnly",
1894 "type": "string"
1895 },
1896 "oauth2ClientId": {
1897 "description": "OAuth2 client ID to use for the authenticati on flow.",
1898 "type": "string"
1899 }
1900 },
1901 "type": "object"
1902 },
1903 "Status": {
1904 "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.",
1905 "id": "Status",
1906 "properties": {
1907 "details": {
1908 "description": "A list of messages that carry the error deta ils. There will be a common set of message types for APIs to use.",
1909 "items": {
1910 "additionalProperties": {
1911 "description": "Properties of the object. Contains f ield @type with type URL.",
1912 "type": "any"
1913 },
1914 "type": "object"
1915 },
1916 "type": "array"
1917 },
1918 "code": {
1919 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
1920 "format": "int32",
1921 "type": "integer"
1922 },
1923 "message": {
1924 "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.",
1925 "type": "string"
1926 }
1927 },
1928 "type": "object"
1929 },
1930 "ManualScaling": {
1931 "description": "A service with manual scaling runs continuously, all owing you to perform complex initialization and rely on the state of its memory over time.",
1932 "id": "ManualScaling",
1933 "properties": {
1934 "instances": {
1935 "description": "Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https: //cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.",
1936 "format": "int32",
1937 "type": "integer"
1938 }
1939 },
1940 "type": "object"
1941 },
1942 "LocationMetadata": {
1943 "description": "Metadata for the given google.cloud.location.Locatio n.",
1944 "id": "LocationMetadata",
1945 "properties": {
1946 "flexibleEnvironmentAvailable": {
1947 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
1948 "type": "boolean"
1949 },
1950 "standardEnvironmentAvailable": {
1951 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
1952 "type": "boolean"
1953 }
1954 },
1955 "type": "object"
1956 },
1957 "Service": {
1958 "description": "A Service resource is a logical component of an appl ication that can share state and communicate in a secure fashion with other serv ices. For example, an application that handles customer requests might include s eparate services to handle tasks such as backend data analysis or API requests f rom mobile devices. Each service has a collection of versions that define a spec ific set of code used to implement the functionality of that service.",
1959 "id": "Service",
1960 "properties": {
1961 "split": {
1962 "$ref": "TrafficSplit",
1963 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
1964 },
1965 "id": {
1966 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
1967 "type": "string"
1968 },
1969 "name": {
1970 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
1971 "type": "string"
1972 }
1973 },
1974 "type": "object"
1975 },
1976 "ListOperationsResponse": {
1977 "description": "The response message for Operations.ListOperations." ,
1978 "id": "ListOperationsResponse",
1979 "properties": {
1980 "nextPageToken": {
1981 "description": "The standard List next-page token.",
1982 "type": "string"
1983 },
1984 "operations": {
1985 "description": "A list of operations that matches the specif ied filter in the request.",
1986 "items": {
1987 "$ref": "Operation"
1988 },
1989 "type": "array"
1990 }
1991 },
1992 "type": "object"
1993 },
1994 "FirewallRule": {
1995 "description": "A single firewall rule that is evaluated against inc oming traffic and provides an action to take on matched requests.",
1996 "id": "FirewallRule",
1997 "properties": {
1998 "description": {
1999 "description": "An optional string description of this rule. This field has a maximum length of 100 characters.",
2000 "type": "string"
2001 },
2002 "sourceRange": {
2003 "description": "IP address or range, defined using CIDR nota tion, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 19 2.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0 370:7334.<p>Truncation will be silently performed on addresses which are not pro perly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2. 3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2 001:db8::/32.",
2004 "type": "string"
2005 },
2006 "priority": {
2007 "description": "A positive integer between 1, Int32.MaxValue -1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user.",
2008 "format": "int32",
2009 "type": "integer"
2010 },
2011 "action": {
2012 "description": "The action to take on matched requests.",
2013 "enum": [
2014 "UNSPECIFIED_ACTION",
2015 "ALLOW",
2016 "DENY"
2017 ],
2018 "enumDescriptions": [
2019 "",
2020 "Matching requests are allowed.",
2021 "Matching requests are denied."
2022 ],
2023 "type": "string"
2024 }
2025 },
2026 "type": "object"
2027 },
2028 "OperationMetadata": {
2029 "description": "Metadata for the given google.longrunning.Operation. ",
2030 "id": "OperationMetadata",
2031 "properties": {
2032 "insertTime": {
2033 "description": "Timestamp that this operation was created.@O utputOnly",
2034 "format": "google-datetime",
2035 "type": "string"
2036 },
2037 "target": {
2038 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
2039 "type": "string"
2040 },
2041 "user": {
2042 "description": "User who requested this operation.@OutputOnl y",
2043 "type": "string"
2044 },
2045 "method": {
2046 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
2047 "type": "string"
2048 },
2049 "endTime": {
2050 "description": "Timestamp that this operation completed.@Out putOnly",
2051 "format": "google-datetime",
2052 "type": "string"
2053 },
2054 "operationType": {
2055 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
2056 "type": "string"
2057 }
2058 },
2059 "type": "object"
2060 },
2061 "ListAuthorizedCertificatesResponse": {
2062 "description": "Response message for AuthorizedCertificates.ListAuth orizedCertificates.",
2063 "id": "ListAuthorizedCertificatesResponse",
2064 "properties": {
2065 "nextPageToken": {
2066 "description": "Continuation token for fetching the next pag e of results.",
2067 "type": "string"
2068 },
2069 "certificates": {
2070 "description": "The SSL certificates the user is authorized to administer.",
2071 "items": {
2072 "$ref": "AuthorizedCertificate"
2073 },
2074 "type": "array"
2075 }
2076 },
2077 "type": "object"
2078 },
2079 "FeatureSettings": {
2080 "description": "The feature specific settings to be used in the appl ication. These define behaviors that are user configurable.",
2081 "id": "FeatureSettings",
2082 "properties": {
2083 "splitHealthChecks": {
2084 "description": "Boolean value indicating if split health che cks should be used instead of the legacy health checks. At an app.yaml level, th is means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.",
2085 "type": "boolean"
2086 }
2087 },
2088 "type": "object"
2089 },
2090 "OperationMetadataV1": {
2091 "description": "Metadata for the given google.longrunning.Operation. ",
2092 "id": "OperationMetadataV1",
2093 "properties": {
2094 "warning": {
2095 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2096 "items": {
2097 "type": "string"
2098 },
2099 "type": "array"
2100 },
2101 "insertTime": {
2102 "description": "Time that this operation was created.@Output Only",
2103 "format": "google-datetime",
2104 "type": "string"
2105 },
2106 "target": {
2107 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2108 "type": "string"
2109 },
2110 "user": {
2111 "description": "User who requested this operation.@OutputOnl y",
2112 "type": "string"
2113 },
2114 "ephemeralMessage": {
2115 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
2116 "type": "string"
2117 },
2118 "method": {
2119 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
2120 "type": "string"
2121 },
2122 "endTime": {
2123 "description": "Time that this operation completed.@OutputOn ly",
2124 "format": "google-datetime",
2125 "type": "string"
2126 }
2127 },
2128 "type": "object"
2129 },
2130 "SslSettings": {
2131 "description": "SSL configuration for a DomainMapping resource.",
2132 "id": "SslSettings",
2133 "properties": {
2134 "certificateId": {
2135 "description": "ID of the AuthorizedCertificate resource con figuring SSL for the application. Clearing this field will remove SSL support. E xample: 12345.",
2136 "type": "string"
2137 }
2138 },
2139 "type": "object"
2140 },
2141 "ErrorHandler": {
2142 "description": "Custom static error page to be served when an error occurs.",
2143 "id": "ErrorHandler",
2144 "properties": {
2145 "mimeType": {
2146 "description": "MIME type of file. Defaults to text/html.",
2147 "type": "string"
2148 },
2149 "errorCode": {
2150 "description": "Error condition this handler applies to.",
2151 "enum": [
2152 "ERROR_CODE_UNSPECIFIED",
2153 "ERROR_CODE_DEFAULT",
2154 "ERROR_CODE_OVER_QUOTA",
2155 "ERROR_CODE_DOS_API_DENIAL",
2156 "ERROR_CODE_TIMEOUT"
2157 ],
2158 "enumDescriptions": [
2159 "Not specified. ERROR_CODE_DEFAULT is assumed.",
2160 "All other error types.",
2161 "Application has exceeded a resource quota.",
2162 "Client blocked by the application's Denial of Service p rotection configuration.",
2163 "Deadline reached before the application responds."
2164 ],
2165 "type": "string"
2166 },
2167 "staticFile": {
2168 "description": "Static file content to be served for this er ror.",
2169 "type": "string"
2170 }
2171 },
2172 "type": "object"
2173 },
2174 "Network": {
2175 "description": "Extra network settings. Only applicable for VM runti mes.",
2176 "id": "Network",
2177 "properties": {
2178 "subnetworkName": {
2179 "description": "Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network.\nIf the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range.\nIf the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP addr ess is created from the IPCidrRange of the subnetwork that exists in that zone f or that network.\nIf the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP addr ess is created from the IPCidrRange of the subnetwork.If specified, the subnetwo rk must exist in the same region as the Flex app.",
2180 "type": "string"
2181 },
2182 "instanceTag": {
2183 "description": "Tag to apply to the VM instance during creat ion.",
2184 "type": "string"
2185 },
2186 "forwardedPorts": {
2187 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.",
2188 "items": {
2189 "type": "string"
2190 },
2191 "type": "array"
2192 },
2193 "name": {
2194 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
2195 "type": "string"
2196 }
2197 },
2198 "type": "object"
2199 },
2200 "Application": {
2201 "description": "An Application resource contains the top-level confi guration of an App Engine application. Next tag: 19",
2202 "id": "Application",
2203 "properties": {
2204 "defaultCookieExpiration": { 1549 "defaultCookieExpiration": {
2205 "description": "Cookie expiration policy for this applicatio n.", 1550 "description": "Cookie expiration policy for this applicatio n.",
2206 "format": "google-duration", 1551 "format": "google-duration",
2207 "type": "string" 1552 "type": "string"
2208 }, 1553 },
2209 "id": { 1554 "id": {
2210 "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.", 1555 "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.",
2211 "type": "string" 1556 "type": "string"
2212 }, 1557 },
2213 "locationId": { 1558 "locationId": {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 "dispatchRules": { 1601 "dispatchRules": {
2257 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent. Up to 20 dispatch rules can be supported.@OutputOnly", 1602 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent. Up to 20 dispatch rules can be supported.@OutputOnly",
2258 "items": { 1603 "items": {
2259 "$ref": "UrlDispatchRule" 1604 "$ref": "UrlDispatchRule"
2260 }, 1605 },
2261 "type": "array" 1606 "type": "array"
2262 }, 1607 },
2263 "gcrDomain": { 1608 "gcrDomain": {
2264 "description": "The Google Container Registry domain used fo r storing managed build docker images for this application.", 1609 "description": "The Google Container Registry domain used fo r storing managed build docker images for this application.",
2265 "type": "string" 1610 "type": "string"
1611 }
1612 },
1613 "type": "object"
1614 },
1615 "Network": {
1616 "description": "Extra network settings. Only applicable for VM runti mes.",
1617 "id": "Network",
1618 "properties": {
1619 "subnetworkName": {
1620 "description": "Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network.\nIf the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range.\nIf the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP addr ess is created from the IPCidrRange of the subnetwork that exists in that zone f or that network.\nIf the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP addr ess is created from the IPCidrRange of the subnetwork.If specified, the subnetwo rk must exist in the same region as the Flex app.",
1621 "type": "string"
1622 },
1623 "instanceTag": {
1624 "description": "Tag to apply to the VM instance during creat ion.",
1625 "type": "string"
1626 },
1627 "forwardedPorts": {
1628 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.",
1629 "items": {
1630 "type": "string"
1631 },
1632 "type": "array"
2266 }, 1633 },
2267 "name": { 1634 "name": {
2268 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly", 1635 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
2269 "type": "string" 1636 "type": "string"
2270 } 1637 }
2271 }, 1638 },
2272 "type": "object" 1639 "type": "object"
2273 }, 1640 },
2274 "Instance": { 1641 "Instance": {
2275 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.", 1642 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.",
2276 "id": "Instance", 1643 "id": "Instance",
2277 "properties": { 1644 "properties": {
2278 "errors": { 1645 "vmName": {
2279 "description": "Number of errors since this instance was sta rted.@OutputOnly", 1646 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
2280 "format": "int32", 1647 "type": "string"
2281 "type": "integer" 1648 },
1649 "vmId": {
1650 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
1651 "type": "string"
1652 },
1653 "qps": {
1654 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
1655 "format": "float",
1656 "type": "number"
1657 },
1658 "name": {
1659 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
1660 "type": "string"
1661 },
1662 "vmZoneName": {
1663 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
1664 "type": "string"
1665 },
1666 "averageLatency": {
1667 "description": "Average latency (ms) over the last minute.@O utputOnly",
1668 "format": "int32",
1669 "type": "integer"
1670 },
1671 "vmIp": {
1672 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
1673 "type": "string"
1674 },
1675 "memoryUsage": {
1676 "description": "Total memory in use (bytes).@OutputOnly",
1677 "format": "int64",
1678 "type": "string"
1679 },
1680 "id": {
1681 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
1682 "type": "string"
1683 },
1684 "vmStatus": {
1685 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
1686 "type": "string"
2282 }, 1687 },
2283 "availability": { 1688 "availability": {
2284 "description": "Availability of the instance.@OutputOnly", 1689 "description": "Availability of the instance.@OutputOnly",
2285 "enum": [ 1690 "enum": [
2286 "UNSPECIFIED", 1691 "UNSPECIFIED",
2287 "RESIDENT", 1692 "RESIDENT",
2288 "DYNAMIC" 1693 "DYNAMIC"
2289 ], 1694 ],
2290 "enumDescriptions": [ 1695 "enumDescriptions": [
2291 "", 1696 "",
2292 "", 1697 "",
2293 "" 1698 ""
2294 ], 1699 ],
2295 "type": "string" 1700 "type": "string"
2296 }, 1701 },
2297 "vmStatus": { 1702 "errors": {
2298 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly", 1703 "description": "Number of errors since this instance was sta rted.@OutputOnly",
2299 "type": "string" 1704 "format": "int32",
1705 "type": "integer"
2300 }, 1706 },
2301 "startTime": { 1707 "startTime": {
2302 "description": "Time that this instance was started.@OutputO nly", 1708 "description": "Time that this instance was started.@OutputO nly",
2303 "format": "google-datetime", 1709 "format": "google-datetime",
2304 "type": "string" 1710 "type": "string"
2305 }, 1711 },
2306 "vmDebugEnabled": { 1712 "vmDebugEnabled": {
2307 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly", 1713 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
2308 "type": "boolean" 1714 "type": "boolean"
2309 }, 1715 },
2310 "requests": { 1716 "requests": {
2311 "description": "Number of requests since this instance was s tarted.@OutputOnly", 1717 "description": "Number of requests since this instance was s tarted.@OutputOnly",
2312 "format": "int32", 1718 "format": "int32",
2313 "type": "integer" 1719 "type": "integer"
2314 }, 1720 },
2315 "appEngineRelease": { 1721 "appEngineRelease": {
2316 "description": "App Engine release this instance is running on.@OutputOnly", 1722 "description": "App Engine release this instance is running on.@OutputOnly",
2317 "type": "string" 1723 "type": "string"
2318 },
2319 "vmName": {
2320 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
2321 "type": "string"
2322 },
2323 "qps": {
2324 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
2325 "format": "float",
2326 "type": "number"
2327 },
2328 "vmId": {
2329 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
2330 "type": "string"
2331 },
2332 "vmZoneName": {
2333 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
2334 "type": "string"
2335 },
2336 "name": {
2337 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
2338 "type": "string"
2339 },
2340 "averageLatency": {
2341 "description": "Average latency (ms) over the last minute.@O utputOnly",
2342 "format": "int32",
2343 "type": "integer"
2344 },
2345 "id": {
2346 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
2347 "type": "string"
2348 },
2349 "vmIp": {
2350 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
2351 "type": "string"
2352 },
2353 "memoryUsage": {
2354 "description": "Total memory in use (bytes).@OutputOnly",
2355 "format": "int64",
2356 "type": "string"
2357 } 1724 }
2358 }, 1725 },
2359 "type": "object" 1726 "type": "object"
2360 }, 1727 },
2361 "LivenessCheck": { 1728 "LivenessCheck": {
2362 "description": "Health checking configuration for VM instances. Unhe althy instances are killed and replaced with new instances.", 1729 "description": "Health checking configuration for VM instances. Unhe althy instances are killed and replaced with new instances.",
2363 "id": "LivenessCheck", 1730 "id": "LivenessCheck",
2364 "properties": { 1731 "properties": {
1732 "checkInterval": {
1733 "description": "Interval between health checks.",
1734 "format": "google-duration",
1735 "type": "string"
1736 },
1737 "failureThreshold": {
1738 "description": "Number of consecutive failed checks required before considering the VM unhealthy.",
1739 "format": "uint32",
1740 "type": "integer"
1741 },
1742 "timeout": {
1743 "description": "Time before the check is considered failed." ,
1744 "format": "google-duration",
1745 "type": "string"
1746 },
1747 "initialDelay": {
1748 "description": "The initial delay before starting to execute the checks.",
1749 "format": "google-duration",
1750 "type": "string"
1751 },
2365 "path": { 1752 "path": {
2366 "description": "The request path.", 1753 "description": "The request path.",
2367 "type": "string" 1754 "type": "string"
2368 }, 1755 },
2369 "successThreshold": { 1756 "successThreshold": {
2370 "description": "Number of consecutive successful checks requ ired before considering the VM healthy.", 1757 "description": "Number of consecutive successful checks requ ired before considering the VM healthy.",
2371 "format": "uint32", 1758 "format": "uint32",
2372 "type": "integer" 1759 "type": "integer"
2373 }, 1760 },
2374 "host": { 1761 "host": {
2375 "description": "Host header to send when performing a HTTP L iveness check. Example: \"myapp.appspot.com\"", 1762 "description": "Host header to send when performing a HTTP L iveness check. Example: \"myapp.appspot.com\"",
2376 "type": "string" 1763 "type": "string"
2377 },
2378 "checkInterval": {
2379 "description": "Interval between health checks.",
2380 "format": "google-duration",
2381 "type": "string"
2382 },
2383 "failureThreshold": {
2384 "description": "Number of consecutive failed checks required before considering the VM unhealthy.",
2385 "format": "uint32",
2386 "type": "integer"
2387 },
2388 "timeout": {
2389 "description": "Time before the check is considered failed." ,
2390 "format": "google-duration",
2391 "type": "string"
2392 },
2393 "initialDelay": {
2394 "description": "The initial delay before starting to execute the checks.",
2395 "format": "google-duration",
2396 "type": "string"
2397 } 1764 }
2398 }, 1765 },
2399 "type": "object" 1766 "type": "object"
2400 }, 1767 },
2401 "BatchUpdateIngressRulesRequest": { 1768 "BatchUpdateIngressRulesRequest": {
2402 "description": "Request message for Firewall.BatchUpdateIngressRules .", 1769 "description": "Request message for Firewall.BatchUpdateIngressRules .",
2403 "id": "BatchUpdateIngressRulesRequest", 1770 "id": "BatchUpdateIngressRulesRequest",
2404 "properties": { 1771 "properties": {
2405 "ingressRules": { 1772 "ingressRules": {
2406 "description": "A list of FirewallRules to replace the exist ing set.", 1773 "description": "A list of FirewallRules to replace the exist ing set.",
2407 "items": { 1774 "items": {
2408 "$ref": "FirewallRule" 1775 "$ref": "FirewallRule"
2409 }, 1776 },
2410 "type": "array" 1777 "type": "array"
2411 } 1778 }
2412 }, 1779 },
2413 "type": "object" 1780 "type": "object"
2414 }, 1781 },
2415 "NetworkUtilization": { 1782 "NetworkUtilization": {
2416 "description": "Target scaling by network usage. Only applicable for VM runtimes.", 1783 "description": "Target scaling by network usage. Only applicable for VM runtimes.",
2417 "id": "NetworkUtilization", 1784 "id": "NetworkUtilization",
2418 "properties": { 1785 "properties": {
1786 "targetReceivedPacketsPerSecond": {
1787 "description": "Target packets received per second.",
1788 "format": "int32",
1789 "type": "integer"
1790 },
1791 "targetSentBytesPerSecond": {
1792 "description": "Target bytes sent per second.",
1793 "format": "int32",
1794 "type": "integer"
1795 },
2419 "targetReceivedBytesPerSecond": { 1796 "targetReceivedBytesPerSecond": {
2420 "description": "Target bytes received per second.", 1797 "description": "Target bytes received per second.",
2421 "format": "int32", 1798 "format": "int32",
2422 "type": "integer" 1799 "type": "integer"
2423 }, 1800 },
2424 "targetSentPacketsPerSecond": { 1801 "targetSentPacketsPerSecond": {
2425 "description": "Target packets sent per second.", 1802 "description": "Target packets sent per second.",
2426 "format": "int32", 1803 "format": "int32",
2427 "type": "integer" 1804 "type": "integer"
2428 },
2429 "targetReceivedPacketsPerSecond": {
2430 "description": "Target packets received per second.",
2431 "format": "int32",
2432 "type": "integer"
2433 },
2434 "targetSentBytesPerSecond": {
2435 "description": "Target bytes sent per second.",
2436 "format": "int32",
2437 "type": "integer"
2438 } 1805 }
2439 }, 1806 },
2440 "type": "object" 1807 "type": "object"
2441 }, 1808 },
2442 "Location": { 1809 "Location": {
2443 "description": "A resource that represents Google Cloud Platform loc ation.", 1810 "description": "A resource that represents Google Cloud Platform loc ation.",
2444 "id": "Location", 1811 "id": "Location",
2445 "properties": { 1812 "properties": {
1813 "labels": {
1814 "additionalProperties": {
1815 "type": "string"
1816 },
1817 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
1818 "type": "object"
1819 },
2446 "name": { 1820 "name": {
2447 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"", 1821 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"",
2448 "type": "string" 1822 "type": "string"
2449 }, 1823 },
2450 "locationId": { 1824 "locationId": {
2451 "description": "The canonical id for this location. For exam ple: \"us-east1\".", 1825 "description": "The canonical id for this location. For exam ple: \"us-east1\".",
2452 "type": "string" 1826 "type": "string"
2453 }, 1827 },
2454 "metadata": { 1828 "metadata": {
2455 "additionalProperties": { 1829 "additionalProperties": {
2456 "description": "Properties of the object. Contains field @type with type URL.", 1830 "description": "Properties of the object. Contains field @type with type URL.",
2457 "type": "any" 1831 "type": "any"
2458 }, 1832 },
2459 "description": "Service-specific metadata. For example the a vailable capacity at the given location.", 1833 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
2460 "type": "object" 1834 "type": "object"
2461 },
2462 "labels": {
2463 "additionalProperties": {
2464 "type": "string"
2465 },
2466 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
2467 "type": "object"
2468 } 1835 }
2469 }, 1836 },
2470 "type": "object" 1837 "type": "object"
2471 }, 1838 },
2472 "HealthCheck": { 1839 "HealthCheck": {
2473 "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.", 1840 "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.",
2474 "id": "HealthCheck", 1841 "id": "HealthCheck",
2475 "properties": { 1842 "properties": {
1843 "timeout": {
1844 "description": "Time before the health check is considered f ailed.",
1845 "format": "google-duration",
1846 "type": "string"
1847 },
1848 "unhealthyThreshold": {
1849 "description": "Number of consecutive failed health checks r equired before removing traffic.",
1850 "format": "uint32",
1851 "type": "integer"
1852 },
1853 "disableHealthCheck": {
1854 "description": "Whether to explicitly disable health checks for this instance.",
1855 "type": "boolean"
1856 },
2476 "host": { 1857 "host": {
2477 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"", 1858 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"",
2478 "type": "string" 1859 "type": "string"
2479 }, 1860 },
1861 "healthyThreshold": {
1862 "description": "Number of consecutive successful health chec ks required before receiving traffic.",
1863 "format": "uint32",
1864 "type": "integer"
1865 },
2480 "restartThreshold": { 1866 "restartThreshold": {
2481 "description": "Number of consecutive failed health checks r equired before an instance is restarted.", 1867 "description": "Number of consecutive failed health checks r equired before an instance is restarted.",
2482 "format": "uint32", 1868 "format": "uint32",
2483 "type": "integer" 1869 "type": "integer"
2484 }, 1870 },
2485 "healthyThreshold": {
2486 "description": "Number of consecutive successful health chec ks required before receiving traffic.",
2487 "format": "uint32",
2488 "type": "integer"
2489 },
2490 "checkInterval": { 1871 "checkInterval": {
2491 "description": "Interval between health checks.", 1872 "description": "Interval between health checks.",
2492 "format": "google-duration", 1873 "format": "google-duration",
2493 "type": "string" 1874 "type": "string"
2494 },
2495 "timeout": {
2496 "description": "Time before the health check is considered f ailed.",
2497 "format": "google-duration",
2498 "type": "string"
2499 },
2500 "unhealthyThreshold": {
2501 "description": "Number of consecutive failed health checks r equired before removing traffic.",
2502 "format": "uint32",
2503 "type": "integer"
2504 },
2505 "disableHealthCheck": {
2506 "description": "Whether to explicitly disable health checks for this instance.",
2507 "type": "boolean"
2508 } 1875 }
2509 }, 1876 },
2510 "type": "object" 1877 "type": "object"
2511 }, 1878 },
2512 "ReadinessCheck": { 1879 "ReadinessCheck": {
2513 "description": "Readiness checking configuration for VM instances. U nhealthy instances are removed from traffic rotation.", 1880 "description": "Readiness checking configuration for VM instances. U nhealthy instances are removed from traffic rotation.",
2514 "id": "ReadinessCheck", 1881 "id": "ReadinessCheck",
2515 "properties": { 1882 "properties": {
1883 "timeout": {
1884 "description": "Time before the check is considered failed." ,
1885 "format": "google-duration",
1886 "type": "string"
1887 },
1888 "failureThreshold": {
1889 "description": "Number of consecutive failed checks required before removing traffic.",
1890 "format": "uint32",
1891 "type": "integer"
1892 },
1893 "appStartTimeout": {
1894 "description": "A maximum time limit on application initiali zation, measured from moment the application successfully replies to a healthche ck until it is ready to serve traffic.",
1895 "format": "google-duration",
1896 "type": "string"
1897 },
1898 "path": {
1899 "description": "The request path.",
1900 "type": "string"
1901 },
1902 "host": {
1903 "description": "Host header to send when performing a HTTP R eadiness check. Example: \"myapp.appspot.com\"",
1904 "type": "string"
1905 },
2516 "successThreshold": { 1906 "successThreshold": {
2517 "description": "Number of consecutive successful checks requ ired before receiving traffic.", 1907 "description": "Number of consecutive successful checks requ ired before receiving traffic.",
2518 "format": "uint32", 1908 "format": "uint32",
2519 "type": "integer" 1909 "type": "integer"
2520 }, 1910 },
2521 "host": {
2522 "description": "Host header to send when performing a HTTP R eadiness check. Example: \"myapp.appspot.com\"",
2523 "type": "string"
2524 },
2525 "checkInterval": { 1911 "checkInterval": {
2526 "description": "Interval between health checks.", 1912 "description": "Interval between health checks.",
2527 "format": "google-duration", 1913 "format": "google-duration",
2528 "type": "string" 1914 "type": "string"
2529 },
2530 "timeout": {
2531 "description": "Time before the check is considered failed." ,
2532 "format": "google-duration",
2533 "type": "string"
2534 },
2535 "failureThreshold": {
2536 "description": "Number of consecutive failed checks required before removing traffic.",
2537 "format": "uint32",
2538 "type": "integer"
2539 },
2540 "appStartTimeout": {
2541 "description": "A maximum time limit on application initiali zation, measured from moment the application successfully replies to a healthche ck until it is ready to serve traffic.",
2542 "format": "google-duration",
2543 "type": "string"
2544 },
2545 "path": {
2546 "description": "The request path.",
2547 "type": "string"
2548 } 1915 }
2549 }, 1916 },
2550 "type": "object" 1917 "type": "object"
2551 }, 1918 },
2552 "StandardSchedulerSettings": { 1919 "StandardSchedulerSettings": {
2553 "description": "Scheduler settings for standard environment.", 1920 "description": "Scheduler settings for standard environment.",
2554 "id": "StandardSchedulerSettings", 1921 "id": "StandardSchedulerSettings",
2555 "properties": { 1922 "properties": {
1923 "minInstances": {
1924 "description": "Minimum number of instances for an app versi on. Set to a non-positive value (0 by convention) to disable min_instances confi guration.",
1925 "format": "int32",
1926 "type": "integer"
1927 },
1928 "targetCpuUtilization": {
1929 "description": "Target CPU utilization ratio to maintain whe n scaling.",
1930 "format": "double",
1931 "type": "number"
1932 },
2556 "targetThroughputUtilization": { 1933 "targetThroughputUtilization": {
2557 "description": "Target throughput utilization ratio to maint ain when scaling", 1934 "description": "Target throughput utilization ratio to maint ain when scaling",
2558 "format": "double", 1935 "format": "double",
2559 "type": "number" 1936 "type": "number"
2560 }, 1937 },
2561 "maxInstances": { 1938 "maxInstances": {
2562 "description": "Maximum number of instances for an app versi on. Set to a non-positive value (0 by convention) to disable max_instances confi guration.", 1939 "description": "Maximum number of instances for an app versi on. Set to a non-positive value (0 by convention) to disable max_instances confi guration.",
2563 "format": "int32", 1940 "format": "int32",
2564 "type": "integer" 1941 "type": "integer"
2565 },
2566 "minInstances": {
2567 "description": "Minimum number of instances for an app versi on. Set to a non-positive value (0 by convention) to disable min_instances confi guration.",
2568 "format": "int32",
2569 "type": "integer"
2570 },
2571 "targetCpuUtilization": {
2572 "description": "Target CPU utilization ratio to maintain whe n scaling.",
2573 "format": "double",
2574 "type": "number"
2575 } 1942 }
2576 }, 1943 },
2577 "type": "object" 1944 "type": "object"
2578 }, 1945 },
2579 "DebugInstanceRequest": { 1946 "DebugInstanceRequest": {
2580 "description": "Request message for Instances.DebugInstance.", 1947 "description": "Request message for Instances.DebugInstance.",
2581 "id": "DebugInstanceRequest", 1948 "id": "DebugInstanceRequest",
2582 "properties": { 1949 "properties": {
2583 "sshKey": { 1950 "sshKey": {
2584 "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).", 1951 "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).",
2585 "type": "string" 1952 "type": "string"
2586 } 1953 }
2587 }, 1954 },
2588 "type": "object" 1955 "type": "object"
2589 }, 1956 },
2590 "OperationMetadataV1Beta5": { 1957 "OperationMetadataV1Beta5": {
2591 "description": "Metadata for the given google.longrunning.Operation. ", 1958 "description": "Metadata for the given google.longrunning.Operation. ",
2592 "id": "OperationMetadataV1Beta5", 1959 "id": "OperationMetadataV1Beta5",
2593 "properties": { 1960 "properties": {
1961 "method": {
1962 "description": "API method name that initiated this operatio n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
1963 "type": "string"
1964 },
2594 "insertTime": { 1965 "insertTime": {
2595 "description": "Timestamp that this operation was created.@O utputOnly", 1966 "description": "Timestamp that this operation was created.@O utputOnly",
2596 "format": "google-datetime", 1967 "format": "google-datetime",
2597 "type": "string" 1968 "type": "string"
2598 }, 1969 },
2599 "endTime": { 1970 "endTime": {
2600 "description": "Timestamp that this operation completed.@Out putOnly", 1971 "description": "Timestamp that this operation completed.@Out putOnly",
2601 "format": "google-datetime", 1972 "format": "google-datetime",
2602 "type": "string" 1973 "type": "string"
2603 }, 1974 },
2604 "target": { 1975 "target": {
2605 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 1976 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2606 "type": "string" 1977 "type": "string"
2607 }, 1978 },
2608 "user": { 1979 "user": {
2609 "description": "User who requested this operation.@OutputOnl y", 1980 "description": "User who requested this operation.@OutputOnl y",
2610 "type": "string" 1981 "type": "string"
2611 },
2612 "method": {
2613 "description": "API method name that initiated this operatio n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
2614 "type": "string"
2615 } 1982 }
2616 }, 1983 },
2617 "type": "object" 1984 "type": "object"
2618 }, 1985 },
2619 "Version": { 1986 "Version": {
2620 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.", 1987 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.",
2621 "id": "Version", 1988 "id": "Version",
2622 "properties": { 1989 "properties": {
2623 "threadsafe": {
2624 "description": "Whether multiple requests can be dispatched to this version at once.",
2625 "type": "boolean"
2626 },
2627 "readinessCheck": {
2628 "$ref": "ReadinessCheck",
2629 "description": "Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Onl y returned in GET requests if view=FULL is set."
2630 },
2631 "manualScaling": {
2632 "$ref": "ManualScaling",
2633 "description": "A service with manual scaling runs continuou sly, allowing you to perform complex initialization and rely on the state of its memory over time."
2634 },
2635 "name": {
2636 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
2637 "type": "string"
2638 },
2639 "apiConfig": { 1990 "apiConfig": {
2640 "$ref": "ApiConfigHandler", 1991 "$ref": "ApiConfigHandler",
2641 "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." 1992 "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."
2642 }, 1993 },
2643 "endpointsApiService": { 1994 "endpointsApiService": {
2644 "$ref": "EndpointsApiService", 1995 "$ref": "EndpointsApiService",
2645 "description": "Cloud Endpoints configuration.If endpoints_a pi_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app." 1996 "description": "Cloud Endpoints configuration.If endpoints_a pi_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app."
2646 }, 1997 },
2647 "vm": { 1998 "vm": {
2648 "description": "Whether to deploy this version in a containe r on a virtual machine.", 1999 "description": "Whether to deploy this version in a containe r on a virtual machine.",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 "type": "string" 2091 "type": "string"
2741 }, 2092 },
2742 "basicScaling": { 2093 "basicScaling": {
2743 "$ref": "BasicScaling", 2094 "$ref": "BasicScaling",
2744 "description": "A service with basic scaling will create an instance when the application receives a request. The instance will be turned do wn when the app becomes idle. Basic scaling is ideal for work that is intermitte nt or driven by user activity." 2095 "description": "A service with basic scaling will create an instance when the application receives a request. The instance will be turned do wn when the app becomes idle. Basic scaling is ideal for work that is intermitte nt or driven by user activity."
2745 }, 2096 },
2746 "runtime": { 2097 "runtime": {
2747 "description": "Desired runtime. Example: python27.", 2098 "description": "Desired runtime. Example: python27.",
2748 "type": "string" 2099 "type": "string"
2749 }, 2100 },
2101 "createdBy": {
2102 "description": "Email address of the user who created this v ersion.@OutputOnly",
2103 "type": "string"
2104 },
2750 "id": { 2105 "id": {
2751 "description": "Relative name of the version within the serv ice. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \ "ah-\".", 2106 "description": "Relative name of the version within the serv ice. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \ "ah-\".",
2752 "type": "string" 2107 "type": "string"
2753 }, 2108 },
2754 "createdBy": {
2755 "description": "Email address of the user who created this v ersion.@OutputOnly",
2756 "type": "string"
2757 },
2758 "envVariables": { 2109 "envVariables": {
2759 "additionalProperties": { 2110 "additionalProperties": {
2760 "type": "string" 2111 "type": "string"
2761 }, 2112 },
2762 "description": "Environment variables available to the appli cation.Only returned in GET requests if view=FULL is set.", 2113 "description": "Environment variables available to the appli cation.Only returned in GET requests if view=FULL is set.",
2763 "type": "object" 2114 "type": "object"
2764 }, 2115 },
2765 "livenessCheck": { 2116 "livenessCheck": {
2766 "$ref": "LivenessCheck", 2117 "$ref": "LivenessCheck",
2767 "description": "Configures liveness health checking for VM i nstances. Unhealthy instances are stopped and replaced with new instancesOnly re turned in GET requests if view=FULL is set." 2118 "description": "Configures liveness health checking for VM i nstances. Unhealthy instances are stopped and replaced with new instancesOnly re turned in GET requests if view=FULL is set."
(...skipping 25 matching lines...) Expand all
2793 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics." 2144 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics."
2794 }, 2145 },
2795 "diskUsageBytes": { 2146 "diskUsageBytes": {
2796 "description": "Total size in bytes of all the files that ar e included in this version and curerntly hosted on the App Engine disk.@OutputOn ly", 2147 "description": "Total size in bytes of all the files that ar e included in this version and curerntly hosted on the App Engine disk.@OutputOn ly",
2797 "format": "int64", 2148 "format": "int64",
2798 "type": "string" 2149 "type": "string"
2799 }, 2150 },
2800 "healthCheck": { 2151 "healthCheck": {
2801 "$ref": "HealthCheck", 2152 "$ref": "HealthCheck",
2802 "description": "Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicabl e for VM runtimes.Only returned in GET requests if view=FULL is set." 2153 "description": "Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicabl e for VM runtimes.Only returned in GET requests if view=FULL is set."
2154 },
2155 "threadsafe": {
2156 "description": "Whether multiple requests can be dispatched to this version at once.",
2157 "type": "boolean"
2158 },
2159 "readinessCheck": {
2160 "$ref": "ReadinessCheck",
2161 "description": "Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Onl y returned in GET requests if view=FULL is set."
2162 },
2163 "manualScaling": {
2164 "$ref": "ManualScaling",
2165 "description": "A service with manual scaling runs continuou sly, allowing you to perform complex initialization and rely on the state of its memory over time."
2166 },
2167 "name": {
2168 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
2169 "type": "string"
2803 } 2170 }
2804 }, 2171 },
2805 "type": "object" 2172 "type": "object"
2806 }, 2173 },
2807 "RepairApplicationRequest": { 2174 "RepairApplicationRequest": {
2808 "description": "Request message for 'Applications.RepairApplication' .", 2175 "description": "Request message for 'Applications.RepairApplication' .",
2809 "id": "RepairApplicationRequest", 2176 "id": "RepairApplicationRequest",
2810 "properties": {}, 2177 "properties": {},
2811 "type": "object" 2178 "type": "object"
2812 }, 2179 },
2180 "CertificateRawData": {
2181 "description": "An SSL certificate obtained from a certificate autho rity.",
2182 "id": "CertificateRawData",
2183 "properties": {
2184 "privateKey": {
2185 "description": "Unencrypted PEM encoded RSA private key. Thi s field is set once on certificate creation and then encrypted. The key size mus t be 2048 bits or fewer. Must include the header and footer. Example: <pre> ---- -BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY---- - </pre> @InputOnly",
2186 "type": "string"
2187 },
2188 "publicCertificate": {
2189 "description": "PEM encoded x.509 public key certificate. Th is field is set once on certificate creation. Must include the header and footer . Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIF ICATE----- </pre>",
2190 "type": "string"
2191 }
2192 },
2193 "type": "object"
2194 },
2813 "BuildInfo": { 2195 "BuildInfo": {
2814 "description": "Google Cloud Container Builder build information.", 2196 "description": "Google Cloud Container Builder build information.",
2815 "id": "BuildInfo", 2197 "id": "BuildInfo",
2816 "properties": { 2198 "properties": {
2817 "cloudBuildId": { 2199 "cloudBuildId": {
2818 "description": "The Google Cloud Container Builder build id. Example: \"f966068f-08b2-42c8-bdfe-74137dff2bf9\"", 2200 "description": "The Google Cloud Container Builder build id. Example: \"f966068f-08b2-42c8-bdfe-74137dff2bf9\"",
2819 "type": "string" 2201 "type": "string"
2820 } 2202 }
2821 }, 2203 },
2822 "type": "object" 2204 "type": "object"
2823 }, 2205 },
2824 "CertificateRawData": { 2206 "ScriptHandler": {
2825 "description": "An SSL certificate obtained from a certificate autho rity.", 2207 "description": "Executes a script to handle the request that matches the URL pattern.",
2826 "id": "CertificateRawData", 2208 "id": "ScriptHandler",
2827 "properties": { 2209 "properties": {
2828 "privateKey": { 2210 "scriptPath": {
2829 "description": "Unencrypted PEM encoded RSA private key. Thi s field is set once on certificate creation and then encrypted. The key size mus t be 2048 bits or fewer. Must include the header and footer. Example: <pre> ---- -BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY---- - </pre> @InputOnly", 2211 "description": "Path to the script from the application root directory.",
2830 "type": "string"
2831 },
2832 "publicCertificate": {
2833 "description": "PEM encoded x.509 public key certificate. Th is field is set once on certificate creation. Must include the header and footer . Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIF ICATE----- </pre>",
2834 "type": "string" 2212 "type": "string"
2835 } 2213 }
2836 }, 2214 },
2837 "type": "object" 2215 "type": "object"
2838 }, 2216 },
2839 "FileInfo": { 2217 "FileInfo": {
2840 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.", 2218 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
2841 "id": "FileInfo", 2219 "id": "FileInfo",
2842 "properties": { 2220 "properties": {
2843 "sha1Sum": { 2221 "sha1Sum": {
2844 "description": "The SHA1 hash of the file, in hex.", 2222 "description": "The SHA1 hash of the file, in hex.",
2845 "type": "string" 2223 "type": "string"
2846 }, 2224 },
2847 "mimeType": { 2225 "mimeType": {
2848 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.", 2226 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.",
2849 "type": "string" 2227 "type": "string"
2850 }, 2228 },
2851 "sourceUrl": { 2229 "sourceUrl": {
2852 "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>'.", 2230 "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>'.",
2853 "type": "string" 2231 "type": "string"
2854 } 2232 }
2855 }, 2233 },
2856 "type": "object" 2234 "type": "object"
2857 }, 2235 },
2858 "ScriptHandler": {
2859 "description": "Executes a script to handle the request that matches the URL pattern.",
2860 "id": "ScriptHandler",
2861 "properties": {
2862 "scriptPath": {
2863 "description": "Path to the script from the application root directory.",
2864 "type": "string"
2865 }
2866 },
2867 "type": "object"
2868 },
2869 "OperationMetadataExperimental": { 2236 "OperationMetadataExperimental": {
2870 "description": "Metadata for the given google.longrunning.Operation. ", 2237 "description": "Metadata for the given google.longrunning.Operation. ",
2871 "id": "OperationMetadataExperimental", 2238 "id": "OperationMetadataExperimental",
2872 "properties": { 2239 "properties": {
2873 "method": {
2874 "description": "API method that initiated this operation. Ex ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl y",
2875 "type": "string"
2876 },
2877 "insertTime": { 2240 "insertTime": {
2878 "description": "Time that this operation was created.@Output Only", 2241 "description": "Time that this operation was created.@Output Only",
2879 "format": "google-datetime", 2242 "format": "google-datetime",
2880 "type": "string" 2243 "type": "string"
2881 }, 2244 },
2882 "endTime": { 2245 "endTime": {
2883 "description": "Time that this operation completed.@OutputOn ly", 2246 "description": "Time that this operation completed.@OutputOn ly",
2884 "format": "google-datetime", 2247 "format": "google-datetime",
2885 "type": "string" 2248 "type": "string"
2886 }, 2249 },
2887 "target": { 2250 "target": {
2888 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly", 2251 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
2889 "type": "string" 2252 "type": "string"
2890 }, 2253 },
2891 "user": { 2254 "user": {
2892 "description": "User who requested this operation.@OutputOnl y", 2255 "description": "User who requested this operation.@OutputOnl y",
2893 "type": "string" 2256 "type": "string"
2257 },
2258 "method": {
2259 "description": "API method that initiated this operation. Ex ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl y",
2260 "type": "string"
2894 } 2261 }
2895 }, 2262 },
2896 "type": "object" 2263 "type": "object"
2897 }, 2264 },
2898 "AuthorizedDomain": { 2265 "AuthorizedDomain": {
2899 "description": "A domain that a user has been authorized to administ er. To authorize use of a domain, verify ownership via Webmaster Central (https: //www.google.com/webmasters/verification/home).", 2266 "description": "A domain that a user has been authorized to administ er. To authorize use of a domain, verify ownership via Webmaster Central (https: //www.google.com/webmasters/verification/home).",
2900 "id": "AuthorizedDomain", 2267 "id": "AuthorizedDomain",
2901 "properties": { 2268 "properties": {
2902 "name": { 2269 "name": {
2903 "description": "Full path to the AuthorizedDomain resource i n the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly", 2270 "description": "Full path to the AuthorizedDomain resource i n the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2938 ], 2305 ],
2939 "type": "string" 2306 "type": "string"
2940 } 2307 }
2941 }, 2308 },
2942 "type": "object" 2309 "type": "object"
2943 }, 2310 },
2944 "OperationMetadataV1Beta": { 2311 "OperationMetadataV1Beta": {
2945 "description": "Metadata for the given google.longrunning.Operation. ", 2312 "description": "Metadata for the given google.longrunning.Operation. ",
2946 "id": "OperationMetadataV1Beta", 2313 "id": "OperationMetadataV1Beta",
2947 "properties": { 2314 "properties": {
2315 "insertTime": {
2316 "description": "Time that this operation was created.@Output Only",
2317 "format": "google-datetime",
2318 "type": "string"
2319 },
2320 "warning": {
2321 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2322 "items": {
2323 "type": "string"
2324 },
2325 "type": "array"
2326 },
2327 "target": {
2328 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2329 "type": "string"
2330 },
2331 "user": {
2332 "description": "User who requested this operation.@OutputOnl y",
2333 "type": "string"
2334 },
2948 "ephemeralMessage": { 2335 "ephemeralMessage": {
2949 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly", 2336 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
2950 "type": "string" 2337 "type": "string"
2951 }, 2338 },
2952 "method": { 2339 "method": {
2953 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly", 2340 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly",
2954 "type": "string" 2341 "type": "string"
2955 }, 2342 },
2956 "endTime": { 2343 "endTime": {
2957 "description": "Time that this operation completed.@OutputOn ly", 2344 "description": "Time that this operation completed.@OutputOn ly",
2958 "format": "google-datetime", 2345 "format": "google-datetime",
2959 "type": "string" 2346 "type": "string"
2960 },
2961 "warning": {
2962 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2963 "items": {
2964 "type": "string"
2965 },
2966 "type": "array"
2967 },
2968 "insertTime": {
2969 "description": "Time that this operation was created.@Output Only",
2970 "format": "google-datetime",
2971 "type": "string"
2972 },
2973 "target": {
2974 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2975 "type": "string"
2976 },
2977 "user": {
2978 "description": "User who requested this operation.@OutputOnl y",
2979 "type": "string"
2980 } 2347 }
2981 }, 2348 },
2982 "type": "object" 2349 "type": "object"
2983 }, 2350 },
2984 "ListIngressRulesResponse": { 2351 "ListIngressRulesResponse": {
2985 "description": "Response message for Firewall.ListIngressRules.", 2352 "description": "Response message for Firewall.ListIngressRules.",
2986 "id": "ListIngressRulesResponse", 2353 "id": "ListIngressRulesResponse",
2987 "properties": { 2354 "properties": {
2355 "ingressRules": {
2356 "description": "The ingress FirewallRules for this applicati on.",
2357 "items": {
2358 "$ref": "FirewallRule"
2359 },
2360 "type": "array"
2361 },
2988 "nextPageToken": { 2362 "nextPageToken": {
2989 "description": "Continuation token for fetching the next pag e of results.", 2363 "description": "Continuation token for fetching the next pag e of results.",
2990 "type": "string" 2364 "type": "string"
2991 },
2992 "ingressRules": {
2993 "description": "The ingress FirewallRules for this applicati on.",
2994 "items": {
2995 "$ref": "FirewallRule"
2996 },
2997 "type": "array"
2998 } 2365 }
2999 }, 2366 },
3000 "type": "object" 2367 "type": "object"
3001 }, 2368 },
3002 "ListServicesResponse": { 2369 "ListServicesResponse": {
3003 "description": "Response message for Services.ListServices.", 2370 "description": "Response message for Services.ListServices.",
3004 "id": "ListServicesResponse", 2371 "id": "ListServicesResponse",
3005 "properties": { 2372 "properties": {
3006 "nextPageToken": { 2373 "nextPageToken": {
3007 "description": "Continuation token for fetching the next pag e of results.", 2374 "description": "Continuation token for fetching the next pag e of results.",
3008 "type": "string" 2375 "type": "string"
3009 }, 2376 },
3010 "services": { 2377 "services": {
3011 "description": "The services belonging to the requested appl ication.", 2378 "description": "The services belonging to the requested appl ication.",
3012 "items": { 2379 "items": {
3013 "$ref": "Service" 2380 "$ref": "Service"
3014 }, 2381 },
3015 "type": "array" 2382 "type": "array"
3016 } 2383 }
3017 }, 2384 },
3018 "type": "object" 2385 "type": "object"
3019 }, 2386 },
3020 "Deployment": { 2387 "Deployment": {
3021 "description": "Code and application artifacts used to deploy a vers ion to App Engine.", 2388 "description": "Code and application artifacts used to deploy a vers ion to App Engine.",
3022 "id": "Deployment", 2389 "id": "Deployment",
3023 "properties": { 2390 "properties": {
2391 "files": {
2392 "additionalProperties": {
2393 "$ref": "FileInfo"
2394 },
2395 "description": "Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable u sing the credentials supplied with this call.",
2396 "type": "object"
2397 },
3024 "zip": { 2398 "zip": {
3025 "$ref": "ZipInfo", 2399 "$ref": "ZipInfo",
3026 "description": "The zip file for this deployment, if this is a zip deployment." 2400 "description": "The zip file for this deployment, if this is a zip deployment."
3027 }, 2401 },
3028 "container": { 2402 "container": {
3029 "$ref": "ContainerInfo", 2403 "$ref": "ContainerInfo",
3030 "description": "The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible e nvironment." 2404 "description": "The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible e nvironment."
3031 }, 2405 },
3032 "build": { 2406 "build": {
3033 "$ref": "BuildInfo", 2407 "$ref": "BuildInfo",
3034 "description": "Google Cloud Container Builder build informa tion." 2408 "description": "Google Cloud Container Builder build informa tion."
3035 },
3036 "files": {
3037 "additionalProperties": {
3038 "$ref": "FileInfo"
3039 },
3040 "description": "Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable u sing the credentials supplied with this call.",
3041 "type": "object"
3042 } 2409 }
3043 }, 2410 },
3044 "type": "object" 2411 "type": "object"
3045 }, 2412 },
3046 "Resources": { 2413 "Resources": {
3047 "description": "Machine resources for a version.", 2414 "description": "Machine resources for a version.",
3048 "id": "Resources", 2415 "id": "Resources",
3049 "properties": { 2416 "properties": {
2417 "memoryGb": {
2418 "description": "Memory (GB) needed.",
2419 "format": "double",
2420 "type": "number"
2421 },
2422 "cpu": {
2423 "description": "Number of CPU cores needed.",
2424 "format": "double",
2425 "type": "number"
2426 },
3050 "volumes": { 2427 "volumes": {
3051 "description": "User specified volumes.", 2428 "description": "User specified volumes.",
3052 "items": { 2429 "items": {
3053 "$ref": "Volume" 2430 "$ref": "Volume"
3054 }, 2431 },
3055 "type": "array" 2432 "type": "array"
3056 }, 2433 },
3057 "diskGb": { 2434 "diskGb": {
3058 "description": "Disk size (GB) needed.", 2435 "description": "Disk size (GB) needed.",
3059 "format": "double", 2436 "format": "double",
3060 "type": "number" 2437 "type": "number"
3061 },
3062 "memoryGb": {
3063 "description": "Memory (GB) needed.",
3064 "format": "double",
3065 "type": "number"
3066 },
3067 "cpu": {
3068 "description": "Number of CPU cores needed.",
3069 "format": "double",
3070 "type": "number"
3071 } 2438 }
3072 }, 2439 },
3073 "type": "object" 2440 "type": "object"
3074 }, 2441 },
3075 "BatchUpdateIngressRulesResponse": { 2442 "BatchUpdateIngressRulesResponse": {
3076 "description": "Response message for Firewall.UpdateAllIngressRules. ", 2443 "description": "Response message for Firewall.UpdateAllIngressRules. ",
3077 "id": "BatchUpdateIngressRulesResponse", 2444 "id": "BatchUpdateIngressRulesResponse",
3078 "properties": { 2445 "properties": {
3079 "ingressRules": { 2446 "ingressRules": {
3080 "description": "The full list of ingress FirewallRules for t his application.", 2447 "description": "The full list of ingress FirewallRules for t his application.",
3081 "items": { 2448 "items": {
3082 "$ref": "FirewallRule" 2449 "$ref": "FirewallRule"
3083 }, 2450 },
3084 "type": "array" 2451 "type": "array"
3085 } 2452 }
3086 }, 2453 },
3087 "type": "object" 2454 "type": "object"
3088 }, 2455 },
3089 "Volume": { 2456 "Volume": {
3090 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.", 2457 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.",
3091 "id": "Volume", 2458 "id": "Volume",
3092 "properties": { 2459 "properties": {
2460 "volumeType": {
2461 "description": "Underlying volume type, e.g. 'tmpfs'.",
2462 "type": "string"
2463 },
3093 "sizeGb": { 2464 "sizeGb": {
3094 "description": "Volume size in gigabytes.", 2465 "description": "Volume size in gigabytes.",
3095 "format": "double", 2466 "format": "double",
3096 "type": "number" 2467 "type": "number"
3097 }, 2468 },
3098 "name": { 2469 "name": {
3099 "description": "Unique name for the volume.", 2470 "description": "Unique name for the volume.",
3100 "type": "string" 2471 "type": "string"
3101 },
3102 "volumeType": {
3103 "description": "Underlying volume type, e.g. 'tmpfs'.",
3104 "type": "string"
3105 } 2472 }
3106 }, 2473 },
3107 "type": "object" 2474 "type": "object"
3108 }, 2475 },
3109 "ListInstancesResponse": { 2476 "ListInstancesResponse": {
3110 "description": "Response message for Instances.ListInstances.", 2477 "description": "Response message for Instances.ListInstances.",
3111 "id": "ListInstancesResponse", 2478 "id": "ListInstancesResponse",
3112 "properties": { 2479 "properties": {
2480 "nextPageToken": {
2481 "description": "Continuation token for fetching the next pag e of results.",
2482 "type": "string"
2483 },
3113 "instances": { 2484 "instances": {
3114 "description": "The instances belonging to the requested ver sion.", 2485 "description": "The instances belonging to the requested ver sion.",
3115 "items": { 2486 "items": {
3116 "$ref": "Instance" 2487 "$ref": "Instance"
3117 }, 2488 },
3118 "type": "array" 2489 "type": "array"
3119 },
3120 "nextPageToken": {
3121 "description": "Continuation token for fetching the next pag e of results.",
3122 "type": "string"
3123 } 2490 }
3124 }, 2491 },
3125 "type": "object" 2492 "type": "object"
3126 }, 2493 },
3127 "ListDomainMappingsResponse": { 2494 "ListDomainMappingsResponse": {
3128 "description": "Response message for DomainMappings.ListDomainMappin gs.", 2495 "description": "Response message for DomainMappings.ListDomainMappin gs.",
3129 "id": "ListDomainMappingsResponse", 2496 "id": "ListDomainMappingsResponse",
3130 "properties": { 2497 "properties": {
3131 "domainMappings": { 2498 "domainMappings": {
3132 "description": "The domain mappings for the application.", 2499 "description": "The domain mappings for the application.",
3133 "items": { 2500 "items": {
3134 "$ref": "DomainMapping" 2501 "$ref": "DomainMapping"
3135 }, 2502 },
3136 "type": "array" 2503 "type": "array"
3137 }, 2504 },
3138 "nextPageToken": { 2505 "nextPageToken": {
3139 "description": "Continuation token for fetching the next pag e of results.", 2506 "description": "Continuation token for fetching the next pag e of results.",
3140 "type": "string" 2507 "type": "string"
3141 } 2508 }
3142 }, 2509 },
3143 "type": "object" 2510 "type": "object"
3144 }, 2511 },
3145 "OperationMetadataV1Alpha": { 2512 "OperationMetadataV1Alpha": {
3146 "description": "Metadata for the given google.longrunning.Operation. ", 2513 "description": "Metadata for the given google.longrunning.Operation. ",
3147 "id": "OperationMetadataV1Alpha", 2514 "id": "OperationMetadataV1Alpha",
3148 "properties": { 2515 "properties": {
2516 "warning": {
2517 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2518 "items": {
2519 "type": "string"
2520 },
2521 "type": "array"
2522 },
2523 "insertTime": {
2524 "description": "Time that this operation was created.@Output Only",
2525 "format": "google-datetime",
2526 "type": "string"
2527 },
2528 "user": {
2529 "description": "User who requested this operation.@OutputOnl y",
2530 "type": "string"
2531 },
2532 "target": {
2533 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2534 "type": "string"
2535 },
3149 "ephemeralMessage": { 2536 "ephemeralMessage": {
3150 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly", 2537 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
3151 "type": "string" 2538 "type": "string"
3152 }, 2539 },
3153 "method": { 2540 "method": {
3154 "description": "API method that initiated this operation. Ex ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly", 2541 "description": "API method that initiated this operation. Ex ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly",
3155 "type": "string" 2542 "type": "string"
3156 }, 2543 },
3157 "endTime": { 2544 "endTime": {
3158 "description": "Time that this operation completed.@OutputOn ly", 2545 "description": "Time that this operation completed.@OutputOn ly",
3159 "format": "google-datetime", 2546 "format": "google-datetime",
3160 "type": "string" 2547 "type": "string"
3161 },
3162 "warning": {
3163 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
3164 "items": {
3165 "type": "string"
3166 },
3167 "type": "array"
3168 },
3169 "insertTime": {
3170 "description": "Time that this operation was created.@Output Only",
3171 "format": "google-datetime",
3172 "type": "string"
3173 },
3174 "user": {
3175 "description": "User who requested this operation.@OutputOnl y",
3176 "type": "string"
3177 },
3178 "target": {
3179 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
3180 "type": "string"
3181 } 2548 }
3182 }, 2549 },
3183 "type": "object" 2550 "type": "object"
3184 }, 2551 },
3185 "UrlDispatchRule": { 2552 "UrlDispatchRule": {
3186 "description": "Rules to match an HTTP request and dispatch that req uest to a service.", 2553 "description": "Rules to match an HTTP request and dispatch that req uest to a service.",
3187 "id": "UrlDispatchRule", 2554 "id": "UrlDispatchRule",
3188 "properties": { 2555 "properties": {
3189 "path": { 2556 "path": {
3190 "description": "Pathname within the host. Must start with a \"/\". A single \"*\" can be included at the end of the path.The sum of the leng ths of the domain and path may not exceed 100 characters.", 2557 "description": "Pathname within the host. Must start with a \"/\". A single \"*\" can be included at the end of the path.The sum of the leng ths of the domain and path may not exceed 100 characters.",
3191 "type": "string" 2558 "type": "string"
3192 }, 2559 },
3193 "service": { 2560 "service": {
3194 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.", 2561 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.",
3195 "type": "string" 2562 "type": "string"
3196 }, 2563 },
3197 "domain": { 2564 "domain": {
3198 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".", 2565 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
3199 "type": "string" 2566 "type": "string"
3200 } 2567 }
3201 }, 2568 },
3202 "type": "object" 2569 "type": "object"
3203 }, 2570 },
3204 "ListVersionsResponse": { 2571 "ListVersionsResponse": {
3205 "description": "Response message for Versions.ListVersions.", 2572 "description": "Response message for Versions.ListVersions.",
3206 "id": "ListVersionsResponse", 2573 "id": "ListVersionsResponse",
3207 "properties": { 2574 "properties": {
2575 "versions": {
2576 "description": "The versions belonging to the requested serv ice.",
2577 "items": {
2578 "$ref": "Version"
2579 },
2580 "type": "array"
2581 },
3208 "nextPageToken": { 2582 "nextPageToken": {
3209 "description": "Continuation token for fetching the next pag e of results.", 2583 "description": "Continuation token for fetching the next pag e of results.",
3210 "type": "string" 2584 "type": "string"
3211 },
3212 "versions": {
3213 "description": "The versions belonging to the requested serv ice.",
3214 "items": {
3215 "$ref": "Version"
3216 },
3217 "type": "array"
3218 } 2585 }
3219 }, 2586 },
3220 "type": "object" 2587 "type": "object"
3221 }, 2588 },
3222 "ListAuthorizedDomainsResponse": { 2589 "ListAuthorizedDomainsResponse": {
3223 "description": "Response message for AuthorizedDomains.ListAuthorize dDomains.", 2590 "description": "Response message for AuthorizedDomains.ListAuthorize dDomains.",
3224 "id": "ListAuthorizedDomainsResponse", 2591 "id": "ListAuthorizedDomainsResponse",
3225 "properties": { 2592 "properties": {
3226 "nextPageToken": { 2593 "nextPageToken": {
3227 "description": "Continuation token for fetching the next pag e of results.", 2594 "description": "Continuation token for fetching the next pag e of results.",
3228 "type": "string" 2595 "type": "string"
3229 }, 2596 },
3230 "domains": { 2597 "domains": {
3231 "description": "The authorized domains belonging to the user .", 2598 "description": "The authorized domains belonging to the user .",
3232 "items": { 2599 "items": {
3233 "$ref": "AuthorizedDomain" 2600 "$ref": "AuthorizedDomain"
3234 }, 2601 },
3235 "type": "array" 2602 "type": "array"
3236 } 2603 }
3237 }, 2604 },
3238 "type": "object" 2605 "type": "object"
3239 }, 2606 },
3240 "DomainMapping": { 2607 "DomainMapping": {
3241 "description": "A domain serving an App Engine application.", 2608 "description": "A domain serving an App Engine application.",
3242 "id": "DomainMapping", 2609 "id": "DomainMapping",
3243 "properties": { 2610 "properties": {
2611 "resourceRecords": {
2612 "description": "The resource records required to configure t his domain mapping. These records must be added to the domain's DNS configuratio n in order to serve the application via this domain mapping.@OutputOnly",
2613 "items": {
2614 "$ref": "ResourceRecord"
2615 },
2616 "type": "array"
2617 },
2618 "id": {
2619 "description": "Relative name of the domain serving the appl ication. Example: example.com.",
2620 "type": "string"
2621 },
3244 "sslSettings": { 2622 "sslSettings": {
3245 "$ref": "SslSettings", 2623 "$ref": "SslSettings",
3246 "description": "SSL configuration for this domain. If unconf igured, this domain will not serve with SSL." 2624 "description": "SSL configuration for this domain. If unconf igured, this domain will not serve with SSL."
3247 }, 2625 },
3248 "name": { 2626 "name": {
3249 "description": "Full path to the DomainMapping resource in t he API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", 2627 "description": "Full path to the DomainMapping resource in t he API. Example: apps/myapp/domainMapping/example.com.@OutputOnly",
3250 "type": "string" 2628 "type": "string"
3251 },
3252 "resourceRecords": {
3253 "description": "The resource records required to configure t his domain mapping. These records must be added to the domain's DNS configuratio n in order to serve the application via this domain mapping.@OutputOnly",
3254 "items": {
3255 "$ref": "ResourceRecord"
3256 },
3257 "type": "array"
3258 },
3259 "id": {
3260 "description": "Relative name of the domain serving the appl ication. Example: example.com.",
3261 "type": "string"
3262 } 2629 }
3263 }, 2630 },
3264 "type": "object" 2631 "type": "object"
3265 }, 2632 },
3266 "Empty": { 2633 "Empty": {
3267 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:\nservice Fo o {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n}\nThe J SON representation for Empty is empty JSON object {}.", 2634 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:\nservice Fo o {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n}\nThe J SON representation for Empty is empty JSON object {}.",
3268 "id": "Empty", 2635 "id": "Empty",
3269 "properties": {}, 2636 "properties": {},
3270 "type": "object" 2637 "type": "object"
3271 }, 2638 },
3272 "ApiEndpointHandler": { 2639 "ApiEndpointHandler": {
3273 "description": "Uses Google Cloud Endpoints to handle requests.", 2640 "description": "Uses Google Cloud Endpoints to handle requests.",
3274 "id": "ApiEndpointHandler", 2641 "id": "ApiEndpointHandler",
3275 "properties": { 2642 "properties": {
3276 "scriptPath": { 2643 "scriptPath": {
3277 "description": "Path to the script from the application root directory.", 2644 "description": "Path to the script from the application root directory.",
3278 "type": "string" 2645 "type": "string"
3279 } 2646 }
3280 }, 2647 },
3281 "type": "object" 2648 "type": "object"
3282 }, 2649 },
2650 "AutomaticScaling": {
2651 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
2652 "id": "AutomaticScaling",
2653 "properties": {
2654 "minPendingLatency": {
2655 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
2656 "format": "google-duration",
2657 "type": "string"
2658 },
2659 "requestUtilization": {
2660 "$ref": "RequestUtilization",
2661 "description": "Target scaling by request utilization."
2662 },
2663 "maxIdleInstances": {
2664 "description": "Maximum number of idle instances that should be maintained for this version.",
2665 "format": "int32",
2666 "type": "integer"
2667 },
2668 "standardSchedulerSettings": {
2669 "$ref": "StandardSchedulerSettings",
2670 "description": "Scheduler settings for standard environment. "
2671 },
2672 "minIdleInstances": {
2673 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a se rvice.",
2674 "format": "int32",
2675 "type": "integer"
2676 },
2677 "maxTotalInstances": {
2678 "description": "Maximum number of instances that should be s tarted to handle requests.",
2679 "format": "int32",
2680 "type": "integer"
2681 },
2682 "minTotalInstances": {
2683 "description": "Minimum number of instances that should be m aintained for this version.",
2684 "format": "int32",
2685 "type": "integer"
2686 },
2687 "networkUtilization": {
2688 "$ref": "NetworkUtilization",
2689 "description": "Target scaling by network usage."
2690 },
2691 "coolDownPeriod": {
2692 "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.",
2693 "format": "google-duration",
2694 "type": "string"
2695 },
2696 "maxConcurrentRequests": {
2697 "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.",
2698 "format": "int32",
2699 "type": "integer"
2700 },
2701 "maxPendingLatency": {
2702 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
2703 "format": "google-duration",
2704 "type": "string"
2705 },
2706 "cpuUtilization": {
2707 "$ref": "CpuUtilization",
2708 "description": "Target scaling by CPU usage."
2709 },
2710 "diskUtilization": {
2711 "$ref": "DiskUtilization",
2712 "description": "Target scaling by disk usage."
2713 }
2714 },
2715 "type": "object"
2716 },
3283 "ZipInfo": { 2717 "ZipInfo": {
3284 "description": "The zip file information for a zip deployment.", 2718 "description": "The zip file information for a zip deployment.",
3285 "id": "ZipInfo", 2719 "id": "ZipInfo",
3286 "properties": { 2720 "properties": {
2721 "sourceUrl": {
2722 "description": "URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googl eapis.com/<bucket>/<object>'.",
2723 "type": "string"
2724 },
3287 "filesCount": { 2725 "filesCount": {
3288 "description": "An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be s low.", 2726 "description": "An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be s low.",
3289 "format": "int32", 2727 "format": "int32",
3290 "type": "integer" 2728 "type": "integer"
3291 },
3292 "sourceUrl": {
3293 "description": "URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googl eapis.com/<bucket>/<object>'.",
3294 "type": "string"
3295 }
3296 },
3297 "type": "object"
3298 },
3299 "AutomaticScaling": {
3300 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
3301 "id": "AutomaticScaling",
3302 "properties": {
3303 "minTotalInstances": {
3304 "description": "Minimum number of instances that should be m aintained for this version.",
3305 "format": "int32",
3306 "type": "integer"
3307 },
3308 "networkUtilization": {
3309 "$ref": "NetworkUtilization",
3310 "description": "Target scaling by network usage."
3311 },
3312 "coolDownPeriod": {
3313 "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.",
3314 "format": "google-duration",
3315 "type": "string"
3316 },
3317 "maxConcurrentRequests": {
3318 "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.",
3319 "format": "int32",
3320 "type": "integer"
3321 },
3322 "maxPendingLatency": {
3323 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
3324 "format": "google-duration",
3325 "type": "string"
3326 },
3327 "cpuUtilization": {
3328 "$ref": "CpuUtilization",
3329 "description": "Target scaling by CPU usage."
3330 },
3331 "diskUtilization": {
3332 "$ref": "DiskUtilization",
3333 "description": "Target scaling by disk usage."
3334 },
3335 "minPendingLatency": {
3336 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
3337 "format": "google-duration",
3338 "type": "string"
3339 },
3340 "maxIdleInstances": {
3341 "description": "Maximum number of idle instances that should be maintained for this version.",
3342 "format": "int32",
3343 "type": "integer"
3344 },
3345 "requestUtilization": {
3346 "$ref": "RequestUtilization",
3347 "description": "Target scaling by request utilization."
3348 },
3349 "standardSchedulerSettings": {
3350 "$ref": "StandardSchedulerSettings",
3351 "description": "Scheduler settings for standard environment. "
3352 },
3353 "minIdleInstances": {
3354 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a se rvice.",
3355 "format": "int32",
3356 "type": "integer"
3357 },
3358 "maxTotalInstances": {
3359 "description": "Maximum number of instances that should be s tarted to handle requests.",
3360 "format": "int32",
3361 "type": "integer"
3362 } 2729 }
3363 }, 2730 },
3364 "type": "object" 2731 "type": "object"
3365 }, 2732 },
3366 "AuthorizedCertificate": { 2733 "AuthorizedCertificate": {
3367 "description": "An SSL certificate that a user has been authorized t o administer. A user is authorized to administer any certificate that applies to one of their authorized domains.", 2734 "description": "An SSL certificate that a user has been authorized t o administer. A user is authorized to administer any certificate that applies to one of their authorized domains.",
3368 "id": "AuthorizedCertificate", 2735 "id": "AuthorizedCertificate",
3369 "properties": { 2736 "properties": {
2737 "displayName": {
2738 "description": "The user-specified display name of the certi ficate. This is not guaranteed to be unique. Example: My Certificate.",
2739 "type": "string"
2740 },
2741 "certificateRawData": {
2742 "$ref": "CertificateRawData",
2743 "description": "The SSL certificate serving the AuthorizedCe rtificate resource. This must be obtained independently from a certificate autho rity."
2744 },
3370 "visibleDomainMappings": { 2745 "visibleDomainMappings": {
3371 "description": "The full paths to user visible Domain Mappin g resources that have this certificate mapped. Example: apps/myapp/domainMapping s/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have t his certificate mapped. See domain_mappings_count for a complete count.Only retu rned by GET requests when specifically requested by the view=FULL option.@Output Only", 2746 "description": "The full paths to user visible Domain Mappin g resources that have this certificate mapped. Example: apps/myapp/domainMapping s/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have t his certificate mapped. See domain_mappings_count for a complete count.Only retu rned by GET or LIST requests when specifically requested by the view=FULL_CERTIF ICATE option.@OutputOnly",
3372 "items": { 2747 "items": {
3373 "type": "string" 2748 "type": "string"
3374 }, 2749 },
3375 "type": "array" 2750 "type": "array"
3376 }, 2751 },
3377 "expireTime": { 2752 "expireTime": {
3378 "description": "The time when this certificate expires. To u pdate the renewal time on this certificate, upload an SSL certificate with a dif ferent expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate. @OutputOnly", 2753 "description": "The time when this certificate expires. To u pdate the renewal time on this certificate, upload an SSL certificate with a dif ferent expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate. @OutputOnly",
3379 "format": "google-datetime", 2754 "format": "google-datetime",
3380 "type": "string" 2755 "type": "string"
3381 }, 2756 },
3382 "name": { 2757 "name": {
3383 "description": "Full path to the AuthorizedCertificate resou rce in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", 2758 "description": "Full path to the AuthorizedCertificate resou rce in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly",
3384 "type": "string" 2759 "type": "string"
3385 }, 2760 },
3386 "domainMappingsCount": { 2761 "domainMappingsCount": {
3387 "description": "Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET requests w hen specifically requested by the view=FULL option.@OutputOnly", 2762 "description": "Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST re quests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOn ly",
3388 "format": "int32", 2763 "format": "int32",
3389 "type": "integer" 2764 "type": "integer"
3390 }, 2765 },
3391 "domainNames": { 2766 "domainNames": {
3392 "description": "Topmost applicable domains of this certifica te. This certificate applies to these domains and their subdomains. Example: exa mple.com.@OutputOnly", 2767 "description": "Topmost applicable domains of this certifica te. This certificate applies to these domains and their subdomains. Example: exa mple.com.@OutputOnly",
3393 "items": { 2768 "items": {
3394 "type": "string" 2769 "type": "string"
3395 }, 2770 },
3396 "type": "array" 2771 "type": "array"
3397 }, 2772 },
3398 "id": { 2773 "id": {
3399 "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", 2774 "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly",
3400 "type": "string" 2775 "type": "string"
3401 },
3402 "displayName": {
3403 "description": "The user-specified display name of the certi ficate. This is not guaranteed to be unique. Example: My Certificate.",
3404 "type": "string"
3405 },
3406 "certificateRawData": {
3407 "$ref": "CertificateRawData",
3408 "description": "The SSL certificate serving the AuthorizedCe rtificate resource. This must be obtained independently from a certificate autho rity."
3409 } 2776 }
3410 }, 2777 },
3411 "type": "object" 2778 "type": "object"
3412 }, 2779 },
3413 "ResourceRecord": { 2780 "ResourceRecord": {
3414 "description": "A DNS resource record.", 2781 "description": "A DNS resource record.",
3415 "id": "ResourceRecord", 2782 "id": "ResourceRecord",
3416 "properties": { 2783 "properties": {
3417 "name": {
3418 "description": "Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.",
3419 "type": "string"
3420 },
3421 "type": { 2784 "type": {
3422 "description": "Resource record type. Example: AAAA.", 2785 "description": "Resource record type. Example: AAAA.",
3423 "enum": [ 2786 "enum": [
3424 "A", 2787 "A",
3425 "AAAA", 2788 "AAAA",
3426 "CNAME" 2789 "CNAME"
3427 ], 2790 ],
3428 "enumDescriptions": [ 2791 "enumDescriptions": [
3429 "An A resource record. Data is an IPv4 address.", 2792 "An A resource record. Data is an IPv4 address.",
3430 "An AAAA resource record. Data is an IPv6 address.", 2793 "An AAAA resource record. Data is an IPv6 address.",
3431 "A CNAME resource record. Data is a domain name to be al iased." 2794 "A CNAME resource record. Data is a domain name to be al iased."
3432 ], 2795 ],
3433 "type": "string" 2796 "type": "string"
3434 }, 2797 },
3435 "rrdata": { 2798 "rrdata": {
3436 "description": "Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).", 2799 "description": "Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
3437 "type": "string" 2800 "type": "string"
2801 },
2802 "name": {
2803 "description": "Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.",
2804 "type": "string"
3438 } 2805 }
3439 }, 2806 },
3440 "type": "object" 2807 "type": "object"
3441 }, 2808 },
3442 "Library": { 2809 "Library": {
3443 "description": "Third-party Python runtime library that is required by the application.", 2810 "description": "Third-party Python runtime library that is required by the application.",
3444 "id": "Library", 2811 "id": "Library",
3445 "properties": { 2812 "properties": {
2813 "version": {
2814 "description": "Version of the library to select, or \"lates t\".",
2815 "type": "string"
2816 },
3446 "name": { 2817 "name": {
3447 "description": "Name of the library. Example: \"django\".", 2818 "description": "Name of the library. Example: \"django\".",
3448 "type": "string" 2819 "type": "string"
3449 }, 2820 }
3450 "version": { 2821 },
3451 "description": "Version of the library to select, or \"lates t\".", 2822 "type": "object"
3452 "type": "string" 2823 },
3453 } 2824 "ListLocationsResponse": {
3454 }, 2825 "description": "The response message for Locations.ListLocations.",
2826 "id": "ListLocationsResponse",
2827 "properties": {
2828 "nextPageToken": {
2829 "description": "The standard List next-page token.",
2830 "type": "string"
2831 },
2832 "locations": {
2833 "description": "A list of locations that matches the specifi ed filter in the request.",
2834 "items": {
2835 "$ref": "Location"
2836 },
2837 "type": "array"
2838 }
2839 },
2840 "type": "object"
2841 },
2842 "ContainerInfo": {
2843 "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.",
2844 "id": "ContainerInfo",
2845 "properties": {
2846 "image": {
2847 "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\" ",
2848 "type": "string"
2849 }
2850 },
2851 "type": "object"
2852 },
2853 "RequestUtilization": {
2854 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
2855 "id": "RequestUtilization",
2856 "properties": {
2857 "targetRequestCountPerSecond": {
2858 "description": "Target requests per second.",
2859 "format": "int32",
2860 "type": "integer"
2861 },
2862 "targetConcurrentRequests": {
2863 "description": "Target number of concurrent requests.",
2864 "format": "int32",
2865 "type": "integer"
2866 }
2867 },
2868 "type": "object"
2869 },
2870 "EndpointsApiService": {
2871 "description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy.The fields here refer to the name and conf iguration id of a \"service\" resource in the Service Management API (https://cl oud.google.com/service-management/overview).",
2872 "id": "EndpointsApiService",
2873 "properties": {
2874 "configId": {
2875 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
2876 "type": "string"
2877 },
2878 "name": {
2879 "description": "Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endp oints.myproject.cloud.goog\"",
2880 "type": "string"
2881 }
2882 },
2883 "type": "object"
2884 },
2885 "UrlMap": {
2886 "description": "URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.",
2887 "id": "UrlMap",
2888 "properties": {
2889 "login": {
2890 "description": "Level of login required to access this resou rce.",
2891 "enum": [
2892 "LOGIN_UNSPECIFIED",
2893 "LOGIN_OPTIONAL",
2894 "LOGIN_ADMIN",
2895 "LOGIN_REQUIRED"
2896 ],
2897 "enumDescriptions": [
2898 "Not specified. LOGIN_OPTIONAL is assumed.",
2899 "Does not require that the user is signed in.",
2900 "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.",
2901 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
2902 ],
2903 "type": "string"
2904 },
2905 "apiEndpoint": {
2906 "$ref": "ApiEndpointHandler",
2907 "description": "Uses API Endpoints to handle requests."
2908 },
2909 "staticFiles": {
2910 "$ref": "StaticFilesHandler",
2911 "description": "Returns the contents of a file, such as an i mage, as the response."
2912 },
2913 "redirectHttpResponseCode": {
2914 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
2915 "enum": [
2916 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
2917 "REDIRECT_HTTP_RESPONSE_CODE_301",
2918 "REDIRECT_HTTP_RESPONSE_CODE_302",
2919 "REDIRECT_HTTP_RESPONSE_CODE_303",
2920 "REDIRECT_HTTP_RESPONSE_CODE_307"
2921 ],
2922 "enumDescriptions": [
2923 "Not specified. 302 is assumed.",
2924 "301 Moved Permanently code.",
2925 "302 Moved Temporarily code.",
2926 "303 See Other code.",
2927 "307 Temporary Redirect code."
2928 ],
2929 "type": "string"
2930 },
2931 "securityLevel": {
2932 "description": "Security (HTTPS) enforcement for this URL.",
2933 "enum": [
2934 "SECURE_UNSPECIFIED",
2935 "SECURE_DEFAULT",
2936 "SECURE_NEVER",
2937 "SECURE_OPTIONAL",
2938 "SECURE_ALWAYS"
2939 ],
2940 "enumDescriptions": [
2941 "Not specified.",
2942 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used, and respond accordingly.",
2943 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
2944 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used and respond accordingly.",
2945 "Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Quer y parameters are reserved for the redirect."
2946 ],
2947 "type": "string"
2948 },
2949 "authFailAction": {
2950 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
2951 "enum": [
2952 "AUTH_FAIL_ACTION_UNSPECIFIED",
2953 "AUTH_FAIL_ACTION_REDIRECT",
2954 "AUTH_FAIL_ACTION_UNAUTHORIZED"
2955 ],
2956 "enumDescriptions": [
2957 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
2958 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
2959 "Rejects request with a 401 HTTP status code and an erro r message."
2960 ],
2961 "type": "string"
2962 },
2963 "script": {
2964 "$ref": "ScriptHandler",
2965 "description": "Executes a script to handle the request that matches this URL pattern."
2966 },
2967 "urlRegex": {
2968 "description": "URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain gr oupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.",
2969 "type": "string"
2970 }
2971 },
2972 "type": "object"
2973 },
2974 "ApiConfigHandler": {
2975 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
2976 "id": "ApiConfigHandler",
2977 "properties": {
2978 "securityLevel": {
2979 "description": "Security (HTTPS) enforcement for this URL.",
2980 "enum": [
2981 "SECURE_UNSPECIFIED",
2982 "SECURE_DEFAULT",
2983 "SECURE_NEVER",
2984 "SECURE_OPTIONAL",
2985 "SECURE_ALWAYS"
2986 ],
2987 "enumDescriptions": [
2988 "Not specified.",
2989 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used, and respond accordingly.",
2990 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
2991 "Both HTTP and HTTPS requests with URLs that match the h andler succeed without redirects. The application can examine the request to det ermine which protocol was used and respond accordingly.",
2992 "Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Quer y parameters are reserved for the redirect."
2993 ],
2994 "type": "string"
2995 },
2996 "authFailAction": {
2997 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
2998 "enum": [
2999 "AUTH_FAIL_ACTION_UNSPECIFIED",
3000 "AUTH_FAIL_ACTION_REDIRECT",
3001 "AUTH_FAIL_ACTION_UNAUTHORIZED"
3002 ],
3003 "enumDescriptions": [
3004 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
3005 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
3006 "Rejects request with a 401 HTTP status code and an erro r message."
3007 ],
3008 "type": "string"
3009 },
3010 "script": {
3011 "description": "Path to the script from the application root directory.",
3012 "type": "string"
3013 },
3014 "login": {
3015 "description": "Level of login required to access this resou rce. Defaults to optional.",
3016 "enum": [
3017 "LOGIN_UNSPECIFIED",
3018 "LOGIN_OPTIONAL",
3019 "LOGIN_ADMIN",
3020 "LOGIN_REQUIRED"
3021 ],
3022 "enumDescriptions": [
3023 "Not specified. LOGIN_OPTIONAL is assumed.",
3024 "Does not require that the user is signed in.",
3025 "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.",
3026 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
3027 ],
3028 "type": "string"
3029 },
3030 "url": {
3031 "description": "URL to serve the endpoint at.",
3032 "type": "string"
3033 }
3034 },
3035 "type": "object"
3036 },
3037 "Operation": {
3038 "description": "This resource represents a long-running operation th at is the result of a network API call.",
3039 "id": "Operation",
3040 "properties": {
3041 "done": {
3042 "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.",
3043 "type": "boolean"
3044 },
3045 "response": {
3046 "additionalProperties": {
3047 "description": "Properties of the object. Contains field @type with type URL.",
3048 "type": "any"
3049 },
3050 "description": "The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Cr eate/Update, the response should be the resource. For other methods, the respons e should have the type XxxResponse, where Xxx is the original method name. For e xample, if the original method name is TakeSnapshot(), the inferred response typ e is TakeSnapshotResponse.",
3051 "type": "object"
3052 },
3053 "name": {
3054 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. If you use the default HT TP mapping, the name should have the format of operations/some/unique/name.",
3055 "type": "string"
3056 },
3057 "error": {
3058 "$ref": "Status",
3059 "description": "The error result of the operation in case of failure or cancellation."
3060 },
3061 "metadata": {
3062 "additionalProperties": {
3063 "description": "Properties of the object. Contains field @type with type URL.",
3064 "type": "any"
3065 },
3066 "description": "Service-specific metadata associated with th e operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
3067 "type": "object"
3068 }
3069 },
3070 "type": "object"
3071 },
3072 "StaticFilesHandler": {
3073 "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.",
3074 "id": "StaticFilesHandler",
3075 "properties": {
3076 "mimeType": {
3077 "description": "MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each f ile's filename extension.",
3078 "type": "string"
3079 },
3080 "requireMatchingFile": {
3081 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
3082 "type": "boolean"
3083 },
3084 "expiration": {
3085 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.",
3086 "format": "google-duration",
3087 "type": "string"
3088 },
3089 "httpHeaders": {
3090 "additionalProperties": {
3091 "type": "string"
3092 },
3093 "description": "HTTP headers to use for all responses from t hese URLs.",
3094 "type": "object"
3095 },
3096 "applicationReadable": {
3097 "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.",
3098 "type": "boolean"
3099 },
3100 "uploadPathRegex": {
3101 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
3102 "type": "string"
3103 },
3104 "path": {
3105 "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.",
3106 "type": "string"
3107 }
3108 },
3109 "type": "object"
3110 },
3111 "BasicScaling": {
3112 "description": "A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or dr iven by user activity.",
3113 "id": "BasicScaling",
3114 "properties": {
3115 "maxInstances": {
3116 "description": "Maximum number of instances to create for th is version.",
3117 "format": "int32",
3118 "type": "integer"
3119 },
3120 "idleTimeout": {
3121 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
3122 "format": "google-duration",
3123 "type": "string"
3124 }
3125 },
3126 "type": "object"
3127 },
3128 "DiskUtilization": {
3129 "description": "Target scaling by disk usage. Only applicable for VM runtimes.",
3130 "id": "DiskUtilization",
3131 "properties": {
3132 "targetWriteOpsPerSecond": {
3133 "description": "Target ops written per second.",
3134 "format": "int32",
3135 "type": "integer"
3136 },
3137 "targetWriteBytesPerSecond": {
3138 "description": "Target bytes written per second.",
3139 "format": "int32",
3140 "type": "integer"
3141 },
3142 "targetReadOpsPerSecond": {
3143 "description": "Target ops read per seconds.",
3144 "format": "int32",
3145 "type": "integer"
3146 },
3147 "targetReadBytesPerSecond": {
3148 "description": "Target bytes read per second.",
3149 "format": "int32",
3150 "type": "integer"
3151 }
3152 },
3153 "type": "object"
3154 },
3155 "CpuUtilization": {
3156 "description": "Target scaling by CPU usage.",
3157 "id": "CpuUtilization",
3158 "properties": {
3159 "aggregationWindowLength": {
3160 "description": "Period of time over which CPU utilization is calculated.",
3161 "format": "google-duration",
3162 "type": "string"
3163 },
3164 "targetUtilization": {
3165 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.",
3166 "format": "double",
3167 "type": "number"
3168 }
3169 },
3170 "type": "object"
3171 },
3172 "Status": {
3173 "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.",
3174 "id": "Status",
3175 "properties": {
3176 "code": {
3177 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
3178 "format": "int32",
3179 "type": "integer"
3180 },
3181 "message": {
3182 "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.",
3183 "type": "string"
3184 },
3185 "details": {
3186 "description": "A list of messages that carry the error deta ils. There is a common set of message types for APIs to use.",
3187 "items": {
3188 "additionalProperties": {
3189 "description": "Properties of the object. Contains f ield @type with type URL.",
3190 "type": "any"
3191 },
3192 "type": "object"
3193 },
3194 "type": "array"
3195 }
3196 },
3197 "type": "object"
3198 },
3199 "IdentityAwareProxy": {
3200 "description": "Identity-Aware Proxy",
3201 "id": "IdentityAwareProxy",
3202 "properties": {
3203 "enabled": {
3204 "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.",
3205 "type": "boolean"
3206 },
3207 "oauth2ClientSecret": {
3208 "description": "OAuth2 client secret to use for the authenti cation flow.For security reasons, this value cannot be retrieved via the API. In stead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha 256 field.@InputOnly",
3209 "type": "string"
3210 },
3211 "oauth2ClientId": {
3212 "description": "OAuth2 client ID to use for the authenticati on flow.",
3213 "type": "string"
3214 },
3215 "oauth2ClientSecretSha256": {
3216 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
3217 "type": "string"
3218 }
3219 },
3220 "type": "object"
3221 },
3222 "ManualScaling": {
3223 "description": "A service with manual scaling runs continuously, all owing you to perform complex initialization and rely on the state of its memory over time.",
3224 "id": "ManualScaling",
3225 "properties": {
3226 "instances": {
3227 "description": "Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https: //cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.",
3228 "format": "int32",
3229 "type": "integer"
3230 }
3231 },
3232 "type": "object"
3233 },
3234 "LocationMetadata": {
3235 "description": "Metadata for the given google.cloud.location.Locatio n.",
3236 "id": "LocationMetadata",
3237 "properties": {
3238 "flexibleEnvironmentAvailable": {
3239 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
3240 "type": "boolean"
3241 },
3242 "standardEnvironmentAvailable": {
3243 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
3244 "type": "boolean"
3245 }
3246 },
3247 "type": "object"
3248 },
3249 "Service": {
3250 "description": "A Service resource is a logical component of an appl ication that can share state and communicate in a secure fashion with other serv ices. For example, an application that handles customer requests might include s eparate services to handle tasks such as backend data analysis or API requests f rom mobile devices. Each service has a collection of versions that define a spec ific set of code used to implement the functionality of that service.",
3251 "id": "Service",
3252 "properties": {
3253 "id": {
3254 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
3255 "type": "string"
3256 },
3257 "name": {
3258 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
3259 "type": "string"
3260 },
3261 "split": {
3262 "$ref": "TrafficSplit",
3263 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
3264 }
3265 },
3266 "type": "object"
3267 },
3268 "ListOperationsResponse": {
3269 "description": "The response message for Operations.ListOperations." ,
3270 "id": "ListOperationsResponse",
3271 "properties": {
3272 "nextPageToken": {
3273 "description": "The standard List next-page token.",
3274 "type": "string"
3275 },
3276 "operations": {
3277 "description": "A list of operations that matches the specif ied filter in the request.",
3278 "items": {
3279 "$ref": "Operation"
3280 },
3281 "type": "array"
3282 }
3283 },
3284 "type": "object"
3285 },
3286 "FirewallRule": {
3287 "description": "A single firewall rule that is evaluated against inc oming traffic and provides an action to take on matched requests.",
3288 "id": "FirewallRule",
3289 "properties": {
3290 "description": {
3291 "description": "An optional string description of this rule. This field has a maximum length of 100 characters.",
3292 "type": "string"
3293 },
3294 "sourceRange": {
3295 "description": "IP address or range, defined using CIDR nota tion, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 19 2.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0 370:7334.<p>Truncation will be silently performed on addresses which are not pro perly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2. 3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2 001:db8::/32.",
3296 "type": "string"
3297 },
3298 "priority": {
3299 "description": "A positive integer between 1, Int32.MaxValue -1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user.",
3300 "format": "int32",
3301 "type": "integer"
3302 },
3303 "action": {
3304 "description": "The action to take on matched requests.",
3305 "enum": [
3306 "UNSPECIFIED_ACTION",
3307 "ALLOW",
3308 "DENY"
3309 ],
3310 "enumDescriptions": [
3311 "",
3312 "Matching requests are allowed.",
3313 "Matching requests are denied."
3314 ],
3315 "type": "string"
3316 }
3317 },
3318 "type": "object"
3319 },
3320 "OperationMetadata": {
3321 "description": "Metadata for the given google.longrunning.Operation. ",
3322 "id": "OperationMetadata",
3323 "properties": {
3324 "endTime": {
3325 "description": "Timestamp that this operation completed.@Out putOnly",
3326 "format": "google-datetime",
3327 "type": "string"
3328 },
3329 "operationType": {
3330 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
3331 "type": "string"
3332 },
3333 "insertTime": {
3334 "description": "Timestamp that this operation was created.@O utputOnly",
3335 "format": "google-datetime",
3336 "type": "string"
3337 },
3338 "target": {
3339 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
3340 "type": "string"
3341 },
3342 "user": {
3343 "description": "User who requested this operation.@OutputOnl y",
3344 "type": "string"
3345 },
3346 "method": {
3347 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
3348 "type": "string"
3349 }
3350 },
3351 "type": "object"
3352 },
3353 "ListAuthorizedCertificatesResponse": {
3354 "description": "Response message for AuthorizedCertificates.ListAuth orizedCertificates.",
3355 "id": "ListAuthorizedCertificatesResponse",
3356 "properties": {
3357 "nextPageToken": {
3358 "description": "Continuation token for fetching the next pag e of results.",
3359 "type": "string"
3360 },
3361 "certificates": {
3362 "description": "The SSL certificates the user is authorized to administer.",
3363 "items": {
3364 "$ref": "AuthorizedCertificate"
3365 },
3366 "type": "array"
3367 }
3368 },
3369 "type": "object"
3370 },
3371 "FeatureSettings": {
3372 "description": "The feature specific settings to be used in the appl ication. These define behaviors that are user configurable.",
3373 "id": "FeatureSettings",
3374 "properties": {
3375 "splitHealthChecks": {
3376 "description": "Boolean value indicating if split health che cks should be used instead of the legacy health checks. At an app.yaml level, th is means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.",
3377 "type": "boolean"
3378 }
3379 },
3380 "type": "object"
3381 },
3382 "ErrorHandler": {
3383 "description": "Custom static error page to be served when an error occurs.",
3384 "id": "ErrorHandler",
3385 "properties": {
3386 "mimeType": {
3387 "description": "MIME type of file. Defaults to text/html.",
3388 "type": "string"
3389 },
3390 "errorCode": {
3391 "description": "Error condition this handler applies to.",
3392 "enum": [
3393 "ERROR_CODE_UNSPECIFIED",
3394 "ERROR_CODE_DEFAULT",
3395 "ERROR_CODE_OVER_QUOTA",
3396 "ERROR_CODE_DOS_API_DENIAL",
3397 "ERROR_CODE_TIMEOUT"
3398 ],
3399 "enumDescriptions": [
3400 "Not specified. ERROR_CODE_DEFAULT is assumed.",
3401 "All other error types.",
3402 "Application has exceeded a resource quota.",
3403 "Client blocked by the application's Denial of Service p rotection configuration.",
3404 "Deadline reached before the application responds."
3405 ],
3406 "type": "string"
3407 },
3408 "staticFile": {
3409 "description": "Static file content to be served for this er ror.",
3410 "type": "string"
3411 }
3412 },
3413 "type": "object"
3414 },
3415 "SslSettings": {
3416 "description": "SSL configuration for a DomainMapping resource.",
3417 "id": "SslSettings",
3418 "properties": {
3419 "certificateId": {
3420 "description": "ID of the AuthorizedCertificate resource con figuring SSL for the application. Clearing this field will remove SSL support. E xample: 12345.",
3421 "type": "string"
3422 }
3423 },
3424 "type": "object"
3425 },
3426 "OperationMetadataV1": {
3427 "description": "Metadata for the given google.longrunning.Operation. ",
3428 "id": "OperationMetadataV1",
3429 "properties": {
3430 "target": {
3431 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
3432 "type": "string"
3433 },
3434 "user": {
3435 "description": "User who requested this operation.@OutputOnl y",
3436 "type": "string"
3437 },
3438 "ephemeralMessage": {
3439 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
3440 "type": "string"
3441 },
3442 "method": {
3443 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
3444 "type": "string"
3445 },
3446 "endTime": {
3447 "description": "Time that this operation completed.@OutputOn ly",
3448 "format": "google-datetime",
3449 "type": "string"
3450 },
3451 "warning": {
3452 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
3453 "items": {
3454 "type": "string"
3455 },
3456 "type": "array"
3457 },
3458 "insertTime": {
3459 "description": "Time that this operation was created.@Output Only",
3460 "format": "google-datetime",
3461 "type": "string"
3462 }
3463 },
3455 "type": "object" 3464 "type": "object"
3456 } 3465 }
3457 }, 3466 },
3458 "servicePath": "", 3467 "servicePath": "",
3459 "title": "Google App Engine Admin API", 3468 "title": "Google App Engine Admin API",
3460 "version": "v1beta" 3469 "version": "v1beta"
3461 } 3470 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/adexchangebuyer2__v2beta1.json ('k') | discovery/googleapis_beta/appengine__v1beta4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698