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

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

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 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/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services"
7 },
5 "https://www.googleapis.com/auth/appengine.admin": { 8 "https://www.googleapis.com/auth/appengine.admin": {
6 "description": "View and manage your applications deployed o n Google App Engine" 9 "description": "View and manage your applications deployed o n Google App Engine"
7 }, 10 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 11 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "View your data across Google Cloud Platform services" 12 "description": "View your data across Google Cloud Platform services"
10 },
11 "https://www.googleapis.com/auth/cloud-platform": {
12 "description": "View and manage your data across Google Clou d Platform services"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "", 17 "basePath": "",
18 "baseUrl": "https://appengine.googleapis.com/", 18 "baseUrl": "https://appengine.googleapis.com/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "description": "The App Engine Admin API enables developers to provision and manage their App Engine applications.", 20 "description": "The App Engine Admin API enables developers to provision and manage their App Engine applications.",
21 "discoveryVersion": "v1", 21 "discoveryVersion": "v1",
22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", 22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
(...skipping 21 matching lines...) Expand all
44 "fields": { 44 "fields": {
45 "description": "Selector specifying which fields to include in a par tial response.", 45 "description": "Selector specifying which fields to include in a par tial response.",
46 "location": "query", 46 "location": "query",
47 "type": "string" 47 "type": "string"
48 }, 48 },
49 "uploadType": { 49 "uploadType": {
50 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").", 50 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
51 "location": "query", 51 "location": "query",
52 "type": "string" 52 "type": "string"
53 }, 53 },
54 "callback": {
55 "description": "JSONP",
56 "location": "query",
57 "type": "string"
58 },
59 "$.xgafv": { 54 "$.xgafv": {
60 "description": "V1 error format.", 55 "description": "V1 error format.",
61 "enum": [ 56 "enum": [
62 "1", 57 "1",
63 "2" 58 "2"
64 ], 59 ],
65 "enumDescriptions": [ 60 "enumDescriptions": [
66 "v1 error format", 61 "v1 error format",
67 "v2 error format" 62 "v2 error format"
68 ], 63 ],
69 "location": "query", 64 "location": "query",
70 "type": "string" 65 "type": "string"
71 }, 66 },
67 "callback": {
68 "description": "JSONP",
69 "location": "query",
70 "type": "string"
71 },
72 "alt": { 72 "alt": {
73 "default": "json", 73 "default": "json",
74 "description": "Data format for response.", 74 "description": "Data format for response.",
75 "enum": [ 75 "enum": [
76 "json", 76 "json",
77 "media", 77 "media",
78 "proto" 78 "proto"
79 ], 79 ],
80 "enumDescriptions": [ 80 "enumDescriptions": [
81 "Responses with Content-Type of application/json", 81 "Responses with Content-Type of application/json",
(...skipping 17 matching lines...) Expand all
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.", 99 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
100 "location": "query", 100 "location": "query",
101 "type": "string" 101 "type": "string"
102 }, 102 },
103 "pp": { 103 "pp": {
104 "default": "true", 104 "default": "true",
105 "description": "Pretty-print response.", 105 "description": "Pretty-print response.",
106 "location": "query", 106 "location": "query",
107 "type": "boolean" 107 "type": "boolean"
108 }, 108 },
109 "bearer_token": {
110 "description": "OAuth bearer token.",
111 "location": "query",
112 "type": "string"
113 },
109 "oauth_token": { 114 "oauth_token": {
110 "description": "OAuth 2.0 token for the current user.", 115 "description": "OAuth 2.0 token for the current user.",
111 "location": "query", 116 "location": "query",
112 "type": "string" 117 "type": "string"
113 },
114 "bearer_token": {
115 "description": "OAuth bearer token.",
116 "location": "query",
117 "type": "string"
118 } 118 }
119 }, 119 },
120 "protocol": "rest", 120 "protocol": "rest",
121 "resources": { 121 "resources": {
122 "apps": { 122 "apps": {
123 "methods": { 123 "methods": {
124 "create": {
125 "description": "Creates an App Engine application for a Goog le Cloud Platform project. Required fields:\nid - The ID of the target Cloud Pla tform project.\nlocation - The region (https://cloud.google.com/appengine/docs/l ocations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/python/console/).",
126 "httpMethod": "POST",
127 "id": "appengine.apps.create",
128 "parameterOrder": [],
129 "parameters": {},
130 "path": "v1beta/apps",
131 "request": {
132 "$ref": "Application"
133 },
134 "response": {
135 "$ref": "Operation"
136 },
137 "scopes": [
138 "https://www.googleapis.com/auth/cloud-platform"
139 ]
140 },
124 "repair": { 141 "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 .", 142 "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", 143 "httpMethod": "POST",
127 "id": "appengine.apps.repair", 144 "id": "appengine.apps.repair",
128 "parameterOrder": [ 145 "parameterOrder": [
129 "appsId" 146 "appsId"
130 ], 147 ],
131 "parameters": { 148 "parameters": {
132 "appsId": { 149 "appsId": {
133 "description": "Part of `name`. Name of the applicat ion to repair. Example: apps/myapp", 150 "description": "Part of `name`. Name of the applicat ion to repair. Example: apps/myapp",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 }, 213 },
197 "path": "v1beta/apps/{appsId}", 214 "path": "v1beta/apps/{appsId}",
198 "response": { 215 "response": {
199 "$ref": "Application" 216 "$ref": "Application"
200 }, 217 },
201 "scopes": [ 218 "scopes": [
202 "https://www.googleapis.com/auth/appengine.admin", 219 "https://www.googleapis.com/auth/appengine.admin",
203 "https://www.googleapis.com/auth/cloud-platform", 220 "https://www.googleapis.com/auth/cloud-platform",
204 "https://www.googleapis.com/auth/cloud-platform.read-onl y" 221 "https://www.googleapis.com/auth/cloud-platform.read-onl y"
205 ] 222 ]
206 },
207 "create": {
208 "description": "Creates an App Engine application for a Goog le Cloud Platform project. Required fields:\nid - The ID of the target Cloud Pla tform project.\nlocation - The region (https://cloud.google.com/appengine/docs/l ocations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/python/console/).",
209 "httpMethod": "POST",
210 "id": "appengine.apps.create",
211 "parameterOrder": [],
212 "parameters": {},
213 "path": "v1beta/apps",
214 "request": {
215 "$ref": "Application"
216 },
217 "response": {
218 "$ref": "Operation"
219 },
220 "scopes": [
221 "https://www.googleapis.com/auth/cloud-platform"
222 ]
223 } 223 }
224 }, 224 },
225 "resources": { 225 "resources": {
226 "locations": { 226 "services": {
227 "methods": { 227 "methods": {
228 "get": { 228 "delete": {
229 "description": "Get information about a location.", 229 "description": "Deletes the specified service and al l enclosed versions.",
230 "httpMethod": "GET", 230 "httpMethod": "DELETE",
231 "id": "appengine.apps.locations.get", 231 "id": "appengine.apps.services.delete",
232 "parameterOrder": [ 232 "parameterOrder": [
233 "appsId", 233 "appsId",
234 "locationsId" 234 "servicesId"
235 ], 235 ],
236 "parameters": { 236 "parameters": {
237 "appsId": { 237 "appsId": {
238 "description": "Part of `name`. Resource nam e for the location.", 238 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
239 "location": "path", 239 "location": "path",
240 "required": true, 240 "required": true,
241 "type": "string" 241 "type": "string"
242 }, 242 },
243 "locationsId": { 243 "servicesId": {
244 "description": "Part of `name`. See document ation of `appsId`.", 244 "description": "Part of `name`. See document ation of `appsId`.",
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}/locations/{locationsId }", 250 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
251 "response": { 251 "response": {
252 "$ref": "Location" 252 "$ref": "Operation"
253 }, 253 },
254 "scopes": [ 254 "scopes": [
255 "https://www.googleapis.com/auth/appengine.admin ", 255 "https://www.googleapis.com/auth/cloud-platform"
256 "https://www.googleapis.com/auth/cloud-platform" ,
257 "https://www.googleapis.com/auth/cloud-platform. read-only"
258 ] 256 ]
259 }, 257 },
260 "list": { 258 "patch": {
261 "description": "Lists information about the supporte d locations for this service.", 259 "description": "Updates the configuration of the spe cified service.",
262 "httpMethod": "GET", 260 "httpMethod": "PATCH",
263 "id": "appengine.apps.locations.list", 261 "id": "appengine.apps.services.patch",
264 "parameterOrder": [ 262 "parameterOrder": [
265 "appsId" 263 "appsId",
264 "servicesId"
266 ], 265 ],
267 "parameters": { 266 "parameters": {
268 "filter": { 267 "migrateTraffic": {
269 "description": "The standard list filter.", 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).",
269 "location": "query",
270 "type": "boolean"
271 },
272 "updateMask": {
273 "description": "Standard field mask for the set of fields to be updated.",
274 "format": "google-fieldmask",
270 "location": "query", 275 "location": "query",
271 "type": "string" 276 "type": "string"
272 }, 277 },
273 "pageToken": { 278 "servicesId": {
274 "description": "The standard list page token .",
275 "location": "query",
276 "type": "string"
277 },
278 "appsId": {
279 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
280 "location": "path",
281 "required": true,
282 "type": "string"
283 },
284 "pageSize": {
285 "description": "The standard list page size. ",
286 "format": "int32",
287 "location": "query",
288 "type": "integer"
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 "authorizedCertificatesId": {
315 "description": "Part of `name`. See document ation of `appsId`.", 279 "description": "Part of `name`. See document ation of `appsId`.",
316 "location": "path", 280 "location": "path",
317 "required": true, 281 "required": true,
318 "type": "string" 282 "type": "string"
319 }, 283 },
320 "updateMask": {
321 "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.",
322 "format": "google-fieldmask",
323 "location": "query",
324 "type": "string"
325 },
326 "appsId": { 284 "appsId": {
327 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.", 285 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.",
328 "location": "path", 286 "location": "path",
329 "required": true, 287 "required": true,
330 "type": "string" 288 "type": "string"
331 } 289 }
332 }, 290 },
333 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}", 291 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
334 "request": { 292 "request": {
335 "$ref": "AuthorizedCertificate" 293 "$ref": "Service"
336 }, 294 },
337 "response": { 295 "response": {
338 "$ref": "AuthorizedCertificate" 296 "$ref": "Operation"
339 }, 297 },
340 "scopes": [ 298 "scopes": [
341 "https://www.googleapis.com/auth/cloud-platform" 299 "https://www.googleapis.com/auth/cloud-platform"
342 ] 300 ]
343 }, 301 },
344 "get": { 302 "get": {
345 "description": "Gets the specified SSL certificate." , 303 "description": "Gets the current configuration of th e specified service.",
346 "httpMethod": "GET", 304 "httpMethod": "GET",
347 "id": "appengine.apps.authorizedCertificates.get", 305 "id": "appengine.apps.services.get",
348 "parameterOrder": [ 306 "parameterOrder": [
349 "appsId", 307 "appsId",
350 "authorizedCertificatesId" 308 "servicesId"
351 ], 309 ],
352 "parameters": { 310 "parameters": {
353 "appsId": { 311 "servicesId": {
354 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.", 312 "description": "Part of `name`. See document ation of `appsId`.",
355 "location": "path", 313 "location": "path",
356 "required": true, 314 "required": true,
357 "type": "string" 315 "type": "string"
358 }, 316 },
359 "view": { 317 "appsId": {
360 "description": "Controls the set of fields r eturned in the GET response.", 318 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
361 "enum": [
362 "BASIC_CERTIFICATE",
363 "FULL_CERTIFICATE"
364 ],
365 "location": "query",
366 "type": "string"
367 },
368 "authorizedCertificatesId": {
369 "description": "Part of `name`. See document ation of `appsId`.",
370 "location": "path", 319 "location": "path",
371 "required": true, 320 "required": true,
372 "type": "string" 321 "type": "string"
373 } 322 }
374 }, 323 },
375 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}", 324 "path": "v1beta/apps/{appsId}/services/{servicesId}" ,
376 "response": { 325 "response": {
377 "$ref": "AuthorizedCertificate" 326 "$ref": "Service"
378 }, 327 },
379 "scopes": [ 328 "scopes": [
380 "https://www.googleapis.com/auth/appengine.admin ", 329 "https://www.googleapis.com/auth/appengine.admin ",
381 "https://www.googleapis.com/auth/cloud-platform" , 330 "https://www.googleapis.com/auth/cloud-platform" ,
382 "https://www.googleapis.com/auth/cloud-platform. read-only" 331 "https://www.googleapis.com/auth/cloud-platform. read-only"
383 ] 332 ]
384 }, 333 },
385 "list": { 334 "list": {
386 "description": "Lists all SSL certificates the user is authorized to administer.", 335 "description": "Lists all the services in the applic ation.",
387 "httpMethod": "GET", 336 "httpMethod": "GET",
388 "id": "appengine.apps.authorizedCertificates.list", 337 "id": "appengine.apps.services.list",
389 "parameterOrder": [ 338 "parameterOrder": [
390 "appsId" 339 "appsId"
391 ], 340 ],
392 "parameters": { 341 "parameters": {
393 "pageToken": { 342 "pageToken": {
394 "description": "Continuation token for fetch ing the next page of results.", 343 "description": "Continuation token for fetch ing the next page of results.",
395 "location": "query", 344 "location": "query",
396 "type": "string" 345 "type": "string"
397 }, 346 },
398 "appsId": { 347 "appsId": {
399 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.", 348 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
400 "location": "path", 349 "location": "path",
401 "required": true, 350 "required": true,
402 "type": "string" 351 "type": "string"
403 }, 352 },
404 "pageSize": { 353 "pageSize": {
405 "description": "Maximum results to return pe r page.", 354 "description": "Maximum results to return pe r page.",
406 "format": "int32", 355 "format": "int32",
407 "location": "query", 356 "location": "query",
408 "type": "integer" 357 "type": "integer"
409 },
410 "view": {
411 "description": "Controls the set of fields r eturned in the LIST response.",
412 "enum": [
413 "BASIC_CERTIFICATE",
414 "FULL_CERTIFICATE"
415 ],
416 "location": "query",
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"
614 },
615 "pageSize": {
616 "description": "Maximum results to return pe r page.",
617 "format": "int32",
618 "location": "query",
619 "type": "integer"
620 } 358 }
621 }, 359 },
622 "path": "v1beta/apps/{appsId}/services", 360 "path": "v1beta/apps/{appsId}/services",
623 "response": { 361 "response": {
624 "$ref": "ListServicesResponse" 362 "$ref": "ListServicesResponse"
625 }, 363 },
626 "scopes": [ 364 "scopes": [
627 "https://www.googleapis.com/auth/appengine.admin ", 365 "https://www.googleapis.com/auth/appengine.admin ",
628 "https://www.googleapis.com/auth/cloud-platform" , 366 "https://www.googleapis.com/auth/cloud-platform" ,
629 "https://www.googleapis.com/auth/cloud-platform. read-only" 367 "https://www.googleapis.com/auth/cloud-platform. read-only"
630 ] 368 ]
631 } 369 }
632 }, 370 },
633 "resources": { 371 "resources": {
634 "versions": { 372 "versions": {
635 "methods": { 373 "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 "servicesId": {
384 "description": "Part of `parent`. Se e documentation of `appsId`.",
385 "location": "path",
386 "required": true,
387 "type": "string"
388 },
389 "appsId": {
390 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: apps/myapp/serv ices/default.",
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 },
636 "delete": { 407 "delete": {
637 "description": "Deletes an existing Version resource.", 408 "description": "Deletes an existing Version resource.",
638 "httpMethod": "DELETE", 409 "httpMethod": "DELETE",
639 "id": "appengine.apps.services.versions.dele te", 410 "id": "appengine.apps.services.versions.dele te",
640 "parameterOrder": [ 411 "parameterOrder": [
641 "appsId", 412 "appsId",
642 "servicesId", 413 "servicesId",
643 "versionsId" 414 "versionsId"
644 ], 415 ],
645 "parameters": { 416 "parameters": {
(...skipping 18 matching lines...) Expand all
664 }, 435 },
665 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}", 436 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}",
666 "response": { 437 "response": {
667 "$ref": "Operation" 438 "$ref": "Operation"
668 }, 439 },
669 "scopes": [ 440 "scopes": [
670 "https://www.googleapis.com/auth/cloud-p latform" 441 "https://www.googleapis.com/auth/cloud-p latform"
671 ] 442 ]
672 }, 443 },
673 "patch": { 444 "patch": {
674 "description": "Updates the specified Versio n resource. You can specify the following fields depending on the App Engine env ironment and type of scaling that the version resource uses:\nserving_status (ht tps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.servi ces.versions#Version.FIELDS.serving_status): For Version resources that use bas ic scaling, manual scaling, or run in the App Engine flexible environment.\nins tance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1 beta/apps.services.versions#Version.FIELDS.instance_class): For Version resourc es that run in the App Engine standard environment.\nautomatic_scaling.min_idle_ instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be ta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resour ces that use automatic scaling and run in the App Engine standard environment.\ nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/a dmin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_s caling): For Version resources that use automatic scaling and run in the App E ngine standard environment.", 445 "description": "Updates the specified Versio n resource. You can specify the following fields depending on the App Engine env ironment and type of scaling that the version resource uses:\nserving_status (ht tps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.servi ces.versions#Version.FIELDS.serving_status): For Version resources that use bas ic scaling, manual scaling, or run in the App Engine flexible environment.\nins tance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1 beta/apps.services.versions#Version.FIELDS.instance_class): For Version resourc es that run in the App Engine standard environment.\nautomatic_scaling.min_idle_ instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be ta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resour ces that use automatic scaling and run in the App Engine standard environment.\ nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/a dmin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_s caling): For Version resources that use automatic scaling and run in the App E ngine standard environment.\nautomatic_scaling.min_total_instances (https://clou d.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versio ns#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine Flexible environment.\nautomatic_scaling.max_ total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/res t/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine Flexible environ ment.\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengin e/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.aut omatic_scaling): For Version resources that use automatic scaling and run in th e App Engine Flexible environment.\nautomatic_scaling.cpu_utilization.target_ut ilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be ta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resour ces that use automatic scaling and run in the App Engine Flexible environment." ,
675 "httpMethod": "PATCH", 446 "httpMethod": "PATCH",
676 "id": "appengine.apps.services.versions.patc h", 447 "id": "appengine.apps.services.versions.patc h",
677 "parameterOrder": [ 448 "parameterOrder": [
678 "appsId", 449 "appsId",
679 "servicesId", 450 "servicesId",
680 "versionsId" 451 "versionsId"
681 ], 452 ],
682 "parameters": { 453 "parameters": {
683 "versionsId": {
684 "description": "Part of `name`. See documentation of `appsId`.",
685 "location": "path",
686 "required": true,
687 "type": "string"
688 },
689 "updateMask": { 454 "updateMask": {
690 "description": "Standard field mask for the set of fields to be updated.", 455 "description": "Standard field mask for the set of fields to be updated.",
691 "format": "google-fieldmask", 456 "format": "google-fieldmask",
692 "location": "query", 457 "location": "query",
693 "type": "string" 458 "type": "string"
694 }, 459 },
695 "servicesId": { 460 "servicesId": {
696 "description": "Part of `name`. See documentation of `appsId`.", 461 "description": "Part of `name`. See documentation of `appsId`.",
697 "location": "path", 462 "location": "path",
698 "required": true, 463 "required": true,
699 "type": "string" 464 "type": "string"
700 }, 465 },
701 "appsId": { 466 "appsId": {
702 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.", 467 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.",
703 "location": "path", 468 "location": "path",
704 "required": true, 469 "required": true,
705 "type": "string" 470 "type": "string"
471 },
472 "versionsId": {
473 "description": "Part of `name`. See documentation of `appsId`.",
474 "location": "path",
475 "required": true,
476 "type": "string"
706 } 477 }
707 }, 478 },
708 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}", 479 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}",
709 "request": { 480 "request": {
710 "$ref": "Version" 481 "$ref": "Version"
711 }, 482 },
712 "response": { 483 "response": {
713 "$ref": "Operation" 484 "$ref": "Operation"
714 }, 485 },
715 "scopes": [ 486 "scopes": [
716 "https://www.googleapis.com/auth/cloud-p latform" 487 "https://www.googleapis.com/auth/cloud-p latform"
717 ] 488 ]
718 }, 489 },
719 "get": { 490 "get": {
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.", 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.",
721 "httpMethod": "GET", 492 "httpMethod": "GET",
722 "id": "appengine.apps.services.versions.get" , 493 "id": "appengine.apps.services.versions.get" ,
723 "parameterOrder": [ 494 "parameterOrder": [
724 "appsId", 495 "appsId",
725 "servicesId", 496 "servicesId",
726 "versionsId" 497 "versionsId"
727 ], 498 ],
728 "parameters": { 499 "parameters": {
729 "servicesId": {
730 "description": "Part of `name`. See documentation of `appsId`.",
731 "location": "path",
732 "required": true,
733 "type": "string"
734 },
735 "appsId": {
736 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
737 "location": "path",
738 "required": true,
739 "type": "string"
740 },
741 "view": { 500 "view": {
742 "description": "Controls the set of fields returned in the Get response.", 501 "description": "Controls the set of fields returned in the Get response.",
743 "enum": [ 502 "enum": [
744 "BASIC", 503 "BASIC",
745 "FULL" 504 "FULL"
746 ], 505 ],
747 "location": "query", 506 "location": "query",
748 "type": "string" 507 "type": "string"
749 }, 508 },
750 "versionsId": { 509 "versionsId": {
751 "description": "Part of `name`. See documentation of `appsId`.", 510 "description": "Part of `name`. See documentation of `appsId`.",
752 "location": "path", 511 "location": "path",
753 "required": true, 512 "required": true,
754 "type": "string" 513 "type": "string"
514 },
515 "servicesId": {
516 "description": "Part of `name`. See documentation of `appsId`.",
517 "location": "path",
518 "required": true,
519 "type": "string"
520 },
521 "appsId": {
522 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
523 "location": "path",
524 "required": true,
525 "type": "string"
755 } 526 }
756 }, 527 },
757 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}", 528 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions/{versionsId}",
758 "response": { 529 "response": {
759 "$ref": "Version" 530 "$ref": "Version"
760 }, 531 },
761 "scopes": [ 532 "scopes": [
762 "https://www.googleapis.com/auth/appengi ne.admin", 533 "https://www.googleapis.com/auth/appengi ne.admin",
763 "https://www.googleapis.com/auth/cloud-p latform", 534 "https://www.googleapis.com/auth/cloud-p latform",
764 "https://www.googleapis.com/auth/cloud-p latform.read-only" 535 "https://www.googleapis.com/auth/cloud-p latform.read-only"
765 ] 536 ]
766 }, 537 },
767 "list": { 538 "list": {
768 "description": "Lists the versions of a serv ice.", 539 "description": "Lists the versions of a serv ice.",
769 "httpMethod": "GET", 540 "httpMethod": "GET",
770 "id": "appengine.apps.services.versions.list ", 541 "id": "appengine.apps.services.versions.list ",
771 "parameterOrder": [ 542 "parameterOrder": [
772 "appsId", 543 "appsId",
773 "servicesId" 544 "servicesId"
774 ], 545 ],
775 "parameters": { 546 "parameters": {
776 "servicesId": {
777 "description": "Part of `parent`. Se e documentation of `appsId`.",
778 "location": "path",
779 "required": true,
780 "type": "string"
781 },
782 "pageToken": { 547 "pageToken": {
783 "description": "Continuation token f or fetching the next page of results.", 548 "description": "Continuation token f or fetching the next page of results.",
784 "location": "query", 549 "location": "query",
785 "type": "string" 550 "type": "string"
786 }, 551 },
787 "appsId": { 552 "appsId": {
788 "description": "Part of `parent`. Na me of the parent Service resource. Example: apps/myapp/services/default.", 553 "description": "Part of `parent`. Na me of the parent Service resource. Example: apps/myapp/services/default.",
789 "location": "path", 554 "location": "path",
790 "required": true, 555 "required": true,
791 "type": "string" 556 "type": "string"
792 }, 557 },
793 "pageSize": { 558 "pageSize": {
794 "description": "Maximum results to r eturn per page.", 559 "description": "Maximum results to r eturn per page.",
795 "format": "int32", 560 "format": "int32",
796 "location": "query", 561 "location": "query",
797 "type": "integer" 562 "type": "integer"
798 }, 563 },
799 "view": { 564 "view": {
800 "description": "Controls the set of fields returned in the List response.", 565 "description": "Controls the set of fields returned in the List response.",
801 "enum": [ 566 "enum": [
802 "BASIC", 567 "BASIC",
803 "FULL" 568 "FULL"
804 ], 569 ],
805 "location": "query", 570 "location": "query",
806 "type": "string" 571 "type": "string"
572 },
573 "servicesId": {
574 "description": "Part of `parent`. Se e documentation of `appsId`.",
575 "location": "path",
576 "required": true,
577 "type": "string"
807 } 578 }
808 }, 579 },
809 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions", 580 "path": "v1beta/apps/{appsId}/services/{serv icesId}/versions",
810 "response": { 581 "response": {
811 "$ref": "ListVersionsResponse" 582 "$ref": "ListVersionsResponse"
812 }, 583 },
813 "scopes": [ 584 "scopes": [
814 "https://www.googleapis.com/auth/appengi ne.admin", 585 "https://www.googleapis.com/auth/appengi ne.admin",
815 "https://www.googleapis.com/auth/cloud-p latform", 586 "https://www.googleapis.com/auth/cloud-p latform",
816 "https://www.googleapis.com/auth/cloud-p latform.read-only" 587 "https://www.googleapis.com/auth/cloud-p latform.read-only"
817 ] 588 ]
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 "servicesId": {
829 "description": "Part of `parent`. Se e documentation of `appsId`.",
830 "location": "path",
831 "required": true,
832 "type": "string"
833 },
834 "appsId": {
835 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: apps/myapp/serv ices/default.",
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 ]
851 } 589 }
852 }, 590 },
853 "resources": { 591 "resources": {
854 "instances": { 592 "instances": {
855 "methods": { 593 "methods": {
856 "delete": { 594 "debug": {
857 "description": "Stops a running inst ance.", 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 .",
858 "httpMethod": "DELETE", 596 "httpMethod": "POST",
859 "id": "appengine.apps.services.versi ons.instances.delete", 597 "id": "appengine.apps.services.versi ons.instances.debug",
860 "parameterOrder": [ 598 "parameterOrder": [
861 "appsId", 599 "appsId",
862 "servicesId", 600 "servicesId",
863 "versionsId", 601 "versionsId",
864 "instancesId" 602 "instancesId"
865 ], 603 ],
866 "parameters": { 604 "parameters": {
605 "servicesId": {
606 "description": "Part of `nam e`. See documentation of `appsId`.",
607 "location": "path",
608 "required": true,
609 "type": "string"
610 },
867 "instancesId": { 611 "instancesId": {
868 "description": "Part of `nam e`. See documentation of `appsId`.", 612 "description": "Part of `nam e`. See documentation of `appsId`.",
869 "location": "path", 613 "location": "path",
870 "required": true, 614 "required": true,
871 "type": "string" 615 "type": "string"
872 }, 616 },
873 "appsId": { 617 "appsId": {
874 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.", 618 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
875 "location": "path", 619 "location": "path",
876 "required": true, 620 "required": true,
877 "type": "string" 621 "type": "string"
878 }, 622 },
879 "versionsId": { 623 "versionsId": {
880 "description": "Part of `nam e`. See documentation of `appsId`.", 624 "description": "Part of `nam e`. See documentation of `appsId`.",
881 "location": "path", 625 "location": "path",
882 "required": true, 626 "required": true,
883 "type": "string" 627 "type": "string"
884 },
885 "servicesId": {
886 "description": "Part of `nam e`. See documentation of `appsId`.",
887 "location": "path",
888 "required": true,
889 "type": "string"
890 } 628 }
891 }, 629 },
892 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}", 630 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug",
631 "request": {
632 "$ref": "DebugInstanceRequest"
633 },
893 "response": { 634 "response": {
894 "$ref": "Operation" 635 "$ref": "Operation"
895 }, 636 },
896 "scopes": [ 637 "scopes": [
897 "https://www.googleapis.com/auth /cloud-platform" 638 "https://www.googleapis.com/auth /cloud-platform"
898 ] 639 ]
899 }, 640 },
900 "get": { 641 "delete": {
901 "description": "Gets instance inform ation.", 642 "description": "Stops a running inst ance.",
902 "httpMethod": "GET", 643 "httpMethod": "DELETE",
903 "id": "appengine.apps.services.versi ons.instances.get", 644 "id": "appengine.apps.services.versi ons.instances.delete",
904 "parameterOrder": [ 645 "parameterOrder": [
905 "appsId", 646 "appsId",
906 "servicesId", 647 "servicesId",
907 "versionsId", 648 "versionsId",
908 "instancesId" 649 "instancesId"
909 ], 650 ],
910 "parameters": { 651 "parameters": {
911 "instancesId": { 652 "instancesId": {
912 "description": "Part of `nam e`. See documentation of `appsId`.", 653 "description": "Part of `nam e`. See documentation of `appsId`.",
913 "location": "path", 654 "location": "path",
(...skipping 14 matching lines...) Expand all
928 }, 669 },
929 "servicesId": { 670 "servicesId": {
930 "description": "Part of `nam e`. See documentation of `appsId`.", 671 "description": "Part of `nam e`. See documentation of `appsId`.",
931 "location": "path", 672 "location": "path",
932 "required": true, 673 "required": true,
933 "type": "string" 674 "type": "string"
934 } 675 }
935 }, 676 },
936 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}", 677 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}",
937 "response": { 678 "response": {
679 "$ref": "Operation"
680 },
681 "scopes": [
682 "https://www.googleapis.com/auth /cloud-platform"
683 ]
684 },
685 "get": {
686 "description": "Gets instance inform ation.",
687 "httpMethod": "GET",
688 "id": "appengine.apps.services.versi ons.instances.get",
689 "parameterOrder": [
690 "appsId",
691 "servicesId",
692 "versionsId",
693 "instancesId"
694 ],
695 "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": {
703 "description": "Part of `nam e`. See documentation of `appsId`.",
704 "location": "path",
705 "required": true,
706 "type": "string"
707 },
708 "appsId": {
709 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
710 "location": "path",
711 "required": true,
712 "type": "string"
713 },
714 "versionsId": {
715 "description": "Part of `nam e`. See documentation of `appsId`.",
716 "location": "path",
717 "required": true,
718 "type": "string"
719 }
720 },
721 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}",
722 "response": {
938 "$ref": "Instance" 723 "$ref": "Instance"
939 }, 724 },
940 "scopes": [ 725 "scopes": [
941 "https://www.googleapis.com/auth /appengine.admin", 726 "https://www.googleapis.com/auth /appengine.admin",
942 "https://www.googleapis.com/auth /cloud-platform",
943 "https://www.googleapis.com/auth /cloud-platform.read-only"
944 ]
945 },
946 "list": {
947 "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).",
948 "httpMethod": "GET",
949 "id": "appengine.apps.services.versi ons.instances.list",
950 "parameterOrder": [
951 "appsId",
952 "servicesId",
953 "versionsId"
954 ],
955 "parameters": {
956 "servicesId": {
957 "description": "Part of `par ent`. See documentation of `appsId`.",
958 "location": "path",
959 "required": true,
960 "type": "string"
961 },
962 "pageToken": {
963 "description": "Continuation token for fetching the next page of results.",
964 "location": "query",
965 "type": "string"
966 },
967 "appsId": {
968 "description": "Part of `par ent`. Name of the parent Version resource. Example: apps/myapp/services/default/ versions/v1.",
969 "location": "path",
970 "required": true,
971 "type": "string"
972 },
973 "pageSize": {
974 "description": "Maximum resu lts to return per page.",
975 "format": "int32",
976 "location": "query",
977 "type": "integer"
978 },
979 "versionsId": {
980 "description": "Part of `par ent`. See documentation of `appsId`.",
981 "location": "path",
982 "required": true,
983 "type": "string"
984 }
985 },
986 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances",
987 "response": {
988 "$ref": "ListInstancesResponse"
989 },
990 "scopes": [
991 "https://www.googleapis.com/auth /appengine.admin",
992 "https://www.googleapis.com/auth /cloud-platform", 727 "https://www.googleapis.com/auth /cloud-platform",
993 "https://www.googleapis.com/auth /cloud-platform.read-only" 728 "https://www.googleapis.com/auth /cloud-platform.read-only"
994 ] 729 ]
995 }, 730 },
996 "debug": { 731 "list": {
997 "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 .", 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).",
998 "httpMethod": "POST", 733 "httpMethod": "GET",
999 "id": "appengine.apps.services.versi ons.instances.debug", 734 "id": "appengine.apps.services.versi ons.instances.list",
1000 "parameterOrder": [ 735 "parameterOrder": [
1001 "appsId", 736 "appsId",
1002 "servicesId", 737 "servicesId",
1003 "versionsId", 738 "versionsId"
1004 "instancesId"
1005 ], 739 ],
1006 "parameters": { 740 "parameters": {
741 "pageToken": {
742 "description": "Continuation token for fetching the next page of results.",
743 "location": "query",
744 "type": "string"
745 },
746 "appsId": {
747 "description": "Part of `par ent`. Name of the parent Version resource. Example: apps/myapp/services/default/ versions/v1.",
748 "location": "path",
749 "required": true,
750 "type": "string"
751 },
752 "pageSize": {
753 "description": "Maximum resu lts to return per page.",
754 "format": "int32",
755 "location": "query",
756 "type": "integer"
757 },
1007 "versionsId": { 758 "versionsId": {
1008 "description": "Part of `nam e`. See documentation of `appsId`.", 759 "description": "Part of `par ent`. See documentation of `appsId`.",
1009 "location": "path", 760 "location": "path",
1010 "required": true, 761 "required": true,
1011 "type": "string" 762 "type": "string"
1012 }, 763 },
1013 "servicesId": { 764 "servicesId": {
1014 "description": "Part of `nam e`. See documentation of `appsId`.", 765 "description": "Part of `par ent`. See documentation of `appsId`.",
1015 "location": "path",
1016 "required": true,
1017 "type": "string"
1018 },
1019 "instancesId": {
1020 "description": "Part of `nam e`. See documentation of `appsId`.",
1021 "location": "path",
1022 "required": true,
1023 "type": "string"
1024 },
1025 "appsId": {
1026 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
1027 "location": "path", 766 "location": "path",
1028 "required": true, 767 "required": true,
1029 "type": "string" 768 "type": "string"
1030 } 769 }
1031 }, 770 },
1032 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug", 771 "path": "v1beta/apps/{appsId}/servic es/{servicesId}/versions/{versionsId}/instances",
1033 "request": {
1034 "$ref": "DebugInstanceRequest"
1035 },
1036 "response": { 772 "response": {
1037 "$ref": "Operation" 773 "$ref": "ListInstancesResponse"
1038 }, 774 },
1039 "scopes": [ 775 "scopes": [
1040 "https://www.googleapis.com/auth /cloud-platform" 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"
1041 ] 779 ]
1042 } 780 }
1043 } 781 }
1044 } 782 }
1045 } 783 }
1046 } 784 }
1047 } 785 }
1048 }, 786 },
1049 "authorizedDomains": { 787 "authorizedDomains": {
1050 "methods": { 788 "methods": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 ] 859 ]
1122 }, 860 },
1123 "list": { 861 "list": {
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.", 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.",
1125 "httpMethod": "GET", 863 "httpMethod": "GET",
1126 "id": "appengine.apps.operations.list", 864 "id": "appengine.apps.operations.list",
1127 "parameterOrder": [ 865 "parameterOrder": [
1128 "appsId" 866 "appsId"
1129 ], 867 ],
1130 "parameters": { 868 "parameters": {
869 "filter": {
870 "description": "The standard list filter.",
871 "location": "query",
872 "type": "string"
873 },
1131 "pageToken": { 874 "pageToken": {
1132 "description": "The standard list page token .", 875 "description": "The standard list page token .",
1133 "location": "query", 876 "location": "query",
1134 "type": "string" 877 "type": "string"
1135 }, 878 },
1136 "appsId": { 879 "appsId": {
1137 "description": "Part of `name`. The name of the operation's parent resource.", 880 "description": "Part of `name`. The name of the operation's parent resource.",
1138 "location": "path", 881 "location": "path",
1139 "required": true, 882 "required": true,
1140 "type": "string" 883 "type": "string"
1141 }, 884 },
1142 "pageSize": { 885 "pageSize": {
1143 "description": "The standard list page size. ", 886 "description": "The standard list page size. ",
1144 "format": "int32", 887 "format": "int32",
1145 "location": "query", 888 "location": "query",
1146 "type": "integer" 889 "type": "integer"
1147 },
1148 "filter": {
1149 "description": "The standard list filter.",
1150 "location": "query",
1151 "type": "string"
1152 } 890 }
1153 }, 891 },
1154 "path": "v1beta/apps/{appsId}/operations", 892 "path": "v1beta/apps/{appsId}/operations",
1155 "response": { 893 "response": {
1156 "$ref": "ListOperationsResponse" 894 "$ref": "ListOperationsResponse"
1157 }, 895 },
1158 "scopes": [ 896 "scopes": [
1159 "https://www.googleapis.com/auth/appengine.admin ", 897 "https://www.googleapis.com/auth/appengine.admin ",
1160 "https://www.googleapis.com/auth/cloud-platform" , 898 "https://www.googleapis.com/auth/cloud-platform" ,
1161 "https://www.googleapis.com/auth/cloud-platform. read-only" 899 "https://www.googleapis.com/auth/cloud-platform. read-only"
1162 ] 900 ]
1163 } 901 }
1164 } 902 }
1165 }, 903 },
1166 "domainMappings": { 904 "domainMappings": {
1167 "methods": { 905 "methods": {
906 "create": {
907 "description": "Maps a domain to an application. A u ser must be authorized to administer a domain in order to map it to an applicati on. For a list of available authorized domains, see AuthorizedDomains.ListAuthor izedDomains.",
908 "httpMethod": "POST",
909 "id": "appengine.apps.domainMappings.create",
910 "parameterOrder": [
911 "appsId"
912 ],
913 "parameters": {
914 "appsId": {
915 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
916 "location": "path",
917 "required": true,
918 "type": "string"
919 }
920 },
921 "path": "v1beta/apps/{appsId}/domainMappings",
922 "request": {
923 "$ref": "DomainMapping"
924 },
925 "response": {
926 "$ref": "Operation"
927 },
928 "scopes": [
929 "https://www.googleapis.com/auth/cloud-platform"
930 ]
931 },
1168 "delete": { 932 "delete": {
1169 "description": "Deletes the specified domain mapping . A user must be authorized to administer the associated domain in order to dele te a DomainMapping resource.", 933 "description": "Deletes the specified domain mapping . A user must be authorized to administer the associated domain in order to dele te a DomainMapping resource.",
1170 "httpMethod": "DELETE", 934 "httpMethod": "DELETE",
1171 "id": "appengine.apps.domainMappings.delete", 935 "id": "appengine.apps.domainMappings.delete",
1172 "parameterOrder": [ 936 "parameterOrder": [
1173 "appsId", 937 "appsId",
1174 "domainMappingsId" 938 "domainMappingsId"
1175 ], 939 ],
1176 "parameters": { 940 "parameters": {
1177 "appsId": { 941 "appsId": {
(...skipping 19 matching lines...) Expand all
1197 }, 961 },
1198 "patch": { 962 "patch": {
1199 "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.", 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.",
1200 "httpMethod": "PATCH", 964 "httpMethod": "PATCH",
1201 "id": "appengine.apps.domainMappings.patch", 965 "id": "appengine.apps.domainMappings.patch",
1202 "parameterOrder": [ 966 "parameterOrder": [
1203 "appsId", 967 "appsId",
1204 "domainMappingsId" 968 "domainMappingsId"
1205 ], 969 ],
1206 "parameters": { 970 "parameters": {
1207 "appsId": {
1208 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.",
1209 "location": "path",
1210 "required": true,
1211 "type": "string"
1212 },
1213 "domainMappingsId": { 971 "domainMappingsId": {
1214 "description": "Part of `name`. See document ation of `appsId`.", 972 "description": "Part of `name`. See document ation of `appsId`.",
1215 "location": "path", 973 "location": "path",
1216 "required": true, 974 "required": true,
1217 "type": "string" 975 "type": "string"
1218 }, 976 },
1219 "updateMask": { 977 "updateMask": {
1220 "description": "Standard field mask for the set of fields to be updated.", 978 "description": "Standard field mask for the set of fields to be updated.",
1221 "format": "google-fieldmask", 979 "format": "google-fieldmask",
1222 "location": "query", 980 "location": "query",
1223 "type": "string" 981 "type": "string"
982 },
983 "appsId": {
984 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.",
985 "location": "path",
986 "required": true,
987 "type": "string"
1224 } 988 }
1225 }, 989 },
1226 "path": "v1beta/apps/{appsId}/domainMappings/{domain MappingsId}", 990 "path": "v1beta/apps/{appsId}/domainMappings/{domain MappingsId}",
1227 "request": { 991 "request": {
1228 "$ref": "DomainMapping" 992 "$ref": "DomainMapping"
1229 }, 993 },
1230 "response": { 994 "response": {
1231 "$ref": "Operation" 995 "$ref": "Operation"
1232 }, 996 },
1233 "scopes": [ 997 "scopes": [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 }, 1058 },
1295 "path": "v1beta/apps/{appsId}/domainMappings", 1059 "path": "v1beta/apps/{appsId}/domainMappings",
1296 "response": { 1060 "response": {
1297 "$ref": "ListDomainMappingsResponse" 1061 "$ref": "ListDomainMappingsResponse"
1298 }, 1062 },
1299 "scopes": [ 1063 "scopes": [
1300 "https://www.googleapis.com/auth/appengine.admin ", 1064 "https://www.googleapis.com/auth/appengine.admin ",
1301 "https://www.googleapis.com/auth/cloud-platform" , 1065 "https://www.googleapis.com/auth/cloud-platform" ,
1302 "https://www.googleapis.com/auth/cloud-platform. read-only" 1066 "https://www.googleapis.com/auth/cloud-platform. read-only"
1303 ] 1067 ]
1304 },
1305 "create": {
1306 "description": "Maps a domain to an application. A u ser must be authorized to administer a domain in order to map it to an applicati on. For a list of available authorized domains, see AuthorizedDomains.ListAuthor izedDomains.",
1307 "httpMethod": "POST",
1308 "id": "appengine.apps.domainMappings.create",
1309 "parameterOrder": [
1310 "appsId"
1311 ],
1312 "parameters": {
1313 "appsId": {
1314 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
1315 "location": "path",
1316 "required": true,
1317 "type": "string"
1318 }
1319 },
1320 "path": "v1beta/apps/{appsId}/domainMappings",
1321 "request": {
1322 "$ref": "DomainMapping"
1323 },
1324 "response": {
1325 "$ref": "Operation"
1326 },
1327 "scopes": [
1328 "https://www.googleapis.com/auth/cloud-platform"
1329 ]
1330 } 1068 }
1331 } 1069 }
1332 }, 1070 },
1333 "firewall": { 1071 "firewall": {
1334 "resources": { 1072 "resources": {
1335 "ingressRules": { 1073 "ingressRules": {
1336 "methods": { 1074 "methods": {
1075 "list": {
1076 "description": "Lists the firewall rules of an application.",
1077 "httpMethod": "GET",
1078 "id": "appengine.apps.firewall.ingressRules. list",
1079 "parameterOrder": [
1080 "appsId"
1081 ],
1082 "parameters": {
1083 "pageToken": {
1084 "description": "Continuation token f or fetching the next page of results.",
1085 "location": "query",
1086 "type": "string"
1087 },
1088 "appsId": {
1089 "description": "Part of `parent`. Na me of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressR ules.",
1090 "location": "path",
1091 "required": true,
1092 "type": "string"
1093 },
1094 "pageSize": {
1095 "description": "Maximum results to r eturn per page.",
1096 "format": "int32",
1097 "location": "query",
1098 "type": "integer"
1099 },
1100 "matchingAddress": {
1101 "description": "A valid IP Address. If set, only rules matching this address will be returned. The first returned ru le will be the rule that fires on requests from this IP.",
1102 "location": "query",
1103 "type": "string"
1104 }
1105 },
1106 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules",
1107 "response": {
1108 "$ref": "ListIngressRulesResponse"
1109 },
1110 "scopes": [
1111 "https://www.googleapis.com/auth/appengi ne.admin",
1112 "https://www.googleapis.com/auth/cloud-p latform",
1113 "https://www.googleapis.com/auth/cloud-p latform.read-only"
1114 ]
1115 },
1337 "create": { 1116 "create": {
1338 "description": "Creates a firewall rule for the application.", 1117 "description": "Creates a firewall rule for the application.",
1339 "httpMethod": "POST", 1118 "httpMethod": "POST",
1340 "id": "appengine.apps.firewall.ingressRules. create", 1119 "id": "appengine.apps.firewall.ingressRules. create",
1341 "parameterOrder": [ 1120 "parameterOrder": [
1342 "appsId" 1121 "appsId"
1343 ], 1122 ],
1344 "parameters": { 1123 "parameters": {
1345 "appsId": { 1124 "appsId": {
1346 "description": "Part of `parent`. Na me of the parent Firewall collection in which to create a new rule. Example: app s/myapp/firewall/ingressRules.", 1125 "description": "Part of `parent`. Na me of the parent Firewall collection in which to create a new rule. Example: app s/myapp/firewall/ingressRules.",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 }, 1173 },
1395 "patch": { 1174 "patch": {
1396 "description": "Updates the specified firewa ll rule.", 1175 "description": "Updates the specified firewa ll rule.",
1397 "httpMethod": "PATCH", 1176 "httpMethod": "PATCH",
1398 "id": "appengine.apps.firewall.ingressRules. patch", 1177 "id": "appengine.apps.firewall.ingressRules. patch",
1399 "parameterOrder": [ 1178 "parameterOrder": [
1400 "appsId", 1179 "appsId",
1401 "ingressRulesId" 1180 "ingressRulesId"
1402 ], 1181 ],
1403 "parameters": { 1182 "parameters": {
1183 "ingressRulesId": {
1184 "description": "Part of `name`. See documentation of `appsId`.",
1185 "location": "path",
1186 "required": true,
1187 "type": "string"
1188 },
1404 "updateMask": { 1189 "updateMask": {
1405 "description": "Standard field mask for the set of fields to be updated.", 1190 "description": "Standard field mask for the set of fields to be updated.",
1406 "format": "google-fieldmask", 1191 "format": "google-fieldmask",
1407 "location": "query", 1192 "location": "query",
1408 "type": "string" 1193 "type": "string"
1409 }, 1194 },
1410 "appsId": { 1195 "appsId": {
1411 "description": "Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/1 00.", 1196 "description": "Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/1 00.",
1412 "location": "path", 1197 "location": "path",
1413 "required": true, 1198 "required": true,
1414 "type": "string" 1199 "type": "string"
1415 },
1416 "ingressRulesId": {
1417 "description": "Part of `name`. See documentation of `appsId`.",
1418 "location": "path",
1419 "required": true,
1420 "type": "string"
1421 } 1200 }
1422 }, 1201 },
1423 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}", 1202 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}",
1424 "request": { 1203 "request": {
1425 "$ref": "FirewallRule" 1204 "$ref": "FirewallRule"
1426 }, 1205 },
1427 "response": { 1206 "response": {
1428 "$ref": "FirewallRule" 1207 "$ref": "FirewallRule"
1429 }, 1208 },
1430 "scopes": [ 1209 "scopes": [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 "type": "string" 1258 "type": "string"
1480 } 1259 }
1481 }, 1260 },
1482 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}", 1261 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules/{ingressRulesId}",
1483 "response": { 1262 "response": {
1484 "$ref": "Empty" 1263 "$ref": "Empty"
1485 }, 1264 },
1486 "scopes": [ 1265 "scopes": [
1487 "https://www.googleapis.com/auth/cloud-p latform" 1266 "https://www.googleapis.com/auth/cloud-p latform"
1488 ] 1267 ]
1489 }, 1268 }
1490 "list": { 1269 }
1491 "description": "Lists the firewall rules of an application.", 1270 }
1492 "httpMethod": "GET", 1271 }
1493 "id": "appengine.apps.firewall.ingressRules. list", 1272 },
1494 "parameterOrder": [ 1273 "locations": {
1495 "appsId" 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 "filter": {
1316 "description": "The standard list filter.",
1317 "location": "query",
1318 "type": "string"
1319 },
1320 "pageToken": {
1321 "description": "The standard list page token .",
1322 "location": "query",
1323 "type": "string"
1324 },
1325 "appsId": {
1326 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
1327 "location": "path",
1328 "required": true,
1329 "type": "string"
1330 },
1331 "pageSize": {
1332 "description": "The standard list page size. ",
1333 "format": "int32",
1334 "location": "query",
1335 "type": "integer"
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 "delete": {
1353 "description": "Deletes the specified SSL certificat e.",
1354 "httpMethod": "DELETE",
1355 "id": "appengine.apps.authorizedCertificates.delete" ,
1356 "parameterOrder": [
1357 "appsId",
1358 "authorizedCertificatesId"
1359 ],
1360 "parameters": {
1361 "appsId": {
1362 "description": "Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.",
1363 "location": "path",
1364 "required": true,
1365 "type": "string"
1366 },
1367 "authorizedCertificatesId": {
1368 "description": "Part of `name`. See document ation of `appsId`.",
1369 "location": "path",
1370 "required": true,
1371 "type": "string"
1372 }
1373 },
1374 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1375 "response": {
1376 "$ref": "Empty"
1377 },
1378 "scopes": [
1379 "https://www.googleapis.com/auth/cloud-platform"
1380 ]
1381 },
1382 "patch": {
1383 "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.",
1384 "httpMethod": "PATCH",
1385 "id": "appengine.apps.authorizedCertificates.patch",
1386 "parameterOrder": [
1387 "appsId",
1388 "authorizedCertificatesId"
1389 ],
1390 "parameters": {
1391 "authorizedCertificatesId": {
1392 "description": "Part of `name`. See document ation of `appsId`.",
1393 "location": "path",
1394 "required": true,
1395 "type": "string"
1396 },
1397 "updateMask": {
1398 "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.",
1399 "format": "google-fieldmask",
1400 "location": "query",
1401 "type": "string"
1402 },
1403 "appsId": {
1404 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.",
1405 "location": "path",
1406 "required": true,
1407 "type": "string"
1408 }
1409 },
1410 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1411 "request": {
1412 "$ref": "AuthorizedCertificate"
1413 },
1414 "response": {
1415 "$ref": "AuthorizedCertificate"
1416 },
1417 "scopes": [
1418 "https://www.googleapis.com/auth/cloud-platform"
1419 ]
1420 },
1421 "get": {
1422 "description": "Gets the specified SSL certificate." ,
1423 "httpMethod": "GET",
1424 "id": "appengine.apps.authorizedCertificates.get",
1425 "parameterOrder": [
1426 "appsId",
1427 "authorizedCertificatesId"
1428 ],
1429 "parameters": {
1430 "appsId": {
1431 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.",
1432 "location": "path",
1433 "required": true,
1434 "type": "string"
1435 },
1436 "view": {
1437 "description": "Controls the set of fields r eturned in the GET response.",
1438 "enum": [
1439 "BASIC_CERTIFICATE",
1440 "FULL_CERTIFICATE"
1496 ], 1441 ],
1497 "parameters": { 1442 "location": "query",
1498 "pageToken": { 1443 "type": "string"
1499 "description": "Continuation token f or fetching the next page of results.", 1444 },
1500 "location": "query", 1445 "authorizedCertificatesId": {
1501 "type": "string" 1446 "description": "Part of `name`. See document ation of `appsId`.",
1502 }, 1447 "location": "path",
1503 "appsId": { 1448 "required": true,
1504 "description": "Part of `parent`. Na me of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressR ules.", 1449 "type": "string"
1505 "location": "path", 1450 }
1506 "required": true, 1451 },
1507 "type": "string" 1452 "path": "v1beta/apps/{appsId}/authorizedCertificates /{authorizedCertificatesId}",
1508 }, 1453 "response": {
1509 "pageSize": { 1454 "$ref": "AuthorizedCertificate"
1510 "description": "Maximum results to r eturn per page.", 1455 },
1511 "format": "int32", 1456 "scopes": [
1512 "location": "query", 1457 "https://www.googleapis.com/auth/appengine.admin ",
1513 "type": "integer" 1458 "https://www.googleapis.com/auth/cloud-platform" ,
1514 }, 1459 "https://www.googleapis.com/auth/cloud-platform. read-only"
1515 "matchingAddress": { 1460 ]
1516 "description": "A valid IP Address. If set, only rules matching this address will be returned. The first returned ru le will be the rule that fires on requests from this IP.", 1461 },
1517 "location": "query", 1462 "list": {
1518 "type": "string" 1463 "description": "Lists all SSL certificates the user is authorized to administer.",
1519 } 1464 "httpMethod": "GET",
1520 }, 1465 "id": "appengine.apps.authorizedCertificates.list",
1521 "path": "v1beta/apps/{appsId}/firewall/ingre ssRules", 1466 "parameterOrder": [
1522 "response": { 1467 "appsId"
1523 "$ref": "ListIngressRulesResponse" 1468 ],
1524 }, 1469 "parameters": {
1525 "scopes": [ 1470 "pageToken": {
1526 "https://www.googleapis.com/auth/appengi ne.admin", 1471 "description": "Continuation token for fetch ing the next page of results.",
1527 "https://www.googleapis.com/auth/cloud-p latform", 1472 "location": "query",
1528 "https://www.googleapis.com/auth/cloud-p latform.read-only" 1473 "type": "string"
1529 ] 1474 },
1530 } 1475 "appsId": {
1531 } 1476 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
1477 "location": "path",
1478 "required": true,
1479 "type": "string"
1480 },
1481 "pageSize": {
1482 "description": "Maximum results to return pe r page.",
1483 "format": "int32",
1484 "location": "query",
1485 "type": "integer"
1486 },
1487 "view": {
1488 "description": "Controls the set of fields r eturned in the LIST response.",
1489 "enum": [
1490 "BASIC_CERTIFICATE",
1491 "FULL_CERTIFICATE"
1492 ],
1493 "location": "query",
1494 "type": "string"
1495 }
1496 },
1497 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
1498 "response": {
1499 "$ref": "ListAuthorizedCertificatesResponse"
1500 },
1501 "scopes": [
1502 "https://www.googleapis.com/auth/appengine.admin ",
1503 "https://www.googleapis.com/auth/cloud-platform" ,
1504 "https://www.googleapis.com/auth/cloud-platform. read-only"
1505 ]
1506 },
1507 "create": {
1508 "description": "Uploads the specified SSL certificat e.",
1509 "httpMethod": "POST",
1510 "id": "appengine.apps.authorizedCertificates.create" ,
1511 "parameterOrder": [
1512 "appsId"
1513 ],
1514 "parameters": {
1515 "appsId": {
1516 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
1517 "location": "path",
1518 "required": true,
1519 "type": "string"
1520 }
1521 },
1522 "path": "v1beta/apps/{appsId}/authorizedCertificates ",
1523 "request": {
1524 "$ref": "AuthorizedCertificate"
1525 },
1526 "response": {
1527 "$ref": "AuthorizedCertificate"
1528 },
1529 "scopes": [
1530 "https://www.googleapis.com/auth/cloud-platform"
1531 ]
1532 } 1532 }
1533 } 1533 }
1534 } 1534 }
1535 } 1535 }
1536 } 1536 }
1537 }, 1537 },
1538 "revision": "20170811", 1538 "revision": "20170901",
1539 "rootUrl": "https://appengine.googleapis.com/", 1539 "rootUrl": "https://appengine.googleapis.com/",
1540 "schemas": { 1540 "schemas": {
1541 "FeatureSettings": { 1541 "ListDomainMappingsResponse": {
1542 "description": "The feature specific settings to be used in the appl ication. These define behaviors that are user configurable.", 1542 "description": "Response message for DomainMappings.ListDomainMappin gs.",
1543 "id": "FeatureSettings", 1543 "id": "ListDomainMappingsResponse",
1544 "properties": { 1544 "properties": {
1545 "splitHealthChecks": { 1545 "domainMappings": {
1546 "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.", 1546 "description": "The domain mappings for the application.",
1547 "type": "boolean" 1547 "items": {
1548 "$ref": "DomainMapping"
1549 },
1550 "type": "array"
1551 },
1552 "nextPageToken": {
1553 "description": "Continuation token for fetching the next pag e of results.",
1554 "type": "string"
1548 } 1555 }
1549 }, 1556 },
1550 "type": "object" 1557 "type": "object"
1551 }, 1558 },
1552 "OperationMetadataV1": { 1559 "OperationMetadataV1Alpha": {
1553 "description": "Metadata for the given google.longrunning.Operation. ", 1560 "description": "Metadata for the given google.longrunning.Operation. ",
1554 "id": "OperationMetadataV1", 1561 "id": "OperationMetadataV1Alpha",
1555 "properties": { 1562 "properties": {
1563 "target": {
1564 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
1565 "type": "string"
1566 },
1567 "user": {
1568 "description": "User who requested this operation.@OutputOnl y",
1569 "type": "string"
1570 },
1571 "ephemeralMessage": {
1572 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
1573 "type": "string"
1574 },
1575 "method": {
1576 "description": "API method that initiated this operation. Ex ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly",
1577 "type": "string"
1578 },
1556 "endTime": { 1579 "endTime": {
1557 "description": "Time that this operation completed.@OutputOn ly", 1580 "description": "Time that this operation completed.@OutputOn ly",
1558 "format": "google-datetime", 1581 "format": "google-datetime",
1559 "type": "string" 1582 "type": "string"
1560 }, 1583 },
1561 "warning": { 1584 "warning": {
1562 "description": "Durable messages that persist on every opera tion poll. @OutputOnly", 1585 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
1563 "items": { 1586 "items": {
1564 "type": "string" 1587 "type": "string"
1565 }, 1588 },
1566 "type": "array" 1589 "type": "array"
1567 }, 1590 },
1568 "insertTime": { 1591 "insertTime": {
1569 "description": "Time that this operation was created.@Output Only", 1592 "description": "Time that this operation was created.@Output Only",
1570 "format": "google-datetime", 1593 "format": "google-datetime",
1571 "type": "string" 1594 "type": "string"
1595 }
1596 },
1597 "type": "object"
1598 },
1599 "UrlDispatchRule": {
1600 "description": "Rules to match an HTTP request and dispatch that req uest to a service.",
1601 "id": "UrlDispatchRule",
1602 "properties": {
1603 "service": {
1604 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.",
1605 "type": "string"
1606 },
1607 "domain": {
1608 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
1609 "type": "string"
1610 },
1611 "path": {
1612 "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.",
1613 "type": "string"
1614 }
1615 },
1616 "type": "object"
1617 },
1618 "ListVersionsResponse": {
1619 "description": "Response message for Versions.ListVersions.",
1620 "id": "ListVersionsResponse",
1621 "properties": {
1622 "versions": {
1623 "description": "The versions belonging to the requested serv ice.",
1624 "items": {
1625 "$ref": "Version"
1626 },
1627 "type": "array"
1628 },
1629 "nextPageToken": {
1630 "description": "Continuation token for fetching the next pag e of results.",
1631 "type": "string"
1632 }
1633 },
1634 "type": "object"
1635 },
1636 "ListAuthorizedDomainsResponse": {
1637 "description": "Response message for AuthorizedDomains.ListAuthorize dDomains.",
1638 "id": "ListAuthorizedDomainsResponse",
1639 "properties": {
1640 "nextPageToken": {
1641 "description": "Continuation token for fetching the next pag e of results.",
1642 "type": "string"
1643 },
1644 "domains": {
1645 "description": "The authorized domains belonging to the user .",
1646 "items": {
1647 "$ref": "AuthorizedDomain"
1648 },
1649 "type": "array"
1650 }
1651 },
1652 "type": "object"
1653 },
1654 "ApiEndpointHandler": {
1655 "description": "Uses Google Cloud Endpoints to handle requests.",
1656 "id": "ApiEndpointHandler",
1657 "properties": {
1658 "scriptPath": {
1659 "description": "Path to the script from the application root directory.",
1660 "type": "string"
1661 }
1662 },
1663 "type": "object"
1664 },
1665 "Empty": {
1666 "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 {}.",
1667 "id": "Empty",
1668 "properties": {},
1669 "type": "object"
1670 },
1671 "DomainMapping": {
1672 "description": "A domain serving an App Engine application.",
1673 "id": "DomainMapping",
1674 "properties": {
1675 "sslSettings": {
1676 "$ref": "SslSettings",
1677 "description": "SSL configuration for this domain. If unconf igured, this domain will not serve with SSL."
1678 },
1679 "name": {
1680 "description": "Full path to the DomainMapping resource in t he API. Example: apps/myapp/domainMapping/example.com.@OutputOnly",
1681 "type": "string"
1682 },
1683 "resourceRecords": {
1684 "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",
1685 "items": {
1686 "$ref": "ResourceRecord"
1687 },
1688 "type": "array"
1689 },
1690 "id": {
1691 "description": "Relative name of the domain serving the appl ication. Example: example.com.",
1692 "type": "string"
1693 }
1694 },
1695 "type": "object"
1696 },
1697 "AutomaticScaling": {
1698 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
1699 "id": "AutomaticScaling",
1700 "properties": {
1701 "requestUtilization": {
1702 "$ref": "RequestUtilization",
1703 "description": "Target scaling by request utilization."
1704 },
1705 "maxIdleInstances": {
1706 "description": "Maximum number of idle instances that should be maintained for this version.",
1707 "format": "int32",
1708 "type": "integer"
1709 },
1710 "standardSchedulerSettings": {
1711 "$ref": "StandardSchedulerSettings",
1712 "description": "Scheduler settings for standard environment. "
1713 },
1714 "minIdleInstances": {
1715 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a se rvice.",
1716 "format": "int32",
1717 "type": "integer"
1718 },
1719 "maxTotalInstances": {
1720 "description": "Maximum number of instances that should be s tarted to handle requests.",
1721 "format": "int32",
1722 "type": "integer"
1723 },
1724 "minTotalInstances": {
1725 "description": "Minimum number of instances that should be m aintained for this version.",
1726 "format": "int32",
1727 "type": "integer"
1728 },
1729 "networkUtilization": {
1730 "$ref": "NetworkUtilization",
1731 "description": "Target scaling by network usage."
1732 },
1733 "coolDownPeriod": {
1734 "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.",
1735 "format": "google-duration",
1736 "type": "string"
1737 },
1738 "maxConcurrentRequests": {
1739 "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.",
1740 "format": "int32",
1741 "type": "integer"
1742 },
1743 "maxPendingLatency": {
1744 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
1745 "format": "google-duration",
1746 "type": "string"
1747 },
1748 "cpuUtilization": {
1749 "$ref": "CpuUtilization",
1750 "description": "Target scaling by CPU usage."
1751 },
1752 "diskUtilization": {
1753 "$ref": "DiskUtilization",
1754 "description": "Target scaling by disk usage."
1755 },
1756 "minPendingLatency": {
1757 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
1758 "format": "google-duration",
1759 "type": "string"
1760 }
1761 },
1762 "type": "object"
1763 },
1764 "ZipInfo": {
1765 "description": "The zip file information for a zip deployment.",
1766 "id": "ZipInfo",
1767 "properties": {
1768 "filesCount": {
1769 "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.",
1770 "format": "int32",
1771 "type": "integer"
1772 },
1773 "sourceUrl": {
1774 "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>'.",
1775 "type": "string"
1776 }
1777 },
1778 "type": "object"
1779 },
1780 "AuthorizedCertificate": {
1781 "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.",
1782 "id": "AuthorizedCertificate",
1783 "properties": {
1784 "visibleDomainMappings": {
1785 "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",
1786 "items": {
1787 "type": "string"
1788 },
1789 "type": "array"
1790 },
1791 "expireTime": {
1792 "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",
1793 "format": "google-datetime",
1794 "type": "string"
1795 },
1796 "name": {
1797 "description": "Full path to the AuthorizedCertificate resou rce in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly",
1798 "type": "string"
1799 },
1800 "domainMappingsCount": {
1801 "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",
1802 "format": "int32",
1803 "type": "integer"
1804 },
1805 "domainNames": {
1806 "description": "Topmost applicable domains of this certifica te. This certificate applies to these domains and their subdomains. Example: exa mple.com.@OutputOnly",
1807 "items": {
1808 "type": "string"
1809 },
1810 "type": "array"
1811 },
1812 "id": {
1813 "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly",
1814 "type": "string"
1815 },
1816 "displayName": {
1817 "description": "The user-specified display name of the certi ficate. This is not guaranteed to be unique. Example: My Certificate.",
1818 "type": "string"
1819 },
1820 "managedCertificate": {
1821 "$ref": "ManagedCertificate",
1822 "description": "Only applicable if this certificate is manag ed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapp ing and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@Out putOnly"
1823 },
1824 "certificateRawData": {
1825 "$ref": "CertificateRawData",
1826 "description": "The SSL certificate serving the AuthorizedCe rtificate resource. This must be obtained independently from a certificate autho rity."
1827 }
1828 },
1829 "type": "object"
1830 },
1831 "ResourceRecord": {
1832 "description": "A DNS resource record.",
1833 "id": "ResourceRecord",
1834 "properties": {
1835 "type": {
1836 "description": "Resource record type. Example: AAAA.",
1837 "enum": [
1838 "A",
1839 "AAAA",
1840 "CNAME"
1841 ],
1842 "enumDescriptions": [
1843 "An A resource record. Data is an IPv4 address.",
1844 "An AAAA resource record. Data is an IPv6 address.",
1845 "A CNAME resource record. Data is a domain name to be al iased."
1846 ],
1847 "type": "string"
1848 },
1849 "rrdata": {
1850 "description": "Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
1851 "type": "string"
1852 },
1853 "name": {
1854 "description": "Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.",
1855 "type": "string"
1856 }
1857 },
1858 "type": "object"
1859 },
1860 "Library": {
1861 "description": "Third-party Python runtime library that is required by the application.",
1862 "id": "Library",
1863 "properties": {
1864 "version": {
1865 "description": "Version of the library to select, or \"lates t\".",
1866 "type": "string"
1867 },
1868 "name": {
1869 "description": "Name of the library. Example: \"django\".",
1870 "type": "string"
1871 }
1872 },
1873 "type": "object"
1874 },
1875 "ListLocationsResponse": {
1876 "description": "The response message for Locations.ListLocations.",
1877 "id": "ListLocationsResponse",
1878 "properties": {
1879 "locations": {
1880 "description": "A list of locations that matches the specifi ed filter in the request.",
1881 "items": {
1882 "$ref": "Location"
1883 },
1884 "type": "array"
1885 },
1886 "nextPageToken": {
1887 "description": "The standard List next-page token.",
1888 "type": "string"
1889 }
1890 },
1891 "type": "object"
1892 },
1893 "ContainerInfo": {
1894 "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.",
1895 "id": "ContainerInfo",
1896 "properties": {
1897 "image": {
1898 "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\" ",
1899 "type": "string"
1900 }
1901 },
1902 "type": "object"
1903 },
1904 "RequestUtilization": {
1905 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
1906 "id": "RequestUtilization",
1907 "properties": {
1908 "targetRequestCountPerSecond": {
1909 "description": "Target requests per second.",
1910 "format": "int32",
1911 "type": "integer"
1912 },
1913 "targetConcurrentRequests": {
1914 "description": "Target number of concurrent requests.",
1915 "format": "int32",
1916 "type": "integer"
1917 }
1918 },
1919 "type": "object"
1920 },
1921 "EndpointsApiService": {
1922 "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).",
1923 "id": "EndpointsApiService",
1924 "properties": {
1925 "configId": {
1926 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
1927 "type": "string"
1928 },
1929 "name": {
1930 "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\"",
1931 "type": "string"
1932 }
1933 },
1934 "type": "object"
1935 },
1936 "UrlMap": {
1937 "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.",
1938 "id": "UrlMap",
1939 "properties": {
1940 "script": {
1941 "$ref": "ScriptHandler",
1942 "description": "Executes a script to handle the request that matches this URL pattern."
1943 },
1944 "urlRegex": {
1945 "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.",
1946 "type": "string"
1947 },
1948 "login": {
1949 "description": "Level of login required to access this resou rce.",
1950 "enum": [
1951 "LOGIN_UNSPECIFIED",
1952 "LOGIN_OPTIONAL",
1953 "LOGIN_ADMIN",
1954 "LOGIN_REQUIRED"
1955 ],
1956 "enumDescriptions": [
1957 "Not specified. LOGIN_OPTIONAL is assumed.",
1958 "Does not require that the user is signed in.",
1959 "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.",
1960 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
1961 ],
1962 "type": "string"
1963 },
1964 "apiEndpoint": {
1965 "$ref": "ApiEndpointHandler",
1966 "description": "Uses API Endpoints to handle requests."
1967 },
1968 "staticFiles": {
1969 "$ref": "StaticFilesHandler",
1970 "description": "Returns the contents of a file, such as an i mage, as the response."
1971 },
1972 "redirectHttpResponseCode": {
1973 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
1974 "enum": [
1975 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
1976 "REDIRECT_HTTP_RESPONSE_CODE_301",
1977 "REDIRECT_HTTP_RESPONSE_CODE_302",
1978 "REDIRECT_HTTP_RESPONSE_CODE_303",
1979 "REDIRECT_HTTP_RESPONSE_CODE_307"
1980 ],
1981 "enumDescriptions": [
1982 "Not specified. 302 is assumed.",
1983 "301 Moved Permanently code.",
1984 "302 Moved Temporarily code.",
1985 "303 See Other code.",
1986 "307 Temporary Redirect code."
1987 ],
1988 "type": "string"
1989 },
1990 "securityLevel": {
1991 "description": "Security (HTTPS) enforcement for this URL.",
1992 "enum": [
1993 "SECURE_UNSPECIFIED",
1994 "SECURE_DEFAULT",
1995 "SECURE_NEVER",
1996 "SECURE_OPTIONAL",
1997 "SECURE_ALWAYS"
1998 ],
1999 "enumDescriptions": [
2000 "Not specified.",
2001 "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.",
2002 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
2003 "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.",
2004 "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."
2005 ],
2006 "type": "string"
2007 },
2008 "authFailAction": {
2009 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
2010 "enum": [
2011 "AUTH_FAIL_ACTION_UNSPECIFIED",
2012 "AUTH_FAIL_ACTION_REDIRECT",
2013 "AUTH_FAIL_ACTION_UNAUTHORIZED"
2014 ],
2015 "enumDescriptions": [
2016 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
2017 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
2018 "Rejects request with a 401 HTTP status code and an erro r message."
2019 ],
2020 "type": "string"
2021 }
2022 },
2023 "type": "object"
2024 },
2025 "ApiConfigHandler": {
2026 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
2027 "id": "ApiConfigHandler",
2028 "properties": {
2029 "securityLevel": {
2030 "description": "Security (HTTPS) enforcement for this URL.",
2031 "enum": [
2032 "SECURE_UNSPECIFIED",
2033 "SECURE_DEFAULT",
2034 "SECURE_NEVER",
2035 "SECURE_OPTIONAL",
2036 "SECURE_ALWAYS"
2037 ],
2038 "enumDescriptions": [
2039 "Not specified.",
2040 "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.",
2041 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
2042 "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.",
2043 "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."
2044 ],
2045 "type": "string"
2046 },
2047 "authFailAction": {
2048 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
2049 "enum": [
2050 "AUTH_FAIL_ACTION_UNSPECIFIED",
2051 "AUTH_FAIL_ACTION_REDIRECT",
2052 "AUTH_FAIL_ACTION_UNAUTHORIZED"
2053 ],
2054 "enumDescriptions": [
2055 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
2056 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
2057 "Rejects request with a 401 HTTP status code and an erro r message."
2058 ],
2059 "type": "string"
2060 },
2061 "script": {
2062 "description": "Path to the script from the application root directory.",
2063 "type": "string"
2064 },
2065 "login": {
2066 "description": "Level of login required to access this resou rce. Defaults to optional.",
2067 "enum": [
2068 "LOGIN_UNSPECIFIED",
2069 "LOGIN_OPTIONAL",
2070 "LOGIN_ADMIN",
2071 "LOGIN_REQUIRED"
2072 ],
2073 "enumDescriptions": [
2074 "Not specified. LOGIN_OPTIONAL is assumed.",
2075 "Does not require that the user is signed in.",
2076 "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.",
2077 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
2078 ],
2079 "type": "string"
2080 },
2081 "url": {
2082 "description": "URL to serve the endpoint at.",
2083 "type": "string"
2084 }
2085 },
2086 "type": "object"
2087 },
2088 "Operation": {
2089 "description": "This resource represents a long-running operation th at is the result of a network API call.",
2090 "id": "Operation",
2091 "properties": {
2092 "error": {
2093 "$ref": "Status",
2094 "description": "The error result of the operation in case of failure or cancellation."
2095 },
2096 "metadata": {
2097 "additionalProperties": {
2098 "description": "Properties of the object. Contains field @type with type URL.",
2099 "type": "any"
2100 },
2101 "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.",
2102 "type": "object"
2103 },
2104 "done": {
2105 "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.",
2106 "type": "boolean"
2107 },
2108 "response": {
2109 "additionalProperties": {
2110 "description": "Properties of the object. Contains field @type with type URL.",
2111 "type": "any"
2112 },
2113 "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.",
2114 "type": "object"
2115 },
2116 "name": {
2117 "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.",
2118 "type": "string"
2119 }
2120 },
2121 "type": "object"
2122 },
2123 "StaticFilesHandler": {
2124 "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.",
2125 "id": "StaticFilesHandler",
2126 "properties": {
2127 "httpHeaders": {
2128 "additionalProperties": {
2129 "type": "string"
2130 },
2131 "description": "HTTP headers to use for all responses from t hese URLs.",
2132 "type": "object"
2133 },
2134 "applicationReadable": {
2135 "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.",
2136 "type": "boolean"
2137 },
2138 "uploadPathRegex": {
2139 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
2140 "type": "string"
2141 },
2142 "path": {
2143 "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.",
2144 "type": "string"
2145 },
2146 "mimeType": {
2147 "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.",
2148 "type": "string"
2149 },
2150 "requireMatchingFile": {
2151 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
2152 "type": "boolean"
2153 },
2154 "expiration": {
2155 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.",
2156 "format": "google-duration",
2157 "type": "string"
2158 }
2159 },
2160 "type": "object"
2161 },
2162 "DiskUtilization": {
2163 "description": "Target scaling by disk usage. Only applicable for VM runtimes.",
2164 "id": "DiskUtilization",
2165 "properties": {
2166 "targetReadOpsPerSecond": {
2167 "description": "Target ops read per seconds.",
2168 "format": "int32",
2169 "type": "integer"
2170 },
2171 "targetReadBytesPerSecond": {
2172 "description": "Target bytes read per second.",
2173 "format": "int32",
2174 "type": "integer"
2175 },
2176 "targetWriteOpsPerSecond": {
2177 "description": "Target ops written per second.",
2178 "format": "int32",
2179 "type": "integer"
2180 },
2181 "targetWriteBytesPerSecond": {
2182 "description": "Target bytes written per second.",
2183 "format": "int32",
2184 "type": "integer"
2185 }
2186 },
2187 "type": "object"
2188 },
2189 "BasicScaling": {
2190 "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.",
2191 "id": "BasicScaling",
2192 "properties": {
2193 "idleTimeout": {
2194 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
2195 "format": "google-duration",
2196 "type": "string"
2197 },
2198 "maxInstances": {
2199 "description": "Maximum number of instances to create for th is version.",
2200 "format": "int32",
2201 "type": "integer"
2202 }
2203 },
2204 "type": "object"
2205 },
2206 "CpuUtilization": {
2207 "description": "Target scaling by CPU usage.",
2208 "id": "CpuUtilization",
2209 "properties": {
2210 "aggregationWindowLength": {
2211 "description": "Period of time over which CPU utilization is calculated.",
2212 "format": "google-duration",
2213 "type": "string"
2214 },
2215 "targetUtilization": {
2216 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.",
2217 "format": "double",
2218 "type": "number"
2219 }
2220 },
2221 "type": "object"
2222 },
2223 "Status": {
2224 "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.",
2225 "id": "Status",
2226 "properties": {
2227 "details": {
2228 "description": "A list of messages that carry the error deta ils. There is a common set of message types for APIs to use.",
2229 "items": {
2230 "additionalProperties": {
2231 "description": "Properties of the object. Contains f ield @type with type URL.",
2232 "type": "any"
2233 },
2234 "type": "object"
2235 },
2236 "type": "array"
2237 },
2238 "code": {
2239 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
2240 "format": "int32",
2241 "type": "integer"
2242 },
2243 "message": {
2244 "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.",
2245 "type": "string"
2246 }
2247 },
2248 "type": "object"
2249 },
2250 "IdentityAwareProxy": {
2251 "description": "Identity-Aware Proxy",
2252 "id": "IdentityAwareProxy",
2253 "properties": {
2254 "oauth2ClientSecretSha256": {
2255 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
2256 "type": "string"
2257 },
2258 "enabled": {
2259 "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.",
2260 "type": "boolean"
2261 },
2262 "oauth2ClientSecret": {
2263 "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",
2264 "type": "string"
2265 },
2266 "oauth2ClientId": {
2267 "description": "OAuth2 client ID to use for the authenticati on flow.",
2268 "type": "string"
2269 }
2270 },
2271 "type": "object"
2272 },
2273 "ManualScaling": {
2274 "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.",
2275 "id": "ManualScaling",
2276 "properties": {
2277 "instances": {
2278 "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.",
2279 "format": "int32",
2280 "type": "integer"
2281 }
2282 },
2283 "type": "object"
2284 },
2285 "LocationMetadata": {
2286 "description": "Metadata for the given google.cloud.location.Locatio n.",
2287 "id": "LocationMetadata",
2288 "properties": {
2289 "flexibleEnvironmentAvailable": {
2290 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
2291 "type": "boolean"
2292 },
2293 "standardEnvironmentAvailable": {
2294 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
2295 "type": "boolean"
2296 }
2297 },
2298 "type": "object"
2299 },
2300 "Service": {
2301 "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.",
2302 "id": "Service",
2303 "properties": {
2304 "name": {
2305 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
2306 "type": "string"
2307 },
2308 "split": {
2309 "$ref": "TrafficSplit",
2310 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
2311 },
2312 "id": {
2313 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
2314 "type": "string"
2315 }
2316 },
2317 "type": "object"
2318 },
2319 "ListOperationsResponse": {
2320 "description": "The response message for Operations.ListOperations." ,
2321 "id": "ListOperationsResponse",
2322 "properties": {
2323 "nextPageToken": {
2324 "description": "The standard List next-page token.",
2325 "type": "string"
2326 },
2327 "operations": {
2328 "description": "A list of operations that matches the specif ied filter in the request.",
2329 "items": {
2330 "$ref": "Operation"
2331 },
2332 "type": "array"
2333 }
2334 },
2335 "type": "object"
2336 },
2337 "OperationMetadata": {
2338 "description": "Metadata for the given google.longrunning.Operation. ",
2339 "id": "OperationMetadata",
2340 "properties": {
2341 "insertTime": {
2342 "description": "Timestamp that this operation was created.@O utputOnly",
2343 "format": "google-datetime",
2344 "type": "string"
2345 },
2346 "target": {
2347 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
2348 "type": "string"
1572 }, 2349 },
1573 "user": { 2350 "user": {
1574 "description": "User who requested this operation.@OutputOnl y", 2351 "description": "User who requested this operation.@OutputOnl y",
1575 "type": "string" 2352 "type": "string"
1576 }, 2353 },
1577 "target": {
1578 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
1579 "type": "string"
1580 },
1581 "ephemeralMessage": {
1582 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
1583 "type": "string"
1584 },
1585 "method": { 2354 "method": {
1586 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", 2355 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
1587 "type": "string" 2356 "type": "string"
1588 } 2357 },
1589 }, 2358 "endTime": {
1590 "type": "object" 2359 "description": "Timestamp that this operation completed.@Out putOnly",
1591 }, 2360 "format": "google-datetime",
1592 "SslSettings": { 2361 "type": "string"
1593 "description": "SSL configuration for a DomainMapping resource.", 2362 },
1594 "id": "SslSettings", 2363 "operationType": {
1595 "properties": { 2364 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
1596 "certificateId": { 2365 "type": "string"
1597 "description": "ID of the AuthorizedCertificate resource con figuring SSL for the application. Clearing this field will remove SSL support. E xample: 12345.", 2366 }
1598 "type": "string" 2367 },
2368 "type": "object"
2369 },
2370 "FirewallRule": {
2371 "description": "A single firewall rule that is evaluated against inc oming traffic and provides an action to take on matched requests.",
2372 "id": "FirewallRule",
2373 "properties": {
2374 "sourceRange": {
2375 "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.",
2376 "type": "string"
2377 },
2378 "priority": {
2379 "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.",
2380 "format": "int32",
2381 "type": "integer"
2382 },
2383 "action": {
2384 "description": "The action to take on matched requests.",
2385 "enum": [
2386 "UNSPECIFIED_ACTION",
2387 "ALLOW",
2388 "DENY"
2389 ],
2390 "enumDescriptions": [
2391 "",
2392 "Matching requests are allowed.",
2393 "Matching requests are denied."
2394 ],
2395 "type": "string"
2396 },
2397 "description": {
2398 "description": "An optional string description of this rule. This field has a maximum length of 100 characters.",
2399 "type": "string"
2400 }
2401 },
2402 "type": "object"
2403 },
2404 "ListAuthorizedCertificatesResponse": {
2405 "description": "Response message for AuthorizedCertificates.ListAuth orizedCertificates.",
2406 "id": "ListAuthorizedCertificatesResponse",
2407 "properties": {
2408 "nextPageToken": {
2409 "description": "Continuation token for fetching the next pag e of results.",
2410 "type": "string"
2411 },
2412 "certificates": {
2413 "description": "The SSL certificates the user is authorized to administer.",
2414 "items": {
2415 "$ref": "AuthorizedCertificate"
2416 },
2417 "type": "array"
2418 }
2419 },
2420 "type": "object"
2421 },
2422 "FeatureSettings": {
2423 "description": "The feature specific settings to be used in the appl ication. These define behaviors that are user configurable.",
2424 "id": "FeatureSettings",
2425 "properties": {
2426 "splitHealthChecks": {
2427 "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.",
2428 "type": "boolean"
1599 } 2429 }
1600 }, 2430 },
1601 "type": "object" 2431 "type": "object"
1602 }, 2432 },
1603 "ErrorHandler": { 2433 "ErrorHandler": {
1604 "description": "Custom static error page to be served when an error occurs.", 2434 "description": "Custom static error page to be served when an error occurs.",
1605 "id": "ErrorHandler", 2435 "id": "ErrorHandler",
1606 "properties": { 2436 "properties": {
1607 "mimeType": { 2437 "mimeType": {
1608 "description": "MIME type of file. Defaults to text/html.", 2438 "description": "MIME type of file. Defaults to text/html.",
(...skipping 17 matching lines...) Expand all
1626 ], 2456 ],
1627 "type": "string" 2457 "type": "string"
1628 }, 2458 },
1629 "staticFile": { 2459 "staticFile": {
1630 "description": "Static file content to be served for this er ror.", 2460 "description": "Static file content to be served for this er ror.",
1631 "type": "string" 2461 "type": "string"
1632 } 2462 }
1633 }, 2463 },
1634 "type": "object" 2464 "type": "object"
1635 }, 2465 },
1636 "Application": { 2466 "SslSettings": {
1637 "description": "An Application resource contains the top-level confi guration of an App Engine application. Next tag: 20", 2467 "description": "SSL configuration for a DomainMapping resource.",
1638 "id": "Application", 2468 "id": "SslSettings",
1639 "properties": { 2469 "properties": {
1640 "servingStatus": { 2470 "pendingManagedCertificateId": {
1641 "description": "Serving status of this application.", 2471 "description": "ID of the managed AuthorizedCertificate reso urce currently being provisioned, if applicable. Until the new managed certifica te has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect t he new managed certificate and this field will be left empty. To remove SSL supp ort while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly",
1642 "enum": [ 2472 "type": "string"
1643 "UNSPECIFIED", 2473 },
1644 "SERVING", 2474 "sslManagementType": {
1645 "USER_DISABLED", 2475 "description": "SSL management type for this domain. If AUTO MATIC, a managed certificate is automatically provisioned. If MANUAL, certificat e_id must be manually specified in order to configure SSL for this domain.",
1646 "SYSTEM_DISABLED" 2476 "enum": [
1647 ], 2477 "AUTOMATIC",
1648 "enumDescriptions": [ 2478 "MANUAL"
1649 "Serving status is unspecified.", 2479 ],
1650 "Application is serving.", 2480 "enumDescriptions": [
1651 "Application has been disabled by the user.", 2481 "SSL support for this domain is configured automatically . The mapped SSL certificate will be automatically renewed.",
1652 "Application has been disabled by the system." 2482 "SSL support for this domain is configured manually by t he user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain."
1653 ], 2483 ],
1654 "type": "string" 2484 "type": "string"
1655 }, 2485 },
1656 "defaultHostname": { 2486 "certificateId": {
1657 "description": "Hostname used to reach this application, as resolved by App Engine.@OutputOnly", 2487 "description": "ID of the AuthorizedCertificate resource con figuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mappin g. To omit SSL support or to configure SSL manually, specify SslManagementType.M ANUAL on a CREATE or UPDATE request. You must be authorized to administer the Au thorizedCertificate resource to manually map it to a DomainMapping resource. Exa mple: 12345.",
1658 "type": "string" 2488 "type": "string"
1659 }, 2489 }
1660 "featureSettings": { 2490 },
1661 "$ref": "FeatureSettings", 2491 "type": "object"
1662 "description": "The feature specific settings to be used in the application." 2492 },
1663 }, 2493 "OperationMetadataV1": {
1664 "authDomain": {
1665 "description": "Google Apps authentication domain that contr ols which users can access this application.Defaults to open access for any Goog le Account.",
1666 "type": "string"
1667 },
1668 "iap": {
1669 "$ref": "IdentityAwareProxy"
1670 },
1671 "codeBucket": {
1672 "description": "Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated w ith the application and can be used by the gcloud deployment commands.@OutputOnl y",
1673 "type": "string"
1674 },
1675 "defaultBucket": {
1676 "description": "Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly",
1677 "type": "string"
1678 },
1679 "dispatchRules": {
1680 "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",
1681 "items": {
1682 "$ref": "UrlDispatchRule"
1683 },
1684 "type": "array"
1685 },
1686 "gcrDomain": {
1687 "description": "The Google Container Registry domain used fo r storing managed build docker images for this application.",
1688 "type": "string"
1689 },
1690 "name": {
1691 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1692 "type": "string"
1693 },
1694 "id": {
1695 "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.",
1696 "type": "string"
1697 },
1698 "defaultCookieExpiration": {
1699 "description": "Cookie expiration policy for this applicatio n.",
1700 "format": "google-duration",
1701 "type": "string"
1702 },
1703 "locationId": {
1704 "description": "Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored.Default s to us-central.Options are:us-central - Central USeurope-west - Western Europeu s-east1 - Eastern US",
1705 "type": "string"
1706 }
1707 },
1708 "type": "object"
1709 },
1710 "Network": {
1711 "description": "Extra network settings. Only applicable for App Engi ne flexible environment versions",
1712 "id": "Network",
1713 "properties": {
1714 "subnetworkName": {
1715 "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 App Engine flexible environment applicat ion.",
1716 "type": "string"
1717 },
1718 "instanceTag": {
1719 "description": "Tag to apply to the VM instance during creat ion. Only applicable for for App Engine flexible environment versions.",
1720 "type": "string"
1721 },
1722 "forwardedPorts": {
1723 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container. Only applicable for App Engi ne flexible environment versions.",
1724 "items": {
1725 "type": "string"
1726 },
1727 "type": "array"
1728 },
1729 "name": {
1730 "description": "Google Compute Engine network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
1731 "type": "string"
1732 }
1733 },
1734 "type": "object"
1735 },
1736 "Instance": {
1737 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.",
1738 "id": "Instance",
1739 "properties": {
1740 "requests": {
1741 "description": "Number of requests since this instance was s tarted.@OutputOnly",
1742 "format": "int32",
1743 "type": "integer"
1744 },
1745 "appEngineRelease": {
1746 "description": "App Engine release this instance is running on.@OutputOnly",
1747 "type": "string"
1748 },
1749 "vmName": {
1750 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
1751 "type": "string"
1752 },
1753 "vmId": {
1754 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
1755 "type": "string"
1756 },
1757 "qps": {
1758 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
1759 "format": "float",
1760 "type": "number"
1761 },
1762 "vmZoneName": {
1763 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
1764 "type": "string"
1765 },
1766 "name": {
1767 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
1768 "type": "string"
1769 },
1770 "averageLatency": {
1771 "description": "Average latency (ms) over the last minute.@O utputOnly",
1772 "format": "int32",
1773 "type": "integer"
1774 },
1775 "vmIp": {
1776 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
1777 "type": "string"
1778 },
1779 "id": {
1780 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
1781 "type": "string"
1782 },
1783 "memoryUsage": {
1784 "description": "Total memory in use (bytes).@OutputOnly",
1785 "format": "int64",
1786 "type": "string"
1787 },
1788 "vmStatus": {
1789 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
1790 "type": "string"
1791 },
1792 "availability": {
1793 "description": "Availability of the instance.@OutputOnly",
1794 "enum": [
1795 "UNSPECIFIED",
1796 "RESIDENT",
1797 "DYNAMIC"
1798 ],
1799 "enumDescriptions": [
1800 "",
1801 "",
1802 ""
1803 ],
1804 "type": "string"
1805 },
1806 "errors": {
1807 "description": "Number of errors since this instance was sta rted.@OutputOnly",
1808 "format": "int32",
1809 "type": "integer"
1810 },
1811 "startTime": {
1812 "description": "Time that this instance was started.@OutputO nly",
1813 "format": "google-datetime",
1814 "type": "string"
1815 },
1816 "vmDebugEnabled": {
1817 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
1818 "type": "boolean"
1819 }
1820 },
1821 "type": "object"
1822 },
1823 "LivenessCheck": {
1824 "description": "Health checking configuration for VM instances. Unhe althy instances are killed and replaced with new instances.",
1825 "id": "LivenessCheck",
1826 "properties": {
1827 "path": {
1828 "description": "The request path.",
1829 "type": "string"
1830 },
1831 "successThreshold": {
1832 "description": "Number of consecutive successful checks requ ired before considering the VM healthy.",
1833 "format": "uint32",
1834 "type": "integer"
1835 },
1836 "host": {
1837 "description": "Host header to send when performing a HTTP L iveness check. Example: \"myapp.appspot.com\"",
1838 "type": "string"
1839 },
1840 "checkInterval": {
1841 "description": "Interval between health checks.",
1842 "format": "google-duration",
1843 "type": "string"
1844 },
1845 "failureThreshold": {
1846 "description": "Number of consecutive failed checks required before considering the VM unhealthy.",
1847 "format": "uint32",
1848 "type": "integer"
1849 },
1850 "timeout": {
1851 "description": "Time before the check is considered failed." ,
1852 "format": "google-duration",
1853 "type": "string"
1854 },
1855 "initialDelay": {
1856 "description": "The initial delay before starting to execute the checks.",
1857 "format": "google-duration",
1858 "type": "string"
1859 }
1860 },
1861 "type": "object"
1862 },
1863 "BatchUpdateIngressRulesRequest": {
1864 "description": "Request message for Firewall.BatchUpdateIngressRules .",
1865 "id": "BatchUpdateIngressRulesRequest",
1866 "properties": {
1867 "ingressRules": {
1868 "description": "A list of FirewallRules to replace the exist ing set.",
1869 "items": {
1870 "$ref": "FirewallRule"
1871 },
1872 "type": "array"
1873 }
1874 },
1875 "type": "object"
1876 },
1877 "NetworkUtilization": {
1878 "description": "Target scaling by network usage. Only applicable for VM runtimes.",
1879 "id": "NetworkUtilization",
1880 "properties": {
1881 "targetReceivedPacketsPerSecond": {
1882 "description": "Target packets received per second.",
1883 "format": "int32",
1884 "type": "integer"
1885 },
1886 "targetSentBytesPerSecond": {
1887 "description": "Target bytes sent per second.",
1888 "format": "int32",
1889 "type": "integer"
1890 },
1891 "targetReceivedBytesPerSecond": {
1892 "description": "Target bytes received per second.",
1893 "format": "int32",
1894 "type": "integer"
1895 },
1896 "targetSentPacketsPerSecond": {
1897 "description": "Target packets sent per second.",
1898 "format": "int32",
1899 "type": "integer"
1900 }
1901 },
1902 "type": "object"
1903 },
1904 "Location": {
1905 "description": "A resource that represents Google Cloud Platform loc ation.",
1906 "id": "Location",
1907 "properties": {
1908 "labels": {
1909 "additionalProperties": {
1910 "type": "string"
1911 },
1912 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
1913 "type": "object"
1914 },
1915 "name": {
1916 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"",
1917 "type": "string"
1918 },
1919 "locationId": {
1920 "description": "The canonical id for this location. For exam ple: \"us-east1\".",
1921 "type": "string"
1922 },
1923 "metadata": {
1924 "additionalProperties": {
1925 "description": "Properties of the object. Contains field @type with type URL.",
1926 "type": "any"
1927 },
1928 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
1929 "type": "object"
1930 }
1931 },
1932 "type": "object"
1933 },
1934 "HealthCheck": {
1935 "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.",
1936 "id": "HealthCheck",
1937 "properties": {
1938 "unhealthyThreshold": {
1939 "description": "Number of consecutive failed health checks r equired before removing traffic.",
1940 "format": "uint32",
1941 "type": "integer"
1942 },
1943 "disableHealthCheck": {
1944 "description": "Whether to explicitly disable health checks for this instance.",
1945 "type": "boolean"
1946 },
1947 "host": {
1948 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"",
1949 "type": "string"
1950 },
1951 "restartThreshold": {
1952 "description": "Number of consecutive failed health checks r equired before an instance is restarted.",
1953 "format": "uint32",
1954 "type": "integer"
1955 },
1956 "healthyThreshold": {
1957 "description": "Number of consecutive successful health chec ks required before receiving traffic.",
1958 "format": "uint32",
1959 "type": "integer"
1960 },
1961 "checkInterval": {
1962 "description": "Interval between health checks.",
1963 "format": "google-duration",
1964 "type": "string"
1965 },
1966 "timeout": {
1967 "description": "Time before the health check is considered f ailed.",
1968 "format": "google-duration",
1969 "type": "string"
1970 }
1971 },
1972 "type": "object"
1973 },
1974 "ReadinessCheck": {
1975 "description": "Readiness checking configuration for VM instances. U nhealthy instances are removed from traffic rotation.",
1976 "id": "ReadinessCheck",
1977 "properties": {
1978 "path": {
1979 "description": "The request path.",
1980 "type": "string"
1981 },
1982 "host": {
1983 "description": "Host header to send when performing a HTTP R eadiness check. Example: \"myapp.appspot.com\"",
1984 "type": "string"
1985 },
1986 "successThreshold": {
1987 "description": "Number of consecutive successful checks requ ired before receiving traffic.",
1988 "format": "uint32",
1989 "type": "integer"
1990 },
1991 "checkInterval": {
1992 "description": "Interval between health checks.",
1993 "format": "google-duration",
1994 "type": "string"
1995 },
1996 "timeout": {
1997 "description": "Time before the check is considered failed." ,
1998 "format": "google-duration",
1999 "type": "string"
2000 },
2001 "failureThreshold": {
2002 "description": "Number of consecutive failed checks required before removing traffic.",
2003 "format": "uint32",
2004 "type": "integer"
2005 },
2006 "appStartTimeout": {
2007 "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.",
2008 "format": "google-duration",
2009 "type": "string"
2010 }
2011 },
2012 "type": "object"
2013 },
2014 "StandardSchedulerSettings": {
2015 "description": "Scheduler settings for standard environment.",
2016 "id": "StandardSchedulerSettings",
2017 "properties": {
2018 "targetCpuUtilization": {
2019 "description": "Target CPU utilization ratio to maintain whe n scaling.",
2020 "format": "double",
2021 "type": "number"
2022 },
2023 "targetThroughputUtilization": {
2024 "description": "Target throughput utilization ratio to maint ain when scaling",
2025 "format": "double",
2026 "type": "number"
2027 },
2028 "maxInstances": {
2029 "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.",
2030 "format": "int32",
2031 "type": "integer"
2032 },
2033 "minInstances": {
2034 "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.",
2035 "format": "int32",
2036 "type": "integer"
2037 }
2038 },
2039 "type": "object"
2040 },
2041 "DebugInstanceRequest": {
2042 "description": "Request message for Instances.DebugInstance.",
2043 "id": "DebugInstanceRequest",
2044 "properties": {
2045 "sshKey": {
2046 "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).",
2047 "type": "string"
2048 }
2049 },
2050 "type": "object"
2051 },
2052 "OperationMetadataV1Beta5": {
2053 "description": "Metadata for the given google.longrunning.Operation. ", 2494 "description": "Metadata for the given google.longrunning.Operation. ",
2054 "id": "OperationMetadataV1Beta5", 2495 "id": "OperationMetadataV1",
2055 "properties": { 2496 "properties": {
2056 "method": {
2057 "description": "API method name that initiated this operatio n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
2058 "type": "string"
2059 },
2060 "insertTime": {
2061 "description": "Timestamp that this operation was created.@O utputOnly",
2062 "format": "google-datetime",
2063 "type": "string"
2064 },
2065 "endTime": {
2066 "description": "Timestamp that this operation completed.@Out putOnly",
2067 "format": "google-datetime",
2068 "type": "string"
2069 },
2070 "target": { 2497 "target": {
2071 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 2498 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2072 "type": "string" 2499 "type": "string"
2073 }, 2500 },
2074 "user": { 2501 "user": {
2075 "description": "User who requested this operation.@OutputOnl y", 2502 "description": "User who requested this operation.@OutputOnl y",
2076 "type": "string" 2503 "type": "string"
2077 } 2504 },
2078 },
2079 "type": "object"
2080 },
2081 "Version": {
2082 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.",
2083 "id": "Version",
2084 "properties": {
2085 "errorHandlers": {
2086 "description": "Custom static error pages. Limited to 10KB p er page.Only returned in GET requests if view=FULL is set.",
2087 "items": {
2088 "$ref": "ErrorHandler"
2089 },
2090 "type": "array"
2091 },
2092 "defaultExpiration": {
2093 "description": "Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHan dler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/ap ps.services.versions#staticfileshandler) does not specify its own expiration tim e.Only returned in GET requests if view=FULL is set.",
2094 "format": "google-duration",
2095 "type": "string"
2096 },
2097 "libraries": {
2098 "description": "Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.",
2099 "items": {
2100 "$ref": "Library"
2101 },
2102 "type": "array"
2103 },
2104 "nobuildFilesRegex": {
2105 "description": "Files that match this pattern will not be bu ilt into this version. Only applicable for Go runtimes.Only returned in GET requ ests if view=FULL is set.",
2106 "type": "string"
2107 },
2108 "basicScaling": {
2109 "$ref": "BasicScaling",
2110 "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."
2111 },
2112 "runtime": {
2113 "description": "Desired runtime. Example: python27.",
2114 "type": "string"
2115 },
2116 "createdBy": {
2117 "description": "Email address of the user who created this v ersion.@OutputOnly",
2118 "type": "string"
2119 },
2120 "id": {
2121 "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-\".",
2122 "type": "string"
2123 },
2124 "envVariables": {
2125 "additionalProperties": {
2126 "type": "string"
2127 },
2128 "description": "Environment variables available to the appli cation.Only returned in GET requests if view=FULL is set.",
2129 "type": "object"
2130 },
2131 "livenessCheck": {
2132 "$ref": "LivenessCheck",
2133 "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."
2134 },
2135 "network": {
2136 "$ref": "Network",
2137 "description": "Extra network settings. Only applicable for App Engine flexible environment versions."
2138 },
2139 "betaSettings": {
2140 "additionalProperties": {
2141 "type": "string"
2142 },
2143 "description": "Metadata settings that are supplied to this version to enable beta runtime features.",
2144 "type": "object"
2145 },
2146 "env": {
2147 "description": "App Engine execution environment for this ve rsion.Defaults to standard.",
2148 "type": "string"
2149 },
2150 "handlers": {
2151 "description": "An ordered list of URL-matching patterns tha t should be applied to incoming requests. The first matching URL handles the req uest and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.",
2152 "items": {
2153 "$ref": "UrlMap"
2154 },
2155 "type": "array"
2156 },
2157 "automaticScaling": {
2158 "$ref": "AutomaticScaling",
2159 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics."
2160 },
2161 "diskUsageBytes": {
2162 "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",
2163 "format": "int64",
2164 "type": "string"
2165 },
2166 "healthCheck": {
2167 "$ref": "HealthCheck",
2168 "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."
2169 },
2170 "threadsafe": {
2171 "description": "Whether multiple requests can be dispatched to this version at once.",
2172 "type": "boolean"
2173 },
2174 "readinessCheck": {
2175 "$ref": "ReadinessCheck",
2176 "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."
2177 },
2178 "manualScaling": {
2179 "$ref": "ManualScaling",
2180 "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."
2181 },
2182 "name": {
2183 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
2184 "type": "string"
2185 },
2186 "apiConfig": {
2187 "$ref": "ApiConfigHandler",
2188 "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."
2189 },
2190 "endpointsApiService": {
2191 "$ref": "EndpointsApiService",
2192 "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."
2193 },
2194 "versionUrl": {
2195 "description": "Serving URL for this version. Example: \"htt ps://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
2196 "type": "string"
2197 },
2198 "vm": {
2199 "description": "Whether to deploy this version in a containe r on a virtual machine.",
2200 "type": "boolean"
2201 },
2202 "instanceClass": {
2203 "description": "Instance class that is used to run this vers ion. Valid values are:\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling or Ba sicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.",
2204 "type": "string"
2205 },
2206 "servingStatus": {
2207 "description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_S TATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
2208 "enum": [
2209 "SERVING_STATUS_UNSPECIFIED",
2210 "SERVING",
2211 "STOPPED"
2212 ],
2213 "enumDescriptions": [
2214 "Not specified.",
2215 "Currently serving. Instances are created according to t he scaling settings of the version.",
2216 "Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING."
2217 ],
2218 "type": "string"
2219 },
2220 "runtimeApiVersion": {
2221 "description": "The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud .google.com/appengine/docs/standard/<language>/config/appref",
2222 "type": "string"
2223 },
2224 "deployment": {
2225 "$ref": "Deployment",
2226 "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
2227 },
2228 "createTime": {
2229 "description": "Time that this version was created.@OutputOn ly",
2230 "format": "google-datetime",
2231 "type": "string"
2232 },
2233 "resources": {
2234 "$ref": "Resources",
2235 "description": "Machine resources for this version. Only app licable for VM runtimes."
2236 },
2237 "inboundServices": {
2238 "description": "Before an application can receive email or X MPP messages, the application must be configured to enable the service.",
2239 "enumDescriptions": [
2240 "Not specified.",
2241 "Allows an application to receive mail.",
2242 "Allows an application to receive email-bound notificati ons.",
2243 "Allows an application to receive error stanzas.",
2244 "Allows an application to receive instant messages.",
2245 "Allows an application to receive user subscription POST s.",
2246 "Allows an application to receive a user's chat presence .",
2247 "Registers an application for notifications when a clien t connects or disconnects from a channel.",
2248 "Enables warmup requests."
2249 ],
2250 "items": {
2251 "enum": [
2252 "INBOUND_SERVICE_UNSPECIFIED",
2253 "INBOUND_SERVICE_MAIL",
2254 "INBOUND_SERVICE_MAIL_BOUNCE",
2255 "INBOUND_SERVICE_XMPP_ERROR",
2256 "INBOUND_SERVICE_XMPP_MESSAGE",
2257 "INBOUND_SERVICE_XMPP_SUBSCRIBE",
2258 "INBOUND_SERVICE_XMPP_PRESENCE",
2259 "INBOUND_SERVICE_CHANNEL_PRESENCE",
2260 "INBOUND_SERVICE_WARMUP"
2261 ],
2262 "type": "string"
2263 },
2264 "type": "array"
2265 }
2266 },
2267 "type": "object"
2268 },
2269 "RepairApplicationRequest": {
2270 "description": "Request message for 'Applications.RepairApplication' .",
2271 "id": "RepairApplicationRequest",
2272 "properties": {},
2273 "type": "object"
2274 },
2275 "CertificateRawData": {
2276 "description": "An SSL certificate obtained from a certificate autho rity.",
2277 "id": "CertificateRawData",
2278 "properties": {
2279 "privateKey": {
2280 "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",
2281 "type": "string"
2282 },
2283 "publicCertificate": {
2284 "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>",
2285 "type": "string"
2286 }
2287 },
2288 "type": "object"
2289 },
2290 "BuildInfo": {
2291 "description": "Google Cloud Container Builder build information.",
2292 "id": "BuildInfo",
2293 "properties": {
2294 "cloudBuildId": {
2295 "description": "The Google Cloud Container Builder build id. Example: \"f966068f-08b2-42c8-bdfe-74137dff2bf9\"",
2296 "type": "string"
2297 }
2298 },
2299 "type": "object"
2300 },
2301 "ScriptHandler": {
2302 "description": "Executes a script to handle the request that matches the URL pattern.",
2303 "id": "ScriptHandler",
2304 "properties": {
2305 "scriptPath": {
2306 "description": "Path to the script from the application root directory.",
2307 "type": "string"
2308 }
2309 },
2310 "type": "object"
2311 },
2312 "FileInfo": {
2313 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
2314 "id": "FileInfo",
2315 "properties": {
2316 "sha1Sum": {
2317 "description": "The SHA1 hash of the file, in hex.",
2318 "type": "string"
2319 },
2320 "mimeType": {
2321 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.",
2322 "type": "string"
2323 },
2324 "sourceUrl": {
2325 "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>'.",
2326 "type": "string"
2327 }
2328 },
2329 "type": "object"
2330 },
2331 "OperationMetadataExperimental": {
2332 "description": "Metadata for the given google.longrunning.Operation. ",
2333 "id": "OperationMetadataExperimental",
2334 "properties": {
2335 "method": {
2336 "description": "API method that initiated this operation. Ex ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl y",
2337 "type": "string"
2338 },
2339 "insertTime": {
2340 "description": "Time that this operation was created.@Output Only",
2341 "format": "google-datetime",
2342 "type": "string"
2343 },
2344 "endTime": {
2345 "description": "Time that this operation completed.@OutputOn ly",
2346 "format": "google-datetime",
2347 "type": "string"
2348 },
2349 "target": {
2350 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
2351 "type": "string"
2352 },
2353 "user": {
2354 "description": "User who requested this operation.@OutputOnl y",
2355 "type": "string"
2356 }
2357 },
2358 "type": "object"
2359 },
2360 "AuthorizedDomain": {
2361 "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).",
2362 "id": "AuthorizedDomain",
2363 "properties": {
2364 "name": {
2365 "description": "Full path to the AuthorizedDomain resource i n the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly",
2366 "type": "string"
2367 },
2368 "id": {
2369 "description": "Fully qualified domain name of the domain au thorized for use. Example: example.com.",
2370 "type": "string"
2371 }
2372 },
2373 "type": "object"
2374 },
2375 "TrafficSplit": {
2376 "description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is ass igned to versions.",
2377 "id": "TrafficSplit",
2378 "properties": {
2379 "allocations": {
2380 "additionalProperties": {
2381 "format": "double",
2382 "type": "number"
2383 },
2384 "description": "Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version c an be specified only once, but some versions in the service may not have any tra ffic allocation. Services that have traffic allocated cannot be deleted until ei ther the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based split s and up to three decimal places is supported for cookie-based splits.",
2385 "type": "object"
2386 },
2387 "shardBy": {
2388 "description": "Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either ty pe until allocations are changed.",
2389 "enum": [
2390 "UNSPECIFIED",
2391 "COOKIE",
2392 "IP",
2393 "RANDOM"
2394 ],
2395 "enumDescriptions": [
2396 "Diversion method unspecified.",
2397 "Diversion based on a specially named cookie, \"GOOGAPPU ID.\" The cookie must be set by the application itself or no diversion will occu r.",
2398 "Diversion based on applying the modulus operation to a fingerprint of the IP address.",
2399 "Diversion based on weighted random assignment. An incom ing request is randomly routed to a version in the traffic split, with probabili ty proportional to the version's traffic share."
2400 ],
2401 "type": "string"
2402 }
2403 },
2404 "type": "object"
2405 },
2406 "OperationMetadataV1Beta": {
2407 "description": "Metadata for the given google.longrunning.Operation. ",
2408 "id": "OperationMetadataV1Beta",
2409 "properties": {
2410 "ephemeralMessage": { 2505 "ephemeralMessage": {
2411 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly", 2506 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
2412 "type": "string" 2507 "type": "string"
2413 }, 2508 },
2414 "method": { 2509 "method": {
2415 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly", 2510 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
2416 "type": "string" 2511 "type": "string"
2417 }, 2512 },
2418 "endTime": { 2513 "endTime": {
2419 "description": "Time that this operation completed.@OutputOn ly", 2514 "description": "Time that this operation completed.@OutputOn ly",
2420 "format": "google-datetime", 2515 "format": "google-datetime",
2421 "type": "string" 2516 "type": "string"
2422 }, 2517 },
2423 "warning": {
2424 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2425 "items": {
2426 "type": "string"
2427 },
2428 "type": "array"
2429 },
2430 "insertTime": { 2518 "insertTime": {
2431 "description": "Time that this operation was created.@Output Only", 2519 "description": "Time that this operation was created.@Output Only",
2432 "format": "google-datetime", 2520 "format": "google-datetime",
2433 "type": "string" 2521 "type": "string"
2434 }, 2522 },
2523 "warning": {
2524 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2525 "items": {
2526 "type": "string"
2527 },
2528 "type": "array"
2529 }
2530 },
2531 "type": "object"
2532 },
2533 "Application": {
2534 "description": "An Application resource contains the top-level confi guration of an App Engine application. Next tag: 20",
2535 "id": "Application",
2536 "properties": {
2537 "featureSettings": {
2538 "$ref": "FeatureSettings",
2539 "description": "The feature specific settings to be used in the application."
2540 },
2541 "iap": {
2542 "$ref": "IdentityAwareProxy"
2543 },
2544 "authDomain": {
2545 "description": "Google Apps authentication domain that contr ols which users can access this application.Defaults to open access for any Goog le Account.",
2546 "type": "string"
2547 },
2548 "codeBucket": {
2549 "description": "Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated w ith the application and can be used by the gcloud deployment commands.@OutputOnl y",
2550 "type": "string"
2551 },
2552 "defaultBucket": {
2553 "description": "Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly",
2554 "type": "string"
2555 },
2556 "dispatchRules": {
2557 "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",
2558 "items": {
2559 "$ref": "UrlDispatchRule"
2560 },
2561 "type": "array"
2562 },
2563 "gcrDomain": {
2564 "description": "The Google Container Registry domain used fo r storing managed build docker images for this application.",
2565 "type": "string"
2566 },
2567 "name": {
2568 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
2569 "type": "string"
2570 },
2571 "defaultCookieExpiration": {
2572 "description": "Cookie expiration policy for this applicatio n.",
2573 "format": "google-duration",
2574 "type": "string"
2575 },
2576 "id": {
2577 "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.",
2578 "type": "string"
2579 },
2580 "locationId": {
2581 "description": "Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored.Default s to us-central.Options are:us-central - Central USeurope-west - Western Europeu s-east1 - Eastern US",
2582 "type": "string"
2583 },
2584 "servingStatus": {
2585 "description": "Serving status of this application.",
2586 "enum": [
2587 "UNSPECIFIED",
2588 "SERVING",
2589 "USER_DISABLED",
2590 "SYSTEM_DISABLED"
2591 ],
2592 "enumDescriptions": [
2593 "Serving status is unspecified.",
2594 "Application is serving.",
2595 "Application has been disabled by the user.",
2596 "Application has been disabled by the system."
2597 ],
2598 "type": "string"
2599 },
2600 "defaultHostname": {
2601 "description": "Hostname used to reach this application, as resolved by App Engine.@OutputOnly",
2602 "type": "string"
2603 }
2604 },
2605 "type": "object"
2606 },
2607 "Network": {
2608 "description": "Extra network settings. Only applicable for App Engi ne flexible environment versions",
2609 "id": "Network",
2610 "properties": {
2611 "subnetworkName": {
2612 "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 App Engine flexible environment applicat ion.",
2613 "type": "string"
2614 },
2615 "instanceTag": {
2616 "description": "Tag to apply to the VM instance during creat ion. Only applicable for for App Engine flexible environment versions.",
2617 "type": "string"
2618 },
2619 "forwardedPorts": {
2620 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container. Only applicable for App Engi ne flexible environment versions.",
2621 "items": {
2622 "type": "string"
2623 },
2624 "type": "array"
2625 },
2626 "name": {
2627 "description": "Google Compute Engine network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
2628 "type": "string"
2629 }
2630 },
2631 "type": "object"
2632 },
2633 "Instance": {
2634 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.",
2635 "id": "Instance",
2636 "properties": {
2637 "vmDebugEnabled": {
2638 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
2639 "type": "boolean"
2640 },
2641 "requests": {
2642 "description": "Number of requests since this instance was s tarted.@OutputOnly",
2643 "format": "int32",
2644 "type": "integer"
2645 },
2646 "appEngineRelease": {
2647 "description": "App Engine release this instance is running on.@OutputOnly",
2648 "type": "string"
2649 },
2650 "vmName": {
2651 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
2652 "type": "string"
2653 },
2654 "vmId": {
2655 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
2656 "type": "string"
2657 },
2658 "qps": {
2659 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
2660 "format": "float",
2661 "type": "number"
2662 },
2663 "name": {
2664 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
2665 "type": "string"
2666 },
2667 "vmZoneName": {
2668 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
2669 "type": "string"
2670 },
2671 "averageLatency": {
2672 "description": "Average latency (ms) over the last minute.@O utputOnly",
2673 "format": "int32",
2674 "type": "integer"
2675 },
2676 "vmIp": {
2677 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
2678 "type": "string"
2679 },
2680 "memoryUsage": {
2681 "description": "Total memory in use (bytes).@OutputOnly",
2682 "format": "int64",
2683 "type": "string"
2684 },
2685 "id": {
2686 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
2687 "type": "string"
2688 },
2689 "errors": {
2690 "description": "Number of errors since this instance was sta rted.@OutputOnly",
2691 "format": "int32",
2692 "type": "integer"
2693 },
2694 "vmStatus": {
2695 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
2696 "type": "string"
2697 },
2698 "availability": {
2699 "description": "Availability of the instance.@OutputOnly",
2700 "enum": [
2701 "UNSPECIFIED",
2702 "RESIDENT",
2703 "DYNAMIC"
2704 ],
2705 "enumDescriptions": [
2706 "",
2707 "",
2708 ""
2709 ],
2710 "type": "string"
2711 },
2712 "startTime": {
2713 "description": "Time that this instance was started.@OutputO nly",
2714 "format": "google-datetime",
2715 "type": "string"
2716 }
2717 },
2718 "type": "object"
2719 },
2720 "LivenessCheck": {
2721 "description": "Health checking configuration for VM instances. Unhe althy instances are killed and replaced with new instances.",
2722 "id": "LivenessCheck",
2723 "properties": {
2724 "path": {
2725 "description": "The request path.",
2726 "type": "string"
2727 },
2728 "host": {
2729 "description": "Host header to send when performing a HTTP L iveness check. Example: \"myapp.appspot.com\"",
2730 "type": "string"
2731 },
2732 "successThreshold": {
2733 "description": "Number of consecutive successful checks requ ired before considering the VM healthy.",
2734 "format": "uint32",
2735 "type": "integer"
2736 },
2737 "checkInterval": {
2738 "description": "Interval between health checks.",
2739 "format": "google-duration",
2740 "type": "string"
2741 },
2742 "timeout": {
2743 "description": "Time before the check is considered failed." ,
2744 "format": "google-duration",
2745 "type": "string"
2746 },
2747 "failureThreshold": {
2748 "description": "Number of consecutive failed checks required before considering the VM unhealthy.",
2749 "format": "uint32",
2750 "type": "integer"
2751 },
2752 "initialDelay": {
2753 "description": "The initial delay before starting to execute the checks.",
2754 "format": "google-duration",
2755 "type": "string"
2756 }
2757 },
2758 "type": "object"
2759 },
2760 "BatchUpdateIngressRulesRequest": {
2761 "description": "Request message for Firewall.BatchUpdateIngressRules .",
2762 "id": "BatchUpdateIngressRulesRequest",
2763 "properties": {
2764 "ingressRules": {
2765 "description": "A list of FirewallRules to replace the exist ing set.",
2766 "items": {
2767 "$ref": "FirewallRule"
2768 },
2769 "type": "array"
2770 }
2771 },
2772 "type": "object"
2773 },
2774 "NetworkUtilization": {
2775 "description": "Target scaling by network usage. Only applicable for VM runtimes.",
2776 "id": "NetworkUtilization",
2777 "properties": {
2778 "targetSentBytesPerSecond": {
2779 "description": "Target bytes sent per second.",
2780 "format": "int32",
2781 "type": "integer"
2782 },
2783 "targetReceivedBytesPerSecond": {
2784 "description": "Target bytes received per second.",
2785 "format": "int32",
2786 "type": "integer"
2787 },
2788 "targetSentPacketsPerSecond": {
2789 "description": "Target packets sent per second.",
2790 "format": "int32",
2791 "type": "integer"
2792 },
2793 "targetReceivedPacketsPerSecond": {
2794 "description": "Target packets received per second.",
2795 "format": "int32",
2796 "type": "integer"
2797 }
2798 },
2799 "type": "object"
2800 },
2801 "Location": {
2802 "description": "A resource that represents Google Cloud Platform loc ation.",
2803 "id": "Location",
2804 "properties": {
2805 "locationId": {
2806 "description": "The canonical id for this location. For exam ple: \"us-east1\".",
2807 "type": "string"
2808 },
2809 "metadata": {
2810 "additionalProperties": {
2811 "description": "Properties of the object. Contains field @type with type URL.",
2812 "type": "any"
2813 },
2814 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
2815 "type": "object"
2816 },
2817 "labels": {
2818 "additionalProperties": {
2819 "type": "string"
2820 },
2821 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
2822 "type": "object"
2823 },
2824 "name": {
2825 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"",
2826 "type": "string"
2827 }
2828 },
2829 "type": "object"
2830 },
2831 "HealthCheck": {
2832 "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.",
2833 "id": "HealthCheck",
2834 "properties": {
2835 "timeout": {
2836 "description": "Time before the health check is considered f ailed.",
2837 "format": "google-duration",
2838 "type": "string"
2839 },
2840 "unhealthyThreshold": {
2841 "description": "Number of consecutive failed health checks r equired before removing traffic.",
2842 "format": "uint32",
2843 "type": "integer"
2844 },
2845 "disableHealthCheck": {
2846 "description": "Whether to explicitly disable health checks for this instance.",
2847 "type": "boolean"
2848 },
2849 "host": {
2850 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"",
2851 "type": "string"
2852 },
2853 "healthyThreshold": {
2854 "description": "Number of consecutive successful health chec ks required before receiving traffic.",
2855 "format": "uint32",
2856 "type": "integer"
2857 },
2858 "restartThreshold": {
2859 "description": "Number of consecutive failed health checks r equired before an instance is restarted.",
2860 "format": "uint32",
2861 "type": "integer"
2862 },
2863 "checkInterval": {
2864 "description": "Interval between health checks.",
2865 "format": "google-duration",
2866 "type": "string"
2867 }
2868 },
2869 "type": "object"
2870 },
2871 "ReadinessCheck": {
2872 "description": "Readiness checking configuration for VM instances. U nhealthy instances are removed from traffic rotation.",
2873 "id": "ReadinessCheck",
2874 "properties": {
2875 "checkInterval": {
2876 "description": "Interval between health checks.",
2877 "format": "google-duration",
2878 "type": "string"
2879 },
2880 "failureThreshold": {
2881 "description": "Number of consecutive failed checks required before removing traffic.",
2882 "format": "uint32",
2883 "type": "integer"
2884 },
2885 "timeout": {
2886 "description": "Time before the check is considered failed." ,
2887 "format": "google-duration",
2888 "type": "string"
2889 },
2890 "appStartTimeout": {
2891 "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.",
2892 "format": "google-duration",
2893 "type": "string"
2894 },
2895 "path": {
2896 "description": "The request path.",
2897 "type": "string"
2898 },
2899 "successThreshold": {
2900 "description": "Number of consecutive successful checks requ ired before receiving traffic.",
2901 "format": "uint32",
2902 "type": "integer"
2903 },
2904 "host": {
2905 "description": "Host header to send when performing a HTTP R eadiness check. Example: \"myapp.appspot.com\"",
2906 "type": "string"
2907 }
2908 },
2909 "type": "object"
2910 },
2911 "StandardSchedulerSettings": {
2912 "description": "Scheduler settings for standard environment.",
2913 "id": "StandardSchedulerSettings",
2914 "properties": {
2915 "targetThroughputUtilization": {
2916 "description": "Target throughput utilization ratio to maint ain when scaling",
2917 "format": "double",
2918 "type": "number"
2919 },
2920 "maxInstances": {
2921 "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.",
2922 "format": "int32",
2923 "type": "integer"
2924 },
2925 "minInstances": {
2926 "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.",
2927 "format": "int32",
2928 "type": "integer"
2929 },
2930 "targetCpuUtilization": {
2931 "description": "Target CPU utilization ratio to maintain whe n scaling.",
2932 "format": "double",
2933 "type": "number"
2934 }
2935 },
2936 "type": "object"
2937 },
2938 "DebugInstanceRequest": {
2939 "description": "Request message for Instances.DebugInstance.",
2940 "id": "DebugInstanceRequest",
2941 "properties": {
2942 "sshKey": {
2943 "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).",
2944 "type": "string"
2945 }
2946 },
2947 "type": "object"
2948 },
2949 "OperationMetadataV1Beta5": {
2950 "description": "Metadata for the given google.longrunning.Operation. ",
2951 "id": "OperationMetadataV1Beta5",
2952 "properties": {
2953 "method": {
2954 "description": "API method name that initiated this operatio n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
2955 "type": "string"
2956 },
2957 "insertTime": {
2958 "description": "Timestamp that this operation was created.@O utputOnly",
2959 "format": "google-datetime",
2960 "type": "string"
2961 },
2962 "endTime": {
2963 "description": "Timestamp that this operation completed.@Out putOnly",
2964 "format": "google-datetime",
2965 "type": "string"
2966 },
2967 "target": {
2968 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2969 "type": "string"
2970 },
2435 "user": { 2971 "user": {
2436 "description": "User who requested this operation.@OutputOnl y", 2972 "description": "User who requested this operation.@OutputOnl y",
2437 "type": "string" 2973 "type": "string"
2974 }
2975 },
2976 "type": "object"
2977 },
2978 "Version": {
2979 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.",
2980 "id": "Version",
2981 "properties": {
2982 "apiConfig": {
2983 "$ref": "ApiConfigHandler",
2984 "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."
2985 },
2986 "endpointsApiService": {
2987 "$ref": "EndpointsApiService",
2988 "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."
2989 },
2990 "vm": {
2991 "description": "Whether to deploy this version in a containe r on a virtual machine.",
2992 "type": "boolean"
2993 },
2994 "versionUrl": {
2995 "description": "Serving URL for this version. Example: \"htt ps://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
2996 "type": "string"
2997 },
2998 "instanceClass": {
2999 "description": "Instance class that is used to run this vers ion. Valid values are:\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling or Ba sicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.",
3000 "type": "string"
3001 },
3002 "servingStatus": {
3003 "description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_S TATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
3004 "enum": [
3005 "SERVING_STATUS_UNSPECIFIED",
3006 "SERVING",
3007 "STOPPED"
3008 ],
3009 "enumDescriptions": [
3010 "Not specified.",
3011 "Currently serving. Instances are created according to t he scaling settings of the version.",
3012 "Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING."
3013 ],
3014 "type": "string"
3015 },
3016 "runtimeApiVersion": {
3017 "description": "The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud .google.com/appengine/docs/standard/<language>/config/appref",
3018 "type": "string"
3019 },
3020 "deployment": {
3021 "$ref": "Deployment",
3022 "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
3023 },
3024 "createTime": {
3025 "description": "Time that this version was created.@OutputOn ly",
3026 "format": "google-datetime",
3027 "type": "string"
3028 },
3029 "resources": {
3030 "$ref": "Resources",
3031 "description": "Machine resources for this version. Only app licable for VM runtimes."
3032 },
3033 "inboundServices": {
3034 "description": "Before an application can receive email or X MPP messages, the application must be configured to enable the service.",
3035 "enumDescriptions": [
3036 "Not specified.",
3037 "Allows an application to receive mail.",
3038 "Allows an application to receive email-bound notificati ons.",
3039 "Allows an application to receive error stanzas.",
3040 "Allows an application to receive instant messages.",
3041 "Allows an application to receive user subscription POST s.",
3042 "Allows an application to receive a user's chat presence .",
3043 "Registers an application for notifications when a clien t connects or disconnects from a channel.",
3044 "Enables warmup requests."
3045 ],
3046 "items": {
3047 "enum": [
3048 "INBOUND_SERVICE_UNSPECIFIED",
3049 "INBOUND_SERVICE_MAIL",
3050 "INBOUND_SERVICE_MAIL_BOUNCE",
3051 "INBOUND_SERVICE_XMPP_ERROR",
3052 "INBOUND_SERVICE_XMPP_MESSAGE",
3053 "INBOUND_SERVICE_XMPP_SUBSCRIBE",
3054 "INBOUND_SERVICE_XMPP_PRESENCE",
3055 "INBOUND_SERVICE_CHANNEL_PRESENCE",
3056 "INBOUND_SERVICE_WARMUP"
3057 ],
3058 "type": "string"
3059 },
3060 "type": "array"
3061 },
3062 "errorHandlers": {
3063 "description": "Custom static error pages. Limited to 10KB p er page.Only returned in GET requests if view=FULL is set.",
3064 "items": {
3065 "$ref": "ErrorHandler"
3066 },
3067 "type": "array"
3068 },
3069 "defaultExpiration": {
3070 "description": "Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHan dler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/ap ps.services.versions#staticfileshandler) does not specify its own expiration tim e.Only returned in GET requests if view=FULL is set.",
3071 "format": "google-duration",
3072 "type": "string"
3073 },
3074 "libraries": {
3075 "description": "Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.",
3076 "items": {
3077 "$ref": "Library"
3078 },
3079 "type": "array"
3080 },
3081 "nobuildFilesRegex": {
3082 "description": "Files that match this pattern will not be bu ilt into this version. Only applicable for Go runtimes.Only returned in GET requ ests if view=FULL is set.",
3083 "type": "string"
3084 },
3085 "basicScaling": {
3086 "$ref": "BasicScaling",
3087 "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."
3088 },
3089 "runtime": {
3090 "description": "Desired runtime. Example: python27.",
3091 "type": "string"
3092 },
3093 "createdBy": {
3094 "description": "Email address of the user who created this v ersion.@OutputOnly",
3095 "type": "string"
3096 },
3097 "id": {
3098 "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-\".",
3099 "type": "string"
3100 },
3101 "envVariables": {
3102 "additionalProperties": {
3103 "type": "string"
3104 },
3105 "description": "Environment variables available to the appli cation.Only returned in GET requests if view=FULL is set.",
3106 "type": "object"
3107 },
3108 "livenessCheck": {
3109 "$ref": "LivenessCheck",
3110 "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."
3111 },
3112 "network": {
3113 "$ref": "Network",
3114 "description": "Extra network settings. Only applicable for App Engine flexible environment versions."
3115 },
3116 "betaSettings": {
3117 "additionalProperties": {
3118 "type": "string"
3119 },
3120 "description": "Metadata settings that are supplied to this version to enable beta runtime features.",
3121 "type": "object"
3122 },
3123 "env": {
3124 "description": "App Engine execution environment for this ve rsion.Defaults to standard.",
3125 "type": "string"
3126 },
3127 "handlers": {
3128 "description": "An ordered list of URL-matching patterns tha t should be applied to incoming requests. The first matching URL handles the req uest and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.",
3129 "items": {
3130 "$ref": "UrlMap"
3131 },
3132 "type": "array"
3133 },
3134 "automaticScaling": {
3135 "$ref": "AutomaticScaling",
3136 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics."
3137 },
3138 "diskUsageBytes": {
3139 "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",
3140 "format": "int64",
3141 "type": "string"
3142 },
3143 "healthCheck": {
3144 "$ref": "HealthCheck",
3145 "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."
3146 },
3147 "threadsafe": {
3148 "description": "Whether multiple requests can be dispatched to this version at once.",
3149 "type": "boolean"
3150 },
3151 "readinessCheck": {
3152 "$ref": "ReadinessCheck",
3153 "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."
3154 },
3155 "manualScaling": {
3156 "$ref": "ManualScaling",
3157 "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."
3158 },
3159 "name": {
3160 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
3161 "type": "string"
3162 }
3163 },
3164 "type": "object"
3165 },
3166 "RepairApplicationRequest": {
3167 "description": "Request message for 'Applications.RepairApplication' .",
3168 "id": "RepairApplicationRequest",
3169 "properties": {},
3170 "type": "object"
3171 },
3172 "CertificateRawData": {
3173 "description": "An SSL certificate obtained from a certificate autho rity.",
3174 "id": "CertificateRawData",
3175 "properties": {
3176 "privateKey": {
3177 "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",
3178 "type": "string"
3179 },
3180 "publicCertificate": {
3181 "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>",
3182 "type": "string"
3183 }
3184 },
3185 "type": "object"
3186 },
3187 "BuildInfo": {
3188 "description": "Google Cloud Container Builder build information.",
3189 "id": "BuildInfo",
3190 "properties": {
3191 "cloudBuildId": {
3192 "description": "The Google Cloud Container Builder build id. Example: \"f966068f-08b2-42c8-bdfe-74137dff2bf9\"",
3193 "type": "string"
3194 }
3195 },
3196 "type": "object"
3197 },
3198 "ScriptHandler": {
3199 "description": "Executes a script to handle the request that matches the URL pattern.",
3200 "id": "ScriptHandler",
3201 "properties": {
3202 "scriptPath": {
3203 "description": "Path to the script from the application root directory.",
3204 "type": "string"
3205 }
3206 },
3207 "type": "object"
3208 },
3209 "FileInfo": {
3210 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
3211 "id": "FileInfo",
3212 "properties": {
3213 "mimeType": {
3214 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.",
3215 "type": "string"
3216 },
3217 "sourceUrl": {
3218 "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>'.",
3219 "type": "string"
3220 },
3221 "sha1Sum": {
3222 "description": "The SHA1 hash of the file, in hex.",
3223 "type": "string"
3224 }
3225 },
3226 "type": "object"
3227 },
3228 "OperationMetadataExperimental": {
3229 "description": "Metadata for the given google.longrunning.Operation. ",
3230 "id": "OperationMetadataExperimental",
3231 "properties": {
3232 "method": {
3233 "description": "API method that initiated this operation. Ex ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl y",
3234 "type": "string"
3235 },
3236 "insertTime": {
3237 "description": "Time that this operation was created.@Output Only",
3238 "format": "google-datetime",
3239 "type": "string"
3240 },
3241 "endTime": {
3242 "description": "Time that this operation completed.@OutputOn ly",
3243 "format": "google-datetime",
3244 "type": "string"
3245 },
3246 "target": {
3247 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
3248 "type": "string"
3249 },
3250 "user": {
3251 "description": "User who requested this operation.@OutputOnl y",
3252 "type": "string"
3253 }
3254 },
3255 "type": "object"
3256 },
3257 "AuthorizedDomain": {
3258 "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).",
3259 "id": "AuthorizedDomain",
3260 "properties": {
3261 "name": {
3262 "description": "Full path to the AuthorizedDomain resource i n the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly",
3263 "type": "string"
3264 },
3265 "id": {
3266 "description": "Fully qualified domain name of the domain au thorized for use. Example: example.com.",
3267 "type": "string"
3268 }
3269 },
3270 "type": "object"
3271 },
3272 "TrafficSplit": {
3273 "description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is ass igned to versions.",
3274 "id": "TrafficSplit",
3275 "properties": {
3276 "allocations": {
3277 "additionalProperties": {
3278 "format": "double",
3279 "type": "number"
3280 },
3281 "description": "Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version c an be specified only once, but some versions in the service may not have any tra ffic allocation. Services that have traffic allocated cannot be deleted until ei ther the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based split s and up to three decimal places is supported for cookie-based splits.",
3282 "type": "object"
3283 },
3284 "shardBy": {
3285 "description": "Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either ty pe until allocations are changed.",
3286 "enum": [
3287 "UNSPECIFIED",
3288 "COOKIE",
3289 "IP",
3290 "RANDOM"
3291 ],
3292 "enumDescriptions": [
3293 "Diversion method unspecified.",
3294 "Diversion based on a specially named cookie, \"GOOGAPPU ID.\" The cookie must be set by the application itself or no diversion will occu r.",
3295 "Diversion based on applying the modulus operation to a fingerprint of the IP address.",
3296 "Diversion based on weighted random assignment. An incom ing request is randomly routed to a version in the traffic split, with probabili ty proportional to the version's traffic share."
3297 ],
3298 "type": "string"
3299 }
3300 },
3301 "type": "object"
3302 },
3303 "OperationMetadataV1Beta": {
3304 "description": "Metadata for the given google.longrunning.Operation. ",
3305 "id": "OperationMetadataV1Beta",
3306 "properties": {
3307 "warning": {
3308 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
3309 "items": {
3310 "type": "string"
3311 },
3312 "type": "array"
3313 },
3314 "insertTime": {
3315 "description": "Time that this operation was created.@Output Only",
3316 "format": "google-datetime",
3317 "type": "string"
2438 }, 3318 },
2439 "target": { 3319 "target": {
2440 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 3320 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2441 "type": "string" 3321 "type": "string"
3322 },
3323 "user": {
3324 "description": "User who requested this operation.@OutputOnl y",
3325 "type": "string"
3326 },
3327 "ephemeralMessage": {
3328 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
3329 "type": "string"
3330 },
3331 "method": {
3332 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly",
3333 "type": "string"
3334 },
3335 "endTime": {
3336 "description": "Time that this operation completed.@OutputOn ly",
3337 "format": "google-datetime",
3338 "type": "string"
3339 }
3340 },
3341 "type": "object"
3342 },
3343 "ListIngressRulesResponse": {
3344 "description": "Response message for Firewall.ListIngressRules.",
3345 "id": "ListIngressRulesResponse",
3346 "properties": {
3347 "ingressRules": {
3348 "description": "The ingress FirewallRules for this applicati on.",
3349 "items": {
3350 "$ref": "FirewallRule"
3351 },
3352 "type": "array"
3353 },
3354 "nextPageToken": {
3355 "description": "Continuation token for fetching the next pag e of results.",
3356 "type": "string"
2442 } 3357 }
2443 }, 3358 },
2444 "type": "object" 3359 "type": "object"
2445 }, 3360 },
2446 "ListServicesResponse": { 3361 "ListServicesResponse": {
2447 "description": "Response message for Services.ListServices.", 3362 "description": "Response message for Services.ListServices.",
2448 "id": "ListServicesResponse", 3363 "id": "ListServicesResponse",
2449 "properties": { 3364 "properties": {
2450 "nextPageToken": { 3365 "nextPageToken": {
2451 "description": "Continuation token for fetching the next pag e of results.", 3366 "description": "Continuation token for fetching the next pag e of results.",
2452 "type": "string" 3367 "type": "string"
2453 }, 3368 },
2454 "services": { 3369 "services": {
2455 "description": "The services belonging to the requested appl ication.", 3370 "description": "The services belonging to the requested appl ication.",
2456 "items": { 3371 "items": {
2457 "$ref": "Service" 3372 "$ref": "Service"
2458 }, 3373 },
2459 "type": "array" 3374 "type": "array"
2460 } 3375 }
2461 }, 3376 },
2462 "type": "object" 3377 "type": "object"
2463 }, 3378 },
2464 "ListIngressRulesResponse": {
2465 "description": "Response message for Firewall.ListIngressRules.",
2466 "id": "ListIngressRulesResponse",
2467 "properties": {
2468 "ingressRules": {
2469 "description": "The ingress FirewallRules for this applicati on.",
2470 "items": {
2471 "$ref": "FirewallRule"
2472 },
2473 "type": "array"
2474 },
2475 "nextPageToken": {
2476 "description": "Continuation token for fetching the next pag e of results.",
2477 "type": "string"
2478 }
2479 },
2480 "type": "object"
2481 },
2482 "Deployment": { 3379 "Deployment": {
2483 "description": "Code and application artifacts used to deploy a vers ion to App Engine.", 3380 "description": "Code and application artifacts used to deploy a vers ion to App Engine.",
2484 "id": "Deployment", 3381 "id": "Deployment",
2485 "properties": { 3382 "properties": {
2486 "build": { 3383 "build": {
2487 "$ref": "BuildInfo", 3384 "$ref": "BuildInfo",
2488 "description": "Google Cloud Container Builder build informa tion." 3385 "description": "Google Cloud Container Builder build informa tion."
2489 }, 3386 },
2490 "files": { 3387 "files": {
2491 "additionalProperties": { 3388 "additionalProperties": {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 "type": "number" 3424 "type": "number"
2528 }, 3425 },
2529 "cpu": { 3426 "cpu": {
2530 "description": "Number of CPU cores needed.", 3427 "description": "Number of CPU cores needed.",
2531 "format": "double", 3428 "format": "double",
2532 "type": "number" 3429 "type": "number"
2533 } 3430 }
2534 }, 3431 },
2535 "type": "object" 3432 "type": "object"
2536 }, 3433 },
2537 "BatchUpdateIngressRulesResponse": {
2538 "description": "Response message for Firewall.UpdateAllIngressRules. ",
2539 "id": "BatchUpdateIngressRulesResponse",
2540 "properties": {
2541 "ingressRules": {
2542 "description": "The full list of ingress FirewallRules for t his application.",
2543 "items": {
2544 "$ref": "FirewallRule"
2545 },
2546 "type": "array"
2547 }
2548 },
2549 "type": "object"
2550 },
2551 "Volume": { 3434 "Volume": {
2552 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.", 3435 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.",
2553 "id": "Volume", 3436 "id": "Volume",
2554 "properties": { 3437 "properties": {
3438 "volumeType": {
3439 "description": "Underlying volume type, e.g. 'tmpfs'.",
3440 "type": "string"
3441 },
2555 "sizeGb": { 3442 "sizeGb": {
2556 "description": "Volume size in gigabytes.", 3443 "description": "Volume size in gigabytes.",
2557 "format": "double", 3444 "format": "double",
2558 "type": "number" 3445 "type": "number"
2559 }, 3446 },
2560 "name": { 3447 "name": {
2561 "description": "Unique name for the volume.", 3448 "description": "Unique name for the volume.",
2562 "type": "string" 3449 "type": "string"
2563 }, 3450 }
2564 "volumeType": { 3451 },
2565 "description": "Underlying volume type, e.g. 'tmpfs'.", 3452 "type": "object"
3453 },
3454 "BatchUpdateIngressRulesResponse": {
3455 "description": "Response message for Firewall.UpdateAllIngressRules. ",
3456 "id": "BatchUpdateIngressRulesResponse",
3457 "properties": {
3458 "ingressRules": {
3459 "description": "The full list of ingress FirewallRules for t his application.",
3460 "items": {
3461 "$ref": "FirewallRule"
3462 },
3463 "type": "array"
3464 }
3465 },
3466 "type": "object"
3467 },
3468 "ManagedCertificate": {
3469 "description": "A certificate managed by App Engine.",
3470 "id": "ManagedCertificate",
3471 "properties": {
3472 "lastRenewalTime": {
3473 "description": "Time at which the certificate was last renew ed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via Managem entStatus.@OutputOnly",
3474 "format": "google-datetime",
3475 "type": "string"
3476 },
3477 "status": {
3478 "description": "Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly",
3479 "enum": [
3480 "MANAGEMENT_STATUS_UNSPECIFIED",
3481 "OK",
3482 "PENDING",
3483 "FAILED_RETRYING_NOT_VISIBLE",
3484 "FAILED_PERMANENT"
3485 ],
3486 "enumDescriptions": [
3487 "",
3488 "Certificate was successfully obtained and inserted into the serving system.",
3489 "Certificate is under active attempts to acquire or rene w.",
3490 "Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificat e domain's DNS configuration is fixed. The last successfully provisioned certifi cate may still be serving.",
3491 "All renewal attempts have been exhausted, likely due to an invalid DNS setup."
3492 ],
2566 "type": "string" 3493 "type": "string"
2567 } 3494 }
2568 }, 3495 },
2569 "type": "object" 3496 "type": "object"
2570 }, 3497 },
2571 "ListInstancesResponse": { 3498 "ListInstancesResponse": {
2572 "description": "Response message for Instances.ListInstances.", 3499 "description": "Response message for Instances.ListInstances.",
2573 "id": "ListInstancesResponse", 3500 "id": "ListInstancesResponse",
2574 "properties": { 3501 "properties": {
2575 "nextPageToken": { 3502 "nextPageToken": {
2576 "description": "Continuation token for fetching the next pag e of results.", 3503 "description": "Continuation token for fetching the next pag e of results.",
2577 "type": "string" 3504 "type": "string"
2578 }, 3505 },
2579 "instances": { 3506 "instances": {
2580 "description": "The instances belonging to the requested ver sion.", 3507 "description": "The instances belonging to the requested ver sion.",
2581 "items": { 3508 "items": {
2582 "$ref": "Instance" 3509 "$ref": "Instance"
2583 }, 3510 },
2584 "type": "array" 3511 "type": "array"
2585 } 3512 }
2586 }, 3513 },
2587 "type": "object" 3514 "type": "object"
2588 },
2589 "ListDomainMappingsResponse": {
2590 "description": "Response message for DomainMappings.ListDomainMappin gs.",
2591 "id": "ListDomainMappingsResponse",
2592 "properties": {
2593 "nextPageToken": {
2594 "description": "Continuation token for fetching the next pag e of results.",
2595 "type": "string"
2596 },
2597 "domainMappings": {
2598 "description": "The domain mappings for the application.",
2599 "items": {
2600 "$ref": "DomainMapping"
2601 },
2602 "type": "array"
2603 }
2604 },
2605 "type": "object"
2606 },
2607 "OperationMetadataV1Alpha": {
2608 "description": "Metadata for the given google.longrunning.Operation. ",
2609 "id": "OperationMetadataV1Alpha",
2610 "properties": {
2611 "target": {
2612 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2613 "type": "string"
2614 },
2615 "user": {
2616 "description": "User who requested this operation.@OutputOnl y",
2617 "type": "string"
2618 },
2619 "ephemeralMessage": {
2620 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
2621 "type": "string"
2622 },
2623 "method": {
2624 "description": "API method that initiated this operation. Ex ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly",
2625 "type": "string"
2626 },
2627 "endTime": {
2628 "description": "Time that this operation completed.@OutputOn ly",
2629 "format": "google-datetime",
2630 "type": "string"
2631 },
2632 "warning": {
2633 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2634 "items": {
2635 "type": "string"
2636 },
2637 "type": "array"
2638 },
2639 "insertTime": {
2640 "description": "Time that this operation was created.@Output Only",
2641 "format": "google-datetime",
2642 "type": "string"
2643 }
2644 },
2645 "type": "object"
2646 },
2647 "UrlDispatchRule": {
2648 "description": "Rules to match an HTTP request and dispatch that req uest to a service.",
2649 "id": "UrlDispatchRule",
2650 "properties": {
2651 "service": {
2652 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.",
2653 "type": "string"
2654 },
2655 "domain": {
2656 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
2657 "type": "string"
2658 },
2659 "path": {
2660 "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.",
2661 "type": "string"
2662 }
2663 },
2664 "type": "object"
2665 },
2666 "ListVersionsResponse": {
2667 "description": "Response message for Versions.ListVersions.",
2668 "id": "ListVersionsResponse",
2669 "properties": {
2670 "nextPageToken": {
2671 "description": "Continuation token for fetching the next pag e of results.",
2672 "type": "string"
2673 },
2674 "versions": {
2675 "description": "The versions belonging to the requested serv ice.",
2676 "items": {
2677 "$ref": "Version"
2678 },
2679 "type": "array"
2680 }
2681 },
2682 "type": "object"
2683 },
2684 "ListAuthorizedDomainsResponse": {
2685 "description": "Response message for AuthorizedDomains.ListAuthorize dDomains.",
2686 "id": "ListAuthorizedDomainsResponse",
2687 "properties": {
2688 "nextPageToken": {
2689 "description": "Continuation token for fetching the next pag e of results.",
2690 "type": "string"
2691 },
2692 "domains": {
2693 "description": "The authorized domains belonging to the user .",
2694 "items": {
2695 "$ref": "AuthorizedDomain"
2696 },
2697 "type": "array"
2698 }
2699 },
2700 "type": "object"
2701 },
2702 "ApiEndpointHandler": {
2703 "description": "Uses Google Cloud Endpoints to handle requests.",
2704 "id": "ApiEndpointHandler",
2705 "properties": {
2706 "scriptPath": {
2707 "description": "Path to the script from the application root directory.",
2708 "type": "string"
2709 }
2710 },
2711 "type": "object"
2712 },
2713 "Empty": {
2714 "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 {}.",
2715 "id": "Empty",
2716 "properties": {},
2717 "type": "object"
2718 },
2719 "DomainMapping": {
2720 "description": "A domain serving an App Engine application.",
2721 "id": "DomainMapping",
2722 "properties": {
2723 "resourceRecords": {
2724 "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",
2725 "items": {
2726 "$ref": "ResourceRecord"
2727 },
2728 "type": "array"
2729 },
2730 "id": {
2731 "description": "Relative name of the domain serving the appl ication. Example: example.com.",
2732 "type": "string"
2733 },
2734 "sslSettings": {
2735 "$ref": "SslSettings",
2736 "description": "SSL configuration for this domain. If unconf igured, this domain will not serve with SSL."
2737 },
2738 "name": {
2739 "description": "Full path to the DomainMapping resource in t he API. Example: apps/myapp/domainMapping/example.com.@OutputOnly",
2740 "type": "string"
2741 }
2742 },
2743 "type": "object"
2744 },
2745 "ZipInfo": {
2746 "description": "The zip file information for a zip deployment.",
2747 "id": "ZipInfo",
2748 "properties": {
2749 "sourceUrl": {
2750 "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>'.",
2751 "type": "string"
2752 },
2753 "filesCount": {
2754 "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.",
2755 "format": "int32",
2756 "type": "integer"
2757 }
2758 },
2759 "type": "object"
2760 },
2761 "AutomaticScaling": {
2762 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
2763 "id": "AutomaticScaling",
2764 "properties": {
2765 "minPendingLatency": {
2766 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
2767 "format": "google-duration",
2768 "type": "string"
2769 },
2770 "standardSchedulerSettings": {
2771 "$ref": "StandardSchedulerSettings",
2772 "description": "Scheduler settings for standard environment. "
2773 },
2774 "maxIdleInstances": {
2775 "description": "Maximum number of idle instances that should be maintained for this version.",
2776 "format": "int32",
2777 "type": "integer"
2778 },
2779 "requestUtilization": {
2780 "$ref": "RequestUtilization",
2781 "description": "Target scaling by request utilization."
2782 },
2783 "minIdleInstances": {
2784 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a se rvice.",
2785 "format": "int32",
2786 "type": "integer"
2787 },
2788 "maxTotalInstances": {
2789 "description": "Maximum number of instances that should be s tarted to handle requests.",
2790 "format": "int32",
2791 "type": "integer"
2792 },
2793 "minTotalInstances": {
2794 "description": "Minimum number of instances that should be m aintained for this version.",
2795 "format": "int32",
2796 "type": "integer"
2797 },
2798 "networkUtilization": {
2799 "$ref": "NetworkUtilization",
2800 "description": "Target scaling by network usage."
2801 },
2802 "maxConcurrentRequests": {
2803 "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.",
2804 "format": "int32",
2805 "type": "integer"
2806 },
2807 "coolDownPeriod": {
2808 "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.",
2809 "format": "google-duration",
2810 "type": "string"
2811 },
2812 "maxPendingLatency": {
2813 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
2814 "format": "google-duration",
2815 "type": "string"
2816 },
2817 "cpuUtilization": {
2818 "$ref": "CpuUtilization",
2819 "description": "Target scaling by CPU usage."
2820 },
2821 "diskUtilization": {
2822 "$ref": "DiskUtilization",
2823 "description": "Target scaling by disk usage."
2824 }
2825 },
2826 "type": "object"
2827 },
2828 "AuthorizedCertificate": {
2829 "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.",
2830 "id": "AuthorizedCertificate",
2831 "properties": {
2832 "name": {
2833 "description": "Full path to the AuthorizedCertificate resou rce in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly",
2834 "type": "string"
2835 },
2836 "domainMappingsCount": {
2837 "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",
2838 "format": "int32",
2839 "type": "integer"
2840 },
2841 "domainNames": {
2842 "description": "Topmost applicable domains of this certifica te. This certificate applies to these domains and their subdomains. Example: exa mple.com.@OutputOnly",
2843 "items": {
2844 "type": "string"
2845 },
2846 "type": "array"
2847 },
2848 "id": {
2849 "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly",
2850 "type": "string"
2851 },
2852 "displayName": {
2853 "description": "The user-specified display name of the certi ficate. This is not guaranteed to be unique. Example: My Certificate.",
2854 "type": "string"
2855 },
2856 "certificateRawData": {
2857 "$ref": "CertificateRawData",
2858 "description": "The SSL certificate serving the AuthorizedCe rtificate resource. This must be obtained independently from a certificate autho rity."
2859 },
2860 "visibleDomainMappings": {
2861 "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",
2862 "items": {
2863 "type": "string"
2864 },
2865 "type": "array"
2866 },
2867 "expireTime": {
2868 "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",
2869 "format": "google-datetime",
2870 "type": "string"
2871 }
2872 },
2873 "type": "object"
2874 },
2875 "ResourceRecord": {
2876 "description": "A DNS resource record.",
2877 "id": "ResourceRecord",
2878 "properties": {
2879 "name": {
2880 "description": "Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.",
2881 "type": "string"
2882 },
2883 "type": {
2884 "description": "Resource record type. Example: AAAA.",
2885 "enum": [
2886 "A",
2887 "AAAA",
2888 "CNAME"
2889 ],
2890 "enumDescriptions": [
2891 "An A resource record. Data is an IPv4 address.",
2892 "An AAAA resource record. Data is an IPv6 address.",
2893 "A CNAME resource record. Data is a domain name to be al iased."
2894 ],
2895 "type": "string"
2896 },
2897 "rrdata": {
2898 "description": "Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
2899 "type": "string"
2900 }
2901 },
2902 "type": "object"
2903 },
2904 "Library": {
2905 "description": "Third-party Python runtime library that is required by the application.",
2906 "id": "Library",
2907 "properties": {
2908 "version": {
2909 "description": "Version of the library to select, or \"lates t\".",
2910 "type": "string"
2911 },
2912 "name": {
2913 "description": "Name of the library. Example: \"django\".",
2914 "type": "string"
2915 }
2916 },
2917 "type": "object"
2918 },
2919 "ListLocationsResponse": {
2920 "description": "The response message for Locations.ListLocations.",
2921 "id": "ListLocationsResponse",
2922 "properties": {
2923 "locations": {
2924 "description": "A list of locations that matches the specifi ed filter in the request.",
2925 "items": {
2926 "$ref": "Location"
2927 },
2928 "type": "array"
2929 },
2930 "nextPageToken": {
2931 "description": "The standard List next-page token.",
2932 "type": "string"
2933 }
2934 },
2935 "type": "object"
2936 },
2937 "ContainerInfo": {
2938 "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.",
2939 "id": "ContainerInfo",
2940 "properties": {
2941 "image": {
2942 "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\" ",
2943 "type": "string"
2944 }
2945 },
2946 "type": "object"
2947 },
2948 "RequestUtilization": {
2949 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
2950 "id": "RequestUtilization",
2951 "properties": {
2952 "targetRequestCountPerSecond": {
2953 "description": "Target requests per second.",
2954 "format": "int32",
2955 "type": "integer"
2956 },
2957 "targetConcurrentRequests": {
2958 "description": "Target number of concurrent requests.",
2959 "format": "int32",
2960 "type": "integer"
2961 }
2962 },
2963 "type": "object"
2964 },
2965 "EndpointsApiService": {
2966 "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).",
2967 "id": "EndpointsApiService",
2968 "properties": {
2969 "configId": {
2970 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
2971 "type": "string"
2972 },
2973 "name": {
2974 "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\"",
2975 "type": "string"
2976 }
2977 },
2978 "type": "object"
2979 },
2980 "UrlMap": {
2981 "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.",
2982 "id": "UrlMap",
2983 "properties": {
2984 "securityLevel": {
2985 "description": "Security (HTTPS) enforcement for this URL.",
2986 "enum": [
2987 "SECURE_UNSPECIFIED",
2988 "SECURE_DEFAULT",
2989 "SECURE_NEVER",
2990 "SECURE_OPTIONAL",
2991 "SECURE_ALWAYS"
2992 ],
2993 "enumDescriptions": [
2994 "Not specified.",
2995 "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.",
2996 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
2997 "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.",
2998 "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."
2999 ],
3000 "type": "string"
3001 },
3002 "authFailAction": {
3003 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
3004 "enum": [
3005 "AUTH_FAIL_ACTION_UNSPECIFIED",
3006 "AUTH_FAIL_ACTION_REDIRECT",
3007 "AUTH_FAIL_ACTION_UNAUTHORIZED"
3008 ],
3009 "enumDescriptions": [
3010 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
3011 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
3012 "Rejects request with a 401 HTTP status code and an erro r message."
3013 ],
3014 "type": "string"
3015 },
3016 "script": {
3017 "$ref": "ScriptHandler",
3018 "description": "Executes a script to handle the request that matches this URL pattern."
3019 },
3020 "urlRegex": {
3021 "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.",
3022 "type": "string"
3023 },
3024 "login": {
3025 "description": "Level of login required to access this resou rce.",
3026 "enum": [
3027 "LOGIN_UNSPECIFIED",
3028 "LOGIN_OPTIONAL",
3029 "LOGIN_ADMIN",
3030 "LOGIN_REQUIRED"
3031 ],
3032 "enumDescriptions": [
3033 "Not specified. LOGIN_OPTIONAL is assumed.",
3034 "Does not require that the user is signed in.",
3035 "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.",
3036 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
3037 ],
3038 "type": "string"
3039 },
3040 "apiEndpoint": {
3041 "$ref": "ApiEndpointHandler",
3042 "description": "Uses API Endpoints to handle requests."
3043 },
3044 "staticFiles": {
3045 "$ref": "StaticFilesHandler",
3046 "description": "Returns the contents of a file, such as an i mage, as the response."
3047 },
3048 "redirectHttpResponseCode": {
3049 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
3050 "enum": [
3051 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
3052 "REDIRECT_HTTP_RESPONSE_CODE_301",
3053 "REDIRECT_HTTP_RESPONSE_CODE_302",
3054 "REDIRECT_HTTP_RESPONSE_CODE_303",
3055 "REDIRECT_HTTP_RESPONSE_CODE_307"
3056 ],
3057 "enumDescriptions": [
3058 "Not specified. 302 is assumed.",
3059 "301 Moved Permanently code.",
3060 "302 Moved Temporarily code.",
3061 "303 See Other code.",
3062 "307 Temporary Redirect code."
3063 ],
3064 "type": "string"
3065 }
3066 },
3067 "type": "object"
3068 },
3069 "ApiConfigHandler": {
3070 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
3071 "id": "ApiConfigHandler",
3072 "properties": {
3073 "url": {
3074 "description": "URL to serve the endpoint at.",
3075 "type": "string"
3076 },
3077 "securityLevel": {
3078 "description": "Security (HTTPS) enforcement for this URL.",
3079 "enum": [
3080 "SECURE_UNSPECIFIED",
3081 "SECURE_DEFAULT",
3082 "SECURE_NEVER",
3083 "SECURE_OPTIONAL",
3084 "SECURE_ALWAYS"
3085 ],
3086 "enumDescriptions": [
3087 "Not specified.",
3088 "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.",
3089 "Requests for a URL that match this handler that use HTT PS are automatically redirected to the HTTP equivalent URL.",
3090 "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.",
3091 "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."
3092 ],
3093 "type": "string"
3094 },
3095 "authFailAction": {
3096 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
3097 "enum": [
3098 "AUTH_FAIL_ACTION_UNSPECIFIED",
3099 "AUTH_FAIL_ACTION_REDIRECT",
3100 "AUTH_FAIL_ACTION_UNAUTHORIZED"
3101 ],
3102 "enumDescriptions": [
3103 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
3104 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
3105 "Rejects request with a 401 HTTP status code and an erro r message."
3106 ],
3107 "type": "string"
3108 },
3109 "script": {
3110 "description": "Path to the script from the application root directory.",
3111 "type": "string"
3112 },
3113 "login": {
3114 "description": "Level of login required to access this resou rce. Defaults to optional.",
3115 "enum": [
3116 "LOGIN_UNSPECIFIED",
3117 "LOGIN_OPTIONAL",
3118 "LOGIN_ADMIN",
3119 "LOGIN_REQUIRED"
3120 ],
3121 "enumDescriptions": [
3122 "Not specified. LOGIN_OPTIONAL is assumed.",
3123 "Does not require that the user is signed in.",
3124 "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.",
3125 "If the user has signed in, the handler proceeds normall y. Otherwise, the auth_fail_action is taken."
3126 ],
3127 "type": "string"
3128 }
3129 },
3130 "type": "object"
3131 },
3132 "Operation": {
3133 "description": "This resource represents a long-running operation th at is the result of a network API call.",
3134 "id": "Operation",
3135 "properties": {
3136 "done": {
3137 "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.",
3138 "type": "boolean"
3139 },
3140 "response": {
3141 "additionalProperties": {
3142 "description": "Properties of the object. Contains field @type with type URL.",
3143 "type": "any"
3144 },
3145 "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.",
3146 "type": "object"
3147 },
3148 "name": {
3149 "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.",
3150 "type": "string"
3151 },
3152 "error": {
3153 "$ref": "Status",
3154 "description": "The error result of the operation in case of failure or cancellation."
3155 },
3156 "metadata": {
3157 "additionalProperties": {
3158 "description": "Properties of the object. Contains field @type with type URL.",
3159 "type": "any"
3160 },
3161 "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.",
3162 "type": "object"
3163 }
3164 },
3165 "type": "object"
3166 },
3167 "StaticFilesHandler": {
3168 "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.",
3169 "id": "StaticFilesHandler",
3170 "properties": {
3171 "mimeType": {
3172 "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.",
3173 "type": "string"
3174 },
3175 "requireMatchingFile": {
3176 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
3177 "type": "boolean"
3178 },
3179 "expiration": {
3180 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.",
3181 "format": "google-duration",
3182 "type": "string"
3183 },
3184 "applicationReadable": {
3185 "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.",
3186 "type": "boolean"
3187 },
3188 "httpHeaders": {
3189 "additionalProperties": {
3190 "type": "string"
3191 },
3192 "description": "HTTP headers to use for all responses from t hese URLs.",
3193 "type": "object"
3194 },
3195 "uploadPathRegex": {
3196 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
3197 "type": "string"
3198 },
3199 "path": {
3200 "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.",
3201 "type": "string"
3202 }
3203 },
3204 "type": "object"
3205 },
3206 "BasicScaling": {
3207 "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.",
3208 "id": "BasicScaling",
3209 "properties": {
3210 "idleTimeout": {
3211 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
3212 "format": "google-duration",
3213 "type": "string"
3214 },
3215 "maxInstances": {
3216 "description": "Maximum number of instances to create for th is version.",
3217 "format": "int32",
3218 "type": "integer"
3219 }
3220 },
3221 "type": "object"
3222 },
3223 "DiskUtilization": {
3224 "description": "Target scaling by disk usage. Only applicable for VM runtimes.",
3225 "id": "DiskUtilization",
3226 "properties": {
3227 "targetReadOpsPerSecond": {
3228 "description": "Target ops read per seconds.",
3229 "format": "int32",
3230 "type": "integer"
3231 },
3232 "targetReadBytesPerSecond": {
3233 "description": "Target bytes read per second.",
3234 "format": "int32",
3235 "type": "integer"
3236 },
3237 "targetWriteOpsPerSecond": {
3238 "description": "Target ops written per second.",
3239 "format": "int32",
3240 "type": "integer"
3241 },
3242 "targetWriteBytesPerSecond": {
3243 "description": "Target bytes written per second.",
3244 "format": "int32",
3245 "type": "integer"
3246 }
3247 },
3248 "type": "object"
3249 },
3250 "CpuUtilization": {
3251 "description": "Target scaling by CPU usage.",
3252 "id": "CpuUtilization",
3253 "properties": {
3254 "aggregationWindowLength": {
3255 "description": "Period of time over which CPU utilization is calculated.",
3256 "format": "google-duration",
3257 "type": "string"
3258 },
3259 "targetUtilization": {
3260 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.",
3261 "format": "double",
3262 "type": "number"
3263 }
3264 },
3265 "type": "object"
3266 },
3267 "Status": {
3268 "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.",
3269 "id": "Status",
3270 "properties": {
3271 "code": {
3272 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
3273 "format": "int32",
3274 "type": "integer"
3275 },
3276 "message": {
3277 "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.",
3278 "type": "string"
3279 },
3280 "details": {
3281 "description": "A list of messages that carry the error deta ils. There is a common set of message types for APIs to use.",
3282 "items": {
3283 "additionalProperties": {
3284 "description": "Properties of the object. Contains f ield @type with type URL.",
3285 "type": "any"
3286 },
3287 "type": "object"
3288 },
3289 "type": "array"
3290 }
3291 },
3292 "type": "object"
3293 },
3294 "IdentityAwareProxy": {
3295 "description": "Identity-Aware Proxy",
3296 "id": "IdentityAwareProxy",
3297 "properties": {
3298 "oauth2ClientSecret": {
3299 "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",
3300 "type": "string"
3301 },
3302 "oauth2ClientId": {
3303 "description": "OAuth2 client ID to use for the authenticati on flow.",
3304 "type": "string"
3305 },
3306 "oauth2ClientSecretSha256": {
3307 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
3308 "type": "string"
3309 },
3310 "enabled": {
3311 "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.",
3312 "type": "boolean"
3313 }
3314 },
3315 "type": "object"
3316 },
3317 "ManualScaling": {
3318 "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.",
3319 "id": "ManualScaling",
3320 "properties": {
3321 "instances": {
3322 "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.",
3323 "format": "int32",
3324 "type": "integer"
3325 }
3326 },
3327 "type": "object"
3328 },
3329 "LocationMetadata": {
3330 "description": "Metadata for the given google.cloud.location.Locatio n.",
3331 "id": "LocationMetadata",
3332 "properties": {
3333 "standardEnvironmentAvailable": {
3334 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
3335 "type": "boolean"
3336 },
3337 "flexibleEnvironmentAvailable": {
3338 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
3339 "type": "boolean"
3340 }
3341 },
3342 "type": "object"
3343 },
3344 "Service": {
3345 "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.",
3346 "id": "Service",
3347 "properties": {
3348 "name": {
3349 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
3350 "type": "string"
3351 },
3352 "split": {
3353 "$ref": "TrafficSplit",
3354 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
3355 },
3356 "id": {
3357 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
3358 "type": "string"
3359 }
3360 },
3361 "type": "object"
3362 },
3363 "ListOperationsResponse": {
3364 "description": "The response message for Operations.ListOperations." ,
3365 "id": "ListOperationsResponse",
3366 "properties": {
3367 "nextPageToken": {
3368 "description": "The standard List next-page token.",
3369 "type": "string"
3370 },
3371 "operations": {
3372 "description": "A list of operations that matches the specif ied filter in the request.",
3373 "items": {
3374 "$ref": "Operation"
3375 },
3376 "type": "array"
3377 }
3378 },
3379 "type": "object"
3380 },
3381 "OperationMetadata": {
3382 "description": "Metadata for the given google.longrunning.Operation. ",
3383 "id": "OperationMetadata",
3384 "properties": {
3385 "endTime": {
3386 "description": "Timestamp that this operation completed.@Out putOnly",
3387 "format": "google-datetime",
3388 "type": "string"
3389 },
3390 "operationType": {
3391 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
3392 "type": "string"
3393 },
3394 "insertTime": {
3395 "description": "Timestamp that this operation was created.@O utputOnly",
3396 "format": "google-datetime",
3397 "type": "string"
3398 },
3399 "target": {
3400 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
3401 "type": "string"
3402 },
3403 "user": {
3404 "description": "User who requested this operation.@OutputOnl y",
3405 "type": "string"
3406 },
3407 "method": {
3408 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
3409 "type": "string"
3410 }
3411 },
3412 "type": "object"
3413 },
3414 "FirewallRule": {
3415 "description": "A single firewall rule that is evaluated against inc oming traffic and provides an action to take on matched requests.",
3416 "id": "FirewallRule",
3417 "properties": {
3418 "description": {
3419 "description": "An optional string description of this rule. This field has a maximum length of 100 characters.",
3420 "type": "string"
3421 },
3422 "sourceRange": {
3423 "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.",
3424 "type": "string"
3425 },
3426 "priority": {
3427 "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.",
3428 "format": "int32",
3429 "type": "integer"
3430 },
3431 "action": {
3432 "description": "The action to take on matched requests.",
3433 "enum": [
3434 "UNSPECIFIED_ACTION",
3435 "ALLOW",
3436 "DENY"
3437 ],
3438 "enumDescriptions": [
3439 "",
3440 "Matching requests are allowed.",
3441 "Matching requests are denied."
3442 ],
3443 "type": "string"
3444 }
3445 },
3446 "type": "object"
3447 },
3448 "ListAuthorizedCertificatesResponse": {
3449 "description": "Response message for AuthorizedCertificates.ListAuth orizedCertificates.",
3450 "id": "ListAuthorizedCertificatesResponse",
3451 "properties": {
3452 "certificates": {
3453 "description": "The SSL certificates the user is authorized to administer.",
3454 "items": {
3455 "$ref": "AuthorizedCertificate"
3456 },
3457 "type": "array"
3458 },
3459 "nextPageToken": {
3460 "description": "Continuation token for fetching the next pag e of results.",
3461 "type": "string"
3462 }
3463 },
3464 "type": "object"
3465 } 3515 }
3466 }, 3516 },
3467 "servicePath": "", 3517 "servicePath": "",
3468 "title": "Google App Engine Admin API", 3518 "title": "Google App Engine Admin API",
3469 "version": "v1beta" 3519 "version": "v1beta"
3470 } 3520 }
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