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

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

Issue 2936613002: Api-Roll 50: 2017-06-12 (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/appengine.admin": { 5 "https://www.googleapis.com/auth/appengine.admin": {
6 "description": "View and manage your applications deployed o n Google App Engine" 6 "description": "View and manage your applications deployed o n Google App Engine"
7 }, 7 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "View your data across Google Cloud Platform services" 9 "description": "View your data across Google Cloud Platform services"
10 }, 10 },
(...skipping 12 matching lines...) Expand all
23 "icons": { 23 "icons": {
24 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x16": "http://www.google.com/images/icons/product/search-16.gif",
25 "x32": "http://www.google.com/images/icons/product/search-32.gif" 25 "x32": "http://www.google.com/images/icons/product/search-32.gif"
26 }, 26 },
27 "id": "appengine:v1beta5", 27 "id": "appengine:v1beta5",
28 "kind": "discovery#restDescription", 28 "kind": "discovery#restDescription",
29 "name": "appengine", 29 "name": "appengine",
30 "ownerDomain": "google.com", 30 "ownerDomain": "google.com",
31 "ownerName": "Google", 31 "ownerName": "Google",
32 "parameters": { 32 "parameters": {
33 "bearer_token": {
34 "description": "OAuth bearer token.",
35 "location": "query",
36 "type": "string"
37 },
38 "oauth_token": {
39 "description": "OAuth 2.0 token for the current user.",
40 "location": "query",
41 "type": "string"
42 },
33 "upload_protocol": { 43 "upload_protocol": {
34 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 44 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
35 "location": "query", 45 "location": "query",
36 "type": "string" 46 "type": "string"
37 }, 47 },
38 "prettyPrint": { 48 "prettyPrint": {
39 "default": "true", 49 "default": "true",
40 "description": "Returns response with indentations and line breaks." , 50 "description": "Returns response with indentations and line breaks." ,
41 "location": "query", 51 "location": "query",
42 "type": "boolean" 52 "type": "boolean"
43 }, 53 },
54 "fields": {
55 "description": "Selector specifying which fields to include in a par tial response.",
56 "location": "query",
57 "type": "string"
58 },
44 "uploadType": { 59 "uploadType": {
45 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").", 60 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
46 "location": "query", 61 "location": "query",
47 "type": "string" 62 "type": "string"
48 }, 63 },
49 "fields": {
50 "description": "Selector specifying which fields to include in a par tial response.",
51 "location": "query",
52 "type": "string"
53 },
54 "callback": { 64 "callback": {
55 "description": "JSONP", 65 "description": "JSONP",
56 "location": "query", 66 "location": "query",
57 "type": "string" 67 "type": "string"
58 }, 68 },
59 "$.xgafv": { 69 "$.xgafv": {
60 "description": "V1 error format.", 70 "description": "V1 error format.",
61 "enum": [ 71 "enum": [
62 "1", 72 "1",
63 "2" 73 "2"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "quotaUser": { 108 "quotaUser": {
99 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.", 109 "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", 110 "location": "query",
101 "type": "string" 111 "type": "string"
102 }, 112 },
103 "pp": { 113 "pp": {
104 "default": "true", 114 "default": "true",
105 "description": "Pretty-print response.", 115 "description": "Pretty-print response.",
106 "location": "query", 116 "location": "query",
107 "type": "boolean" 117 "type": "boolean"
108 },
109 "bearer_token": {
110 "description": "OAuth bearer token.",
111 "location": "query",
112 "type": "string"
113 },
114 "oauth_token": {
115 "description": "OAuth 2.0 token for the current user.",
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": "v1beta5/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 "get": { 141 "get": {
125 "description": "Gets information about an application.", 142 "description": "Gets information about an application.",
126 "httpMethod": "GET", 143 "httpMethod": "GET",
127 "id": "appengine.apps.get", 144 "id": "appengine.apps.get",
128 "parameterOrder": [ 145 "parameterOrder": [
129 "appsId" 146 "appsId"
130 ], 147 ],
131 "parameters": { 148 "parameters": {
132 "ensureResourcesExist": { 149 "ensureResourcesExist": {
133 "description": "Certain resources associated with an application are created on-demand. Controls whether these resources should be c reated when performing the GET operation. If specified and any resources could n ot be created, the request will fail with an error code. Additionally, this para meter can cause the request to take longer to complete. Note: This parameter wil l be deprecated in a future version of the API.", 150 "description": "Certain resources associated with an application are created on-demand. Controls whether these resources should be c reated when performing the GET operation. If specified and any resources could n ot be created, the request will fail with an error code. Additionally, this para meter can cause the request to take longer to complete. Note: This parameter wil l be deprecated in a future version of the API.",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "path": "v1beta5/apps/{appsId}", 190 "path": "v1beta5/apps/{appsId}",
174 "request": { 191 "request": {
175 "$ref": "Application" 192 "$ref": "Application"
176 }, 193 },
177 "response": { 194 "response": {
178 "$ref": "Operation" 195 "$ref": "Operation"
179 }, 196 },
180 "scopes": [ 197 "scopes": [
181 "https://www.googleapis.com/auth/cloud-platform" 198 "https://www.googleapis.com/auth/cloud-platform"
182 ] 199 ]
183 },
184 "create": {
185 "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/).",
186 "httpMethod": "POST",
187 "id": "appengine.apps.create",
188 "parameterOrder": [],
189 "parameters": {},
190 "path": "v1beta5/apps",
191 "request": {
192 "$ref": "Application"
193 },
194 "response": {
195 "$ref": "Operation"
196 },
197 "scopes": [
198 "https://www.googleapis.com/auth/cloud-platform"
199 ]
200 } 200 }
201 }, 201 },
202 "resources": { 202 "resources": {
203 "operations": { 203 "locations": {
204 "methods": { 204 "methods": {
205 "list": { 205 "list": {
206 "description": "Lists operations that match the spec ified filter in the request. If the server doesn't support this method, it retur ns UNIMPLEMENTED.NOTE: the name binding below allows API services to override th e binding to use different resource name schemes, such as users/*/operations.", 206 "description": "Lists information about the supporte d locations for this service.",
207 "httpMethod": "GET", 207 "httpMethod": "GET",
208 "id": "appengine.apps.operations.list", 208 "id": "appengine.apps.locations.list",
209 "parameterOrder": [ 209 "parameterOrder": [
210 "appsId" 210 "appsId"
211 ], 211 ],
212 "parameters": { 212 "parameters": {
213 "filter": {
214 "description": "The standard list filter.",
215 "location": "query",
216 "type": "string"
217 },
218 "appsId": { 213 "appsId": {
219 "description": "Part of `name`. The name of the operation collection.", 214 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
220 "location": "path", 215 "location": "path",
221 "required": true, 216 "required": true,
222 "type": "string" 217 "type": "string"
223 }, 218 },
224 "pageToken": { 219 "pageToken": {
225 "description": "The standard list page token .", 220 "description": "The standard list page token .",
226 "location": "query", 221 "location": "query",
227 "type": "string" 222 "type": "string"
228 }, 223 },
229 "pageSize": { 224 "pageSize": {
230 "description": "The standard list page size. ", 225 "description": "The standard list page size. ",
231 "format": "int32", 226 "format": "int32",
232 "location": "query", 227 "location": "query",
233 "type": "integer" 228 "type": "integer"
229 },
230 "filter": {
231 "description": "The standard list filter.",
232 "location": "query",
233 "type": "string"
234 } 234 }
235 }, 235 },
236 "path": "v1beta5/apps/{appsId}/operations", 236 "path": "v1beta5/apps/{appsId}/locations",
237 "response": { 237 "response": {
238 "$ref": "ListOperationsResponse" 238 "$ref": "ListLocationsResponse"
239 }, 239 },
240 "scopes": [ 240 "scopes": [
241 "https://www.googleapis.com/auth/appengine.admin ", 241 "https://www.googleapis.com/auth/appengine.admin ",
242 "https://www.googleapis.com/auth/cloud-platform" , 242 "https://www.googleapis.com/auth/cloud-platform" ,
243 "https://www.googleapis.com/auth/cloud-platform. read-only" 243 "https://www.googleapis.com/auth/cloud-platform. read-only"
244 ] 244 ]
245 }, 245 },
246 "get": { 246 "get": {
247 "description": "Gets the latest state of a long-runn ing operation. Clients can use this method to poll the operation result at inter vals as recommended by the API service.", 247 "description": "Get information about a location.",
248 "httpMethod": "GET", 248 "httpMethod": "GET",
249 "id": "appengine.apps.operations.get", 249 "id": "appengine.apps.locations.get",
250 "parameterOrder": [ 250 "parameterOrder": [
251 "appsId", 251 "appsId",
252 "operationsId" 252 "locationsId"
253 ], 253 ],
254 "parameters": { 254 "parameters": {
255 "appsId": { 255 "appsId": {
256 "description": "Part of `name`. The name of the operation resource.", 256 "description": "Part of `name`. Resource nam e for the location.",
257 "location": "path", 257 "location": "path",
258 "required": true, 258 "required": true,
259 "type": "string" 259 "type": "string"
260 }, 260 },
261 "operationsId": { 261 "locationsId": {
262 "description": "Part of `name`. See document ation of `appsId`.", 262 "description": "Part of `name`. See document ation of `appsId`.",
263 "location": "path", 263 "location": "path",
264 "required": true, 264 "required": true,
265 "type": "string" 265 "type": "string"
266 } 266 }
267 }, 267 },
268 "path": "v1beta5/apps/{appsId}/operations/{operation sId}", 268 "path": "v1beta5/apps/{appsId}/locations/{locationsI d}",
269 "response": { 269 "response": {
270 "$ref": "Operation" 270 "$ref": "Location"
271 }, 271 },
272 "scopes": [ 272 "scopes": [
273 "https://www.googleapis.com/auth/appengine.admin ", 273 "https://www.googleapis.com/auth/appengine.admin ",
274 "https://www.googleapis.com/auth/cloud-platform" , 274 "https://www.googleapis.com/auth/cloud-platform" ,
275 "https://www.googleapis.com/auth/cloud-platform. read-only" 275 "https://www.googleapis.com/auth/cloud-platform. read-only"
276 ] 276 ]
277 } 277 }
278 } 278 }
279 }, 279 },
280 "locations": { 280 "services": {
281 "methods": { 281 "methods": {
282 "list": { 282 "delete": {
283 "description": "Lists information about the supporte d locations for this service.", 283 "description": "Deletes the specified service and al l enclosed versions.",
284 "httpMethod": "GET", 284 "httpMethod": "DELETE",
285 "id": "appengine.apps.locations.list", 285 "id": "appengine.apps.services.delete",
286 "parameterOrder": [ 286 "parameterOrder": [
287 "appsId" 287 "appsId",
288 "servicesId"
288 ], 289 ],
289 "parameters": { 290 "parameters": {
290 "filter": { 291 "servicesId": {
291 "description": "The standard list filter.", 292 "description": "Part of `name`. See document ation of `appsId`.",
292 "location": "query",
293 "type": "string"
294 },
295 "appsId": {
296 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
297 "location": "path", 293 "location": "path",
298 "required": true, 294 "required": true,
299 "type": "string" 295 "type": "string"
300 }, 296 },
301 "pageToken": {
302 "description": "The standard list page token .",
303 "location": "query",
304 "type": "string"
305 },
306 "pageSize": {
307 "description": "The standard list page size. ",
308 "format": "int32",
309 "location": "query",
310 "type": "integer"
311 }
312 },
313 "path": "v1beta5/apps/{appsId}/locations",
314 "response": {
315 "$ref": "ListLocationsResponse"
316 },
317 "scopes": [
318 "https://www.googleapis.com/auth/appengine.admin ",
319 "https://www.googleapis.com/auth/cloud-platform" ,
320 "https://www.googleapis.com/auth/cloud-platform. read-only"
321 ]
322 },
323 "get": {
324 "description": "Get information about a location.",
325 "httpMethod": "GET",
326 "id": "appengine.apps.locations.get",
327 "parameterOrder": [
328 "appsId",
329 "locationsId"
330 ],
331 "parameters": {
332 "appsId": { 297 "appsId": {
333 "description": "Part of `name`. Resource nam e for the location.", 298 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
334 "location": "path",
335 "required": true,
336 "type": "string"
337 },
338 "locationsId": {
339 "description": "Part of `name`. See document ation of `appsId`.",
340 "location": "path", 299 "location": "path",
341 "required": true, 300 "required": true,
342 "type": "string" 301 "type": "string"
343 } 302 }
344 }, 303 },
345 "path": "v1beta5/apps/{appsId}/locations/{locationsI d}", 304 "path": "v1beta5/apps/{appsId}/services/{servicesId} ",
346 "response": { 305 "response": {
347 "$ref": "Location" 306 "$ref": "Operation"
348 }, 307 },
349 "scopes": [ 308 "scopes": [
350 "https://www.googleapis.com/auth/appengine.admin ", 309 "https://www.googleapis.com/auth/cloud-platform"
351 "https://www.googleapis.com/auth/cloud-platform" ,
352 "https://www.googleapis.com/auth/cloud-platform. read-only"
353 ] 310 ]
354 } 311 },
355 }
356 },
357 "services": {
358 "methods": {
359 "get": { 312 "get": {
360 "description": "Gets the current configuration of th e specified service.", 313 "description": "Gets the current configuration of th e specified service.",
361 "httpMethod": "GET", 314 "httpMethod": "GET",
362 "id": "appengine.apps.services.get", 315 "id": "appengine.apps.services.get",
363 "parameterOrder": [ 316 "parameterOrder": [
364 "appsId", 317 "appsId",
365 "servicesId" 318 "servicesId"
366 ], 319 ],
367 "parameters": { 320 "parameters": {
321 "appsId": {
322 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
323 "location": "path",
324 "required": true,
325 "type": "string"
326 },
368 "servicesId": { 327 "servicesId": {
369 "description": "Part of `name`. See document ation of `appsId`.", 328 "description": "Part of `name`. See document ation of `appsId`.",
370 "location": "path", 329 "location": "path",
371 "required": true, 330 "required": true,
372 "type": "string" 331 "type": "string"
373 },
374 "appsId": {
375 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
376 "location": "path",
377 "required": true,
378 "type": "string"
379 } 332 }
380 }, 333 },
381 "path": "v1beta5/apps/{appsId}/services/{servicesId} ", 334 "path": "v1beta5/apps/{appsId}/services/{servicesId} ",
382 "response": { 335 "response": {
383 "$ref": "Service" 336 "$ref": "Service"
384 }, 337 },
385 "scopes": [ 338 "scopes": [
386 "https://www.googleapis.com/auth/appengine.admin ", 339 "https://www.googleapis.com/auth/appengine.admin ",
387 "https://www.googleapis.com/auth/cloud-platform" , 340 "https://www.googleapis.com/auth/cloud-platform" ,
388 "https://www.googleapis.com/auth/cloud-platform. read-only" 341 "https://www.googleapis.com/auth/cloud-platform. read-only"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "path": "v1beta5/apps/{appsId}/services/{servicesId} ", 413 "path": "v1beta5/apps/{appsId}/services/{servicesId} ",
461 "request": { 414 "request": {
462 "$ref": "Service" 415 "$ref": "Service"
463 }, 416 },
464 "response": { 417 "response": {
465 "$ref": "Operation" 418 "$ref": "Operation"
466 }, 419 },
467 "scopes": [ 420 "scopes": [
468 "https://www.googleapis.com/auth/cloud-platform" 421 "https://www.googleapis.com/auth/cloud-platform"
469 ] 422 ]
470 },
471 "delete": {
472 "description": "Deletes the specified service and al l enclosed versions.",
473 "httpMethod": "DELETE",
474 "id": "appengine.apps.services.delete",
475 "parameterOrder": [
476 "appsId",
477 "servicesId"
478 ],
479 "parameters": {
480 "appsId": {
481 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
482 "location": "path",
483 "required": true,
484 "type": "string"
485 },
486 "servicesId": {
487 "description": "Part of `name`. See document ation of `appsId`.",
488 "location": "path",
489 "required": true,
490 "type": "string"
491 }
492 },
493 "path": "v1beta5/apps/{appsId}/services/{servicesId} ",
494 "response": {
495 "$ref": "Operation"
496 },
497 "scopes": [
498 "https://www.googleapis.com/auth/cloud-platform"
499 ]
500 } 423 }
501 }, 424 },
502 "resources": { 425 "resources": {
503 "versions": { 426 "versions": {
504 "methods": { 427 "methods": {
505 "delete": { 428 "delete": {
506 "description": "Deletes an existing version. ", 429 "description": "Deletes an existing version. ",
507 "httpMethod": "DELETE", 430 "httpMethod": "DELETE",
508 "id": "appengine.apps.services.versions.dele te", 431 "id": "appengine.apps.services.versions.dele te",
509 "parameterOrder": [ 432 "parameterOrder": [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "get": { 465 "get": {
543 "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.", 466 "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.",
544 "httpMethod": "GET", 467 "httpMethod": "GET",
545 "id": "appengine.apps.services.versions.get" , 468 "id": "appengine.apps.services.versions.get" ,
546 "parameterOrder": [ 469 "parameterOrder": [
547 "appsId", 470 "appsId",
548 "servicesId", 471 "servicesId",
549 "versionsId" 472 "versionsId"
550 ], 473 ],
551 "parameters": { 474 "parameters": {
552 "servicesId": {
553 "description": "Part of `name`. See documentation of `appsId`.",
554 "location": "path",
555 "required": true,
556 "type": "string"
557 },
558 "appsId": { 475 "appsId": {
559 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.", 476 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
560 "location": "path", 477 "location": "path",
561 "required": true, 478 "required": true,
562 "type": "string" 479 "type": "string"
563 }, 480 },
564 "versionsId": { 481 "versionsId": {
565 "description": "Part of `name`. See documentation of `appsId`.", 482 "description": "Part of `name`. See documentation of `appsId`.",
566 "location": "path", 483 "location": "path",
567 "required": true, 484 "required": true,
568 "type": "string" 485 "type": "string"
569 }, 486 },
570 "view": { 487 "view": {
571 "description": "Controls the set of fields returned in the Get response.", 488 "description": "Controls the set of fields returned in the Get response.",
572 "enum": [ 489 "enum": [
573 "BASIC", 490 "BASIC",
574 "FULL" 491 "FULL"
575 ], 492 ],
576 "location": "query", 493 "location": "query",
577 "type": "string" 494 "type": "string"
495 },
496 "servicesId": {
497 "description": "Part of `name`. See documentation of `appsId`.",
498 "location": "path",
499 "required": true,
500 "type": "string"
578 } 501 }
579 }, 502 },
580 "path": "v1beta5/apps/{appsId}/services/{ser vicesId}/versions/{versionsId}", 503 "path": "v1beta5/apps/{appsId}/services/{ser vicesId}/versions/{versionsId}",
581 "response": { 504 "response": {
582 "$ref": "Version" 505 "$ref": "Version"
583 }, 506 },
584 "scopes": [ 507 "scopes": [
585 "https://www.googleapis.com/auth/appengi ne.admin", 508 "https://www.googleapis.com/auth/appengi ne.admin",
586 "https://www.googleapis.com/auth/cloud-p latform", 509 "https://www.googleapis.com/auth/cloud-p latform",
587 "https://www.googleapis.com/auth/cloud-p latform.read-only" 510 "https://www.googleapis.com/auth/cloud-p latform.read-only"
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "$ref": "Operation" 638 "$ref": "Operation"
716 }, 639 },
717 "scopes": [ 640 "scopes": [
718 "https://www.googleapis.com/auth/cloud-p latform" 641 "https://www.googleapis.com/auth/cloud-p latform"
719 ] 642 ]
720 } 643 }
721 }, 644 },
722 "resources": { 645 "resources": {
723 "instances": { 646 "instances": {
724 "methods": { 647 "methods": {
725 "delete": { 648 "debug": {
726 "description": "Stops a running inst ance.", 649 "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 .",
727 "httpMethod": "DELETE", 650 "httpMethod": "POST",
728 "id": "appengine.apps.services.versi ons.instances.delete", 651 "id": "appengine.apps.services.versi ons.instances.debug",
729 "parameterOrder": [ 652 "parameterOrder": [
730 "appsId", 653 "appsId",
731 "servicesId", 654 "servicesId",
732 "versionsId", 655 "versionsId",
733 "instancesId" 656 "instancesId"
734 ], 657 ],
735 "parameters": { 658 "parameters": {
736 "servicesId": {
737 "description": "Part of `nam e`. See documentation of `appsId`.",
738 "location": "path",
739 "required": true,
740 "type": "string"
741 },
742 "appsId": { 659 "appsId": {
743 "description": "Part of `nam e`. Name of the resource requested. For example: \"apps/myapp/services/default/v ersions/v1/instances/instance-1\".", 660 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
744 "location": "path", 661 "location": "path",
745 "required": true, 662 "required": true,
746 "type": "string" 663 "type": "string"
747 }, 664 },
748 "instancesId": { 665 "instancesId": {
749 "description": "Part of `nam e`. See documentation of `appsId`.", 666 "description": "Part of `nam e`. See documentation of `appsId`.",
750 "location": "path", 667 "location": "path",
751 "required": true, 668 "required": true,
752 "type": "string" 669 "type": "string"
753 }, 670 },
754 "versionsId": { 671 "versionsId": {
755 "description": "Part of `nam e`. See documentation of `appsId`.", 672 "description": "Part of `nam e`. See documentation of `appsId`.",
756 "location": "path", 673 "location": "path",
757 "required": true, 674 "required": true,
758 "type": "string" 675 "type": "string"
676 },
677 "servicesId": {
678 "description": "Part of `nam e`. See documentation of `appsId`.",
679 "location": "path",
680 "required": true,
681 "type": "string"
759 } 682 }
760 }, 683 },
761 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", 684 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug",
685 "request": {
686 "$ref": "DebugInstanceRequest"
687 },
762 "response": { 688 "response": {
763 "$ref": "Operation" 689 "$ref": "Operation"
764 }, 690 },
765 "scopes": [ 691 "scopes": [
766 "https://www.googleapis.com/auth /cloud-platform" 692 "https://www.googleapis.com/auth /cloud-platform"
767 ] 693 ]
768 }, 694 },
769 "get": { 695 "delete": {
770 "description": "Gets instance inform ation.", 696 "description": "Stops a running inst ance.",
771 "httpMethod": "GET", 697 "httpMethod": "DELETE",
772 "id": "appengine.apps.services.versi ons.instances.get", 698 "id": "appengine.apps.services.versi ons.instances.delete",
773 "parameterOrder": [ 699 "parameterOrder": [
774 "appsId", 700 "appsId",
775 "servicesId", 701 "servicesId",
776 "versionsId", 702 "versionsId",
777 "instancesId" 703 "instancesId"
778 ], 704 ],
779 "parameters": { 705 "parameters": {
780 "appsId": { 706 "appsId": {
781 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.", 707 "description": "Part of `nam e`. Name of the resource requested. For example: \"apps/myapp/services/default/v ersions/v1/instances/instance-1\".",
782 "location": "path", 708 "location": "path",
783 "required": true, 709 "required": true,
784 "type": "string" 710 "type": "string"
785 }, 711 },
786 "instancesId": { 712 "instancesId": {
787 "description": "Part of `nam e`. See documentation of `appsId`.", 713 "description": "Part of `nam e`. See documentation of `appsId`.",
788 "location": "path", 714 "location": "path",
789 "required": true, 715 "required": true,
790 "type": "string" 716 "type": "string"
791 }, 717 },
792 "versionsId": { 718 "versionsId": {
793 "description": "Part of `nam e`. See documentation of `appsId`.", 719 "description": "Part of `nam e`. See documentation of `appsId`.",
794 "location": "path", 720 "location": "path",
795 "required": true, 721 "required": true,
796 "type": "string" 722 "type": "string"
797 }, 723 },
798 "servicesId": { 724 "servicesId": {
799 "description": "Part of `nam e`. See documentation of `appsId`.", 725 "description": "Part of `nam e`. See documentation of `appsId`.",
800 "location": "path", 726 "location": "path",
801 "required": true, 727 "required": true,
802 "type": "string" 728 "type": "string"
803 } 729 }
804 }, 730 },
805 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", 731 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}",
806 "response": { 732 "response": {
733 "$ref": "Operation"
734 },
735 "scopes": [
736 "https://www.googleapis.com/auth /cloud-platform"
737 ]
738 },
739 "get": {
740 "description": "Gets instance inform ation.",
741 "httpMethod": "GET",
742 "id": "appengine.apps.services.versi ons.instances.get",
743 "parameterOrder": [
744 "appsId",
745 "servicesId",
746 "versionsId",
747 "instancesId"
748 ],
749 "parameters": {
750 "appsId": {
751 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
752 "location": "path",
753 "required": true,
754 "type": "string"
755 },
756 "instancesId": {
757 "description": "Part of `nam e`. See documentation of `appsId`.",
758 "location": "path",
759 "required": true,
760 "type": "string"
761 },
762 "versionsId": {
763 "description": "Part of `nam e`. See documentation of `appsId`.",
764 "location": "path",
765 "required": true,
766 "type": "string"
767 },
768 "servicesId": {
769 "description": "Part of `nam e`. See documentation of `appsId`.",
770 "location": "path",
771 "required": true,
772 "type": "string"
773 }
774 },
775 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}",
776 "response": {
807 "$ref": "Instance" 777 "$ref": "Instance"
808 }, 778 },
809 "scopes": [ 779 "scopes": [
810 "https://www.googleapis.com/auth /appengine.admin", 780 "https://www.googleapis.com/auth /appengine.admin",
811 "https://www.googleapis.com/auth /cloud-platform",
812 "https://www.googleapis.com/auth /cloud-platform.read-only"
813 ]
814 },
815 "list": {
816 "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).",
817 "httpMethod": "GET",
818 "id": "appengine.apps.services.versi ons.instances.list",
819 "parameterOrder": [
820 "appsId",
821 "servicesId",
822 "versionsId"
823 ],
824 "parameters": {
825 "servicesId": {
826 "description": "Part of `nam e`. See documentation of `appsId`.",
827 "location": "path",
828 "required": true,
829 "type": "string"
830 },
831 "appsId": {
832 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1.",
833 "location": "path",
834 "required": true,
835 "type": "string"
836 },
837 "pageToken": {
838 "description": "Continuation token for fetching the next page of results.",
839 "location": "query",
840 "type": "string"
841 },
842 "pageSize": {
843 "description": "Maximum resu lts to return per page.",
844 "format": "int32",
845 "location": "query",
846 "type": "integer"
847 },
848 "versionsId": {
849 "description": "Part of `nam e`. See documentation of `appsId`.",
850 "location": "path",
851 "required": true,
852 "type": "string"
853 }
854 },
855 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances",
856 "response": {
857 "$ref": "ListInstancesResponse"
858 },
859 "scopes": [
860 "https://www.googleapis.com/auth /appengine.admin",
861 "https://www.googleapis.com/auth /cloud-platform", 781 "https://www.googleapis.com/auth /cloud-platform",
862 "https://www.googleapis.com/auth /cloud-platform.read-only" 782 "https://www.googleapis.com/auth /cloud-platform.read-only"
863 ] 783 ]
864 }, 784 },
865 "debug": { 785 "list": {
866 "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 .", 786 "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).",
867 "httpMethod": "POST", 787 "httpMethod": "GET",
868 "id": "appengine.apps.services.versi ons.instances.debug", 788 "id": "appengine.apps.services.versi ons.instances.list",
869 "parameterOrder": [ 789 "parameterOrder": [
870 "appsId", 790 "appsId",
871 "servicesId", 791 "servicesId",
872 "versionsId", 792 "versionsId"
873 "instancesId"
874 ], 793 ],
875 "parameters": { 794 "parameters": {
876 "servicesId": { 795 "appsId": {
877 "description": "Part of `nam e`. See documentation of `appsId`.", 796 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1.",
878 "location": "path", 797 "location": "path",
879 "required": true, 798 "required": true,
880 "type": "string" 799 "type": "string"
881 }, 800 },
882 "appsId": { 801 "pageToken": {
883 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.", 802 "description": "Continuation token for fetching the next page of results.",
884 "location": "path", 803 "location": "query",
885 "required": true,
886 "type": "string" 804 "type": "string"
887 }, 805 },
888 "instancesId": { 806 "pageSize": {
889 "description": "Part of `nam e`. See documentation of `appsId`.", 807 "description": "Maximum resu lts to return per page.",
890 "location": "path", 808 "format": "int32",
891 "required": true, 809 "location": "query",
892 "type": "string" 810 "type": "integer"
893 }, 811 },
894 "versionsId": { 812 "versionsId": {
895 "description": "Part of `nam e`. See documentation of `appsId`.", 813 "description": "Part of `nam e`. See documentation of `appsId`.",
896 "location": "path", 814 "location": "path",
897 "required": true, 815 "required": true,
898 "type": "string" 816 "type": "string"
817 },
818 "servicesId": {
819 "description": "Part of `nam e`. See documentation of `appsId`.",
820 "location": "path",
821 "required": true,
822 "type": "string"
899 } 823 }
900 }, 824 },
901 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug", 825 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances",
902 "request": {
903 "$ref": "DebugInstanceRequest"
904 },
905 "response": { 826 "response": {
906 "$ref": "Operation" 827 "$ref": "ListInstancesResponse"
907 }, 828 },
908 "scopes": [ 829 "scopes": [
909 "https://www.googleapis.com/auth /cloud-platform" 830 "https://www.googleapis.com/auth /appengine.admin",
831 "https://www.googleapis.com/auth /cloud-platform",
832 "https://www.googleapis.com/auth /cloud-platform.read-only"
910 ] 833 ]
911 } 834 }
912 } 835 }
913 } 836 }
914 } 837 }
915 } 838 }
916 } 839 }
840 },
841 "operations": {
842 "methods": {
843 "list": {
844 "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.",
845 "httpMethod": "GET",
846 "id": "appengine.apps.operations.list",
847 "parameterOrder": [
848 "appsId"
849 ],
850 "parameters": {
851 "appsId": {
852 "description": "Part of `name`. The name of the operation's parent resource.",
853 "location": "path",
854 "required": true,
855 "type": "string"
856 },
857 "pageToken": {
858 "description": "The standard list page token .",
859 "location": "query",
860 "type": "string"
861 },
862 "pageSize": {
863 "description": "The standard list page size. ",
864 "format": "int32",
865 "location": "query",
866 "type": "integer"
867 },
868 "filter": {
869 "description": "The standard list filter.",
870 "location": "query",
871 "type": "string"
872 }
873 },
874 "path": "v1beta5/apps/{appsId}/operations",
875 "response": {
876 "$ref": "ListOperationsResponse"
877 },
878 "scopes": [
879 "https://www.googleapis.com/auth/appengine.admin ",
880 "https://www.googleapis.com/auth/cloud-platform" ,
881 "https://www.googleapis.com/auth/cloud-platform. read-only"
882 ]
883 },
884 "get": {
885 "description": "Gets the latest state of a long-runn ing operation. Clients can use this method to poll the operation result at inter vals as recommended by the API service.",
886 "httpMethod": "GET",
887 "id": "appengine.apps.operations.get",
888 "parameterOrder": [
889 "appsId",
890 "operationsId"
891 ],
892 "parameters": {
893 "appsId": {
894 "description": "Part of `name`. The name of the operation resource.",
895 "location": "path",
896 "required": true,
897 "type": "string"
898 },
899 "operationsId": {
900 "description": "Part of `name`. See document ation of `appsId`.",
901 "location": "path",
902 "required": true,
903 "type": "string"
904 }
905 },
906 "path": "v1beta5/apps/{appsId}/operations/{operation sId}",
907 "response": {
908 "$ref": "Operation"
909 },
910 "scopes": [
911 "https://www.googleapis.com/auth/appengine.admin ",
912 "https://www.googleapis.com/auth/cloud-platform" ,
913 "https://www.googleapis.com/auth/cloud-platform. read-only"
914 ]
915 }
916 }
917 } 917 }
918 } 918 }
919 } 919 }
920 }, 920 },
921 "revision": "20170426", 921 "revision": "20170601",
922 "rootUrl": "https://appengine.googleapis.com/", 922 "rootUrl": "https://appengine.googleapis.com/",
923 "schemas": { 923 "schemas": {
924 "EndpointsApiService": { 924 "RequestUtilization": {
925 "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).", 925 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
926 "id": "EndpointsApiService", 926 "id": "RequestUtilization",
927 "properties": { 927 "properties": {
928 "name": { 928 "targetRequestCountPerSec": {
929 "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\"", 929 "description": "Target requests per second.",
930 "type": "string" 930 "format": "int32",
931 "type": "integer"
931 }, 932 },
932 "configId": { 933 "targetConcurrentRequests": {
933 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"", 934 "description": "Target number of concurrent requests.",
934 "type": "string" 935 "format": "int32",
936 "type": "integer"
935 } 937 }
936 }, 938 },
937 "type": "object" 939 "type": "object"
938 }, 940 },
939 "UrlMap": { 941 "UrlMap": {
940 "description": "URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by servin g static files uploaded with the version, such as images, CSS, or JavaScript.", 942 "description": "URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by servin g static files uploaded with the version, such as images, CSS, or JavaScript.",
941 "id": "UrlMap", 943 "id": "UrlMap",
942 "properties": { 944 "properties": {
945 "script": {
946 "$ref": "ScriptHandler",
947 "description": "Executes a script to handle the request that matches this URL pattern."
948 },
949 "urlRegex": {
950 "description": "A URL prefix. Uses regular expression syntax , which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, usi ng the portion of the URL after the prefix as part of the file path.",
951 "type": "string"
952 },
953 "login": {
954 "description": "Level of login required to access this resou rce.",
955 "enum": [
956 "LOGIN_UNSPECIFIED",
957 "LOGIN_OPTIONAL",
958 "LOGIN_ADMIN",
959 "LOGIN_REQUIRED"
960 ],
961 "enumDescriptions": [
962 "Not specified. LOGIN_OPTIONAL is assumed.",
963 "Does not require that the user is signed in.",
964 "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.",
965 "If the user has signed in, the handler proceeds normall y. Otherwise, the action given in auth_fail_action is taken."
966 ],
967 "type": "string"
968 },
969 "apiEndpoint": {
970 "$ref": "ApiEndpointHandler",
971 "description": "Uses API Endpoints to handle requests."
972 },
943 "staticFiles": { 973 "staticFiles": {
944 "$ref": "StaticFilesHandler", 974 "$ref": "StaticFilesHandler",
945 "description": "Returns the contents of a file, such as an i mage, as the response." 975 "description": "Returns the contents of a file, such as an i mage, as the response."
946 }, 976 },
947 "redirectHttpResponseCode": { 977 "redirectHttpResponseCode": {
948 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.", 978 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
949 "enum": [ 979 "enum": [
950 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", 980 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
951 "REDIRECT_HTTP_RESPONSE_CODE_301", 981 "REDIRECT_HTTP_RESPONSE_CODE_301",
952 "REDIRECT_HTTP_RESPONSE_CODE_302", 982 "REDIRECT_HTTP_RESPONSE_CODE_302",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 "AUTH_FAIL_ACTION_UNSPECIFIED", 1016 "AUTH_FAIL_ACTION_UNSPECIFIED",
987 "AUTH_FAIL_ACTION_REDIRECT", 1017 "AUTH_FAIL_ACTION_REDIRECT",
988 "AUTH_FAIL_ACTION_UNAUTHORIZED" 1018 "AUTH_FAIL_ACTION_UNAUTHORIZED"
989 ], 1019 ],
990 "enumDescriptions": [ 1020 "enumDescriptions": [
991 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.", 1021 "Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
992 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." , 1022 "Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account." ,
993 "Rejects request with an401 HTTP status code and an erro r message." 1023 "Rejects request with an401 HTTP status code and an erro r message."
994 ], 1024 ],
995 "type": "string" 1025 "type": "string"
996 },
997 "script": {
998 "$ref": "ScriptHandler",
999 "description": "Executes a script to handle the request that matches this URL pattern."
1000 },
1001 "urlRegex": {
1002 "description": "A URL prefix. Uses regular expression syntax , which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, usi ng the portion of the URL after the prefix as part of the file path.",
1003 "type": "string"
1004 },
1005 "login": {
1006 "description": "Level of login required to access this resou rce.",
1007 "enum": [
1008 "LOGIN_UNSPECIFIED",
1009 "LOGIN_OPTIONAL",
1010 "LOGIN_ADMIN",
1011 "LOGIN_REQUIRED"
1012 ],
1013 "enumDescriptions": [
1014 "Not specified. LOGIN_OPTIONAL is assumed.",
1015 "Does not require that the user is signed in.",
1016 "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.",
1017 "If the user has signed in, the handler proceeds normall y. Otherwise, the action given in auth_fail_action is taken."
1018 ],
1019 "type": "string"
1020 },
1021 "apiEndpoint": {
1022 "$ref": "ApiEndpointHandler",
1023 "description": "Uses API Endpoints to handle requests."
1024 } 1026 }
1025 }, 1027 },
1026 "type": "object" 1028 "type": "object"
1029 },
1030 "EndpointsApiService": {
1031 "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).",
1032 "id": "EndpointsApiService",
1033 "properties": {
1034 "name": {
1035 "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\"",
1036 "type": "string"
1037 },
1038 "configId": {
1039 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
1040 "type": "string"
1041 }
1042 },
1043 "type": "object"
1027 }, 1044 },
1028 "Operation": { 1045 "Operation": {
1029 "description": "This resource represents a long-running operation th at is the result of a network API call.", 1046 "description": "This resource represents a long-running operation th at is the result of a network API call.",
1030 "id": "Operation", 1047 "id": "Operation",
1031 "properties": { 1048 "properties": {
1032 "done": {
1033 "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.",
1034 "type": "boolean"
1035 },
1036 "response": { 1049 "response": {
1037 "additionalProperties": { 1050 "additionalProperties": {
1038 "description": "Properties of the object. Contains field @type with type URL.", 1051 "description": "Properties of the object. Contains field @type with type URL.",
1039 "type": "any" 1052 "type": "any"
1040 }, 1053 },
1041 "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.", 1054 "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.",
1042 "type": "object" 1055 "type": "object"
1043 }, 1056 },
1044 "name": { 1057 "name": {
1045 "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.", 1058 "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.",
1046 "type": "string" 1059 "type": "string"
1047 }, 1060 },
1048 "error": { 1061 "error": {
1049 "$ref": "Status", 1062 "$ref": "Status",
1050 "description": "The error result of the operation in case of failure or cancellation." 1063 "description": "The error result of the operation in case of failure or cancellation."
1051 }, 1064 },
1052 "metadata": { 1065 "metadata": {
1053 "additionalProperties": { 1066 "additionalProperties": {
1054 "description": "Properties of the object. Contains field @type with type URL.", 1067 "description": "Properties of the object. Contains field @type with type URL.",
1055 "type": "any" 1068 "type": "any"
1056 }, 1069 },
1057 "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.", 1070 "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.",
1058 "type": "object" 1071 "type": "object"
1072 },
1073 "done": {
1074 "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.",
1075 "type": "boolean"
1059 } 1076 }
1060 }, 1077 },
1061 "type": "object" 1078 "type": "object"
1062 }, 1079 },
1063 "ApiConfigHandler": { 1080 "ApiConfigHandler": {
1064 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.", 1081 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
1065 "id": "ApiConfigHandler", 1082 "id": "ApiConfigHandler",
1066 "properties": { 1083 "properties": {
1067 "script": { 1084 "script": {
1068 "description": "Path to the script from the application root directory.", 1085 "description": "Path to the script from the application root directory.",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 "description": "Path to the script from the application root directory.", 1148 "description": "Path to the script from the application root directory.",
1132 "type": "string" 1149 "type": "string"
1133 } 1150 }
1134 }, 1151 },
1135 "type": "object" 1152 "type": "object"
1136 }, 1153 },
1137 "StaticFilesHandler": { 1154 "StaticFilesHandler": {
1138 "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.", 1155 "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.",
1139 "id": "StaticFilesHandler", 1156 "id": "StaticFilesHandler",
1140 "properties": { 1157 "properties": {
1158 "uploadPathRegex": {
1159 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
1160 "type": "string"
1161 },
1162 "path": {
1163 "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.",
1164 "type": "string"
1165 },
1141 "mimeType": { 1166 "mimeType": {
1142 "description": "MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.", 1167 "description": "MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.",
1143 "type": "string" 1168 "type": "string"
1144 }, 1169 },
1145 "requireMatchingFile": { 1170 "requireMatchingFile": {
1146 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.", 1171 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
1147 "type": "boolean" 1172 "type": "boolean"
1148 }, 1173 },
1149 "expiration": { 1174 "expiration": {
1150 "description": "Time a static file served by this handler sh ould be cached.", 1175 "description": "Time a static file served by this handler sh ould be cached.",
1151 "format": "google-duration", 1176 "format": "google-duration",
1152 "type": "string" 1177 "type": "string"
1153 }, 1178 },
1179 "applicationReadable": {
1180 "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.",
1181 "type": "boolean"
1182 },
1154 "httpHeaders": { 1183 "httpHeaders": {
1155 "additionalProperties": { 1184 "additionalProperties": {
1156 "type": "string" 1185 "type": "string"
1157 }, 1186 },
1158 "description": "HTTP headers to use for all responses from t hese URLs.", 1187 "description": "HTTP headers to use for all responses from t hese URLs.",
1159 "type": "object" 1188 "type": "object"
1160 },
1161 "applicationReadable": {
1162 "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.",
1163 "type": "boolean"
1164 },
1165 "uploadPathRegex": {
1166 "description": "Regular expression that matches the file pat hs for all files that should be referenced by this handler.",
1167 "type": "string"
1168 },
1169 "path": {
1170 "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.",
1171 "type": "string"
1172 } 1189 }
1173 }, 1190 },
1174 "type": "object" 1191 "type": "object"
1175 }, 1192 },
1176 "FileInfo": { 1193 "FileInfo": {
1177 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.", 1194 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
1178 "id": "FileInfo", 1195 "id": "FileInfo",
1179 "properties": { 1196 "properties": {
1197 "sha1Sum": {
1198 "description": "The SHA1 hash of the file, in hex.",
1199 "type": "string"
1200 },
1180 "mimeType": { 1201 "mimeType": {
1181 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.", 1202 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.",
1182 "type": "string" 1203 "type": "string"
1183 }, 1204 },
1184 "sourceUrl": { 1205 "sourceUrl": {
1185 "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>'.", 1206 "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>'.",
1186 "type": "string" 1207 "type": "string"
1187 },
1188 "sha1Sum": {
1189 "description": "The SHA1 hash of the file, in hex.",
1190 "type": "string"
1191 } 1208 }
1192 }, 1209 },
1193 "type": "object" 1210 "type": "object"
1194 }, 1211 },
1195 "BasicScaling": { 1212 "BasicScaling": {
1196 "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.", 1213 "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.",
1197 "id": "BasicScaling", 1214 "id": "BasicScaling",
1198 "properties": { 1215 "properties": {
1216 "idleTimeout": {
1217 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
1218 "format": "google-duration",
1219 "type": "string"
1220 },
1199 "maxInstances": { 1221 "maxInstances": {
1200 "description": "Maximum number of instances to create for th is version.", 1222 "description": "Maximum number of instances to create for th is version.",
1201 "format": "int32", 1223 "format": "int32",
1202 "type": "integer" 1224 "type": "integer"
1203 },
1204 "idleTimeout": {
1205 "description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
1206 "format": "google-duration",
1207 "type": "string"
1208 } 1225 }
1209 }, 1226 },
1210 "type": "object" 1227 "type": "object"
1211 }, 1228 },
1212 "DiskUtilization": { 1229 "DiskUtilization": {
1213 "description": "Target scaling by disk usage. Only applicable for VM runtimes.", 1230 "description": "Target scaling by disk usage. Only applicable for VM runtimes.",
1214 "id": "DiskUtilization", 1231 "id": "DiskUtilization",
1215 "properties": { 1232 "properties": {
1216 "targetReadOpsPerSec": { 1233 "targetReadOpsPerSec": {
1217 "description": "Target ops read per second.", 1234 "description": "Target ops read per second.",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 "type": "string" 1292 "type": "string"
1276 }, 1293 },
1277 "targetUtilization": { 1294 "targetUtilization": {
1278 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.", 1295 "description": "Target CPU utilization ratio to maintain whe n scaling. Must be between 0 and 1.",
1279 "format": "double", 1296 "format": "double",
1280 "type": "number" 1297 "type": "number"
1281 } 1298 }
1282 }, 1299 },
1283 "type": "object" 1300 "type": "object"
1284 }, 1301 },
1285 "IdentityAwareProxy": {
1286 "description": "Identity-Aware Proxy",
1287 "id": "IdentityAwareProxy",
1288 "properties": {
1289 "oauth2ClientSecretSha256": {
1290 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
1291 "type": "string"
1292 },
1293 "enabled": {
1294 "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.",
1295 "type": "boolean"
1296 },
1297 "oauth2ClientSecret": {
1298 "description": "For security reasons, this value cannot be r etrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly",
1299 "type": "string"
1300 },
1301 "oauth2ClientId": {
1302 "description": "OAuth2 client ID to use for the authenticati on flow.",
1303 "type": "string"
1304 }
1305 },
1306 "type": "object"
1307 },
1308 "Status": { 1302 "Status": {
1309 "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 which can be used for common error conditions.Language mappingThe Status message is the logic al representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and dif ferent 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 code s 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 inclu de:\nPartial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors.\n Workflow errors. A typical workflow has multiple steps. Each step may have a Sta tus message for error reporting purpose.\nBatch operations. If a client uses bat ch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response.\nAsynchronous operations. If a n API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message.\nLoggi ng. If some API errors are stored in logs, the message Status could be used dire ctly after any stripping needed for security/privacy reasons.", 1303 "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.",
1310 "id": "Status", 1304 "id": "Status",
1311 "properties": { 1305 "properties": {
1312 "details": { 1306 "details": {
1313 "description": "A list of messages that carry the error deta ils. There will be a common set of message types for APIs to use.", 1307 "description": "A list of messages that carry the error deta ils. There will be a common set of message types for APIs to use.",
1314 "items": { 1308 "items": {
1315 "additionalProperties": { 1309 "additionalProperties": {
1316 "description": "Properties of the object. Contains f ield @type with type URL.", 1310 "description": "Properties of the object. Contains f ield @type with type URL.",
1317 "type": "any" 1311 "type": "any"
1318 }, 1312 },
1319 "type": "object" 1313 "type": "object"
1320 }, 1314 },
1321 "type": "array" 1315 "type": "array"
1322 }, 1316 },
1323 "code": { 1317 "code": {
1324 "description": "The status code, which should be an enum val ue of google.rpc.Code.", 1318 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
1325 "format": "int32", 1319 "format": "int32",
1326 "type": "integer" 1320 "type": "integer"
1327 }, 1321 },
1328 "message": { 1322 "message": {
1329 "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.", 1323 "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.",
1330 "type": "string" 1324 "type": "string"
1331 } 1325 }
1332 }, 1326 },
1333 "type": "object" 1327 "type": "object"
1334 }, 1328 },
1329 "IdentityAwareProxy": {
1330 "description": "Identity-Aware Proxy",
1331 "id": "IdentityAwareProxy",
1332 "properties": {
1333 "oauth2ClientSecret": {
1334 "description": "For security reasons, this value cannot be r etrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly",
1335 "type": "string"
1336 },
1337 "oauth2ClientId": {
1338 "description": "OAuth2 client ID to use for the authenticati on flow.",
1339 "type": "string"
1340 },
1341 "oauth2ClientSecretSha256": {
1342 "description": "Hex-encoded SHA-256 hash of the client secre t.@OutputOnly",
1343 "type": "string"
1344 },
1345 "enabled": {
1346 "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.",
1347 "type": "boolean"
1348 }
1349 },
1350 "type": "object"
1351 },
1352 "ManualScaling": {
1353 "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.",
1354 "id": "ManualScaling",
1355 "properties": {
1356 "instances": {
1357 "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.",
1358 "format": "int32",
1359 "type": "integer"
1360 }
1361 },
1362 "type": "object"
1363 },
1335 "TrafficSplit": { 1364 "TrafficSplit": {
1336 "description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is ass igned to versions.", 1365 "description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is ass igned to versions.",
1337 "id": "TrafficSplit", 1366 "id": "TrafficSplit",
1338 "properties": { 1367 "properties": {
1339 "shardBy": { 1368 "shardBy": {
1340 "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.", 1369 "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.",
1341 "enum": [ 1370 "enum": [
1342 "UNSPECIFIED", 1371 "UNSPECIFIED",
1343 "COOKIE", 1372 "COOKIE",
1344 "IP" 1373 "IP"
1345 ], 1374 ],
1346 "enumDescriptions": [ 1375 "enumDescriptions": [
1347 "Diversion method unspecified.", 1376 "Diversion method unspecified.",
1348 "Diversion based on a specially named cookie, \"GOOGAPPU ID.\" The cookie must be set by the application itself or else no diversion will occur.", 1377 "Diversion based on a specially named cookie, \"GOOGAPPU ID.\" The cookie must be set by the application itself or else no diversion will occur.",
1349 "Diversion based on applying the modulus operation to a fingerprint of the IP address." 1378 "Diversion based on applying the modulus operation to a fingerprint of the IP address."
1350 ], 1379 ],
1351 "type": "string" 1380 "type": "string"
1352 }, 1381 },
1353 "allocations": { 1382 "allocations": {
1354 "additionalProperties": { 1383 "additionalProperties": {
1355 "format": "double", 1384 "format": "double",
1356 "type": "number" 1385 "type": "number"
1357 }, 1386 },
1358 "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.", 1387 "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.",
1359 "type": "object" 1388 "type": "object"
1360 } 1389 }
1361 }, 1390 },
1362 "type": "object" 1391 "type": "object"
1363 }, 1392 },
1364 "ManualScaling": {
1365 "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.",
1366 "id": "ManualScaling",
1367 "properties": {
1368 "instances": {
1369 "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.",
1370 "format": "int32",
1371 "type": "integer"
1372 }
1373 },
1374 "type": "object"
1375 },
1376 "LocationMetadata": { 1393 "LocationMetadata": {
1377 "description": "Metadata for the given google.cloud.location.Locatio n.", 1394 "description": "Metadata for the given google.cloud.location.Locatio n.",
1378 "id": "LocationMetadata", 1395 "id": "LocationMetadata",
1379 "properties": { 1396 "properties": {
1380 "standardEnvironmentAvailable": { 1397 "standardEnvironmentAvailable": {
1381 "description": "App Engine Standard Environment is available in the given location.@OutputOnly", 1398 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
1382 "type": "boolean" 1399 "type": "boolean"
1383 }, 1400 },
1384 "flexibleEnvironmentAvailable": { 1401 "flexibleEnvironmentAvailable": {
1385 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly", 1402 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
1386 "type": "boolean" 1403 "type": "boolean"
1387 } 1404 }
1388 }, 1405 },
1389 "type": "object" 1406 "type": "object"
1390 }, 1407 },
1391 "OperationMetadataV1Beta": { 1408 "OperationMetadataV1Beta": {
1392 "description": "Metadata for the given google.longrunning.Operation. ", 1409 "description": "Metadata for the given google.longrunning.Operation. ",
1393 "id": "OperationMetadataV1Beta", 1410 "id": "OperationMetadataV1Beta",
1394 "properties": { 1411 "properties": {
1395 "method": { 1412 "insertTime": {
1396 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly", 1413 "description": "Time that this operation was created.@Output Only",
1397 "type": "string"
1398 },
1399 "endTime": {
1400 "description": "Time that this operation completed.@OutputOn ly",
1401 "format": "google-datetime", 1414 "format": "google-datetime",
1402 "type": "string" 1415 "type": "string"
1403 }, 1416 },
1404 "warning": { 1417 "warning": {
1405 "description": "Durable messages that persist on every opera tion poll. @OutputOnly", 1418 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
1406 "items": { 1419 "items": {
1407 "type": "string" 1420 "type": "string"
1408 }, 1421 },
1409 "type": "array" 1422 "type": "array"
1410 }, 1423 },
1411 "insertTime": { 1424 "target": {
1412 "description": "Time that this operation was created.@Output Only", 1425 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
1413 "format": "google-datetime",
1414 "type": "string" 1426 "type": "string"
1415 }, 1427 },
1416 "user": { 1428 "user": {
1417 "description": "User who requested this operation.@OutputOnl y", 1429 "description": "User who requested this operation.@OutputOnl y",
1418 "type": "string" 1430 "type": "string"
1419 }, 1431 },
1420 "target": { 1432 "ephemeralMessage": {
1421 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 1433 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
1422 "type": "string" 1434 "type": "string"
1423 }, 1435 },
1424 "ephemeralMessage": { 1436 "method": {
1425 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly", 1437 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly",
1438 "type": "string"
1439 },
1440 "endTime": {
1441 "description": "Time that this operation completed.@OutputOn ly",
1442 "format": "google-datetime",
1426 "type": "string" 1443 "type": "string"
1427 } 1444 }
1428 }, 1445 },
1429 "type": "object" 1446 "type": "object"
1430 }, 1447 },
1431 "ListServicesResponse": { 1448 "ListServicesResponse": {
1432 "description": "Response message for Services.ListServices.", 1449 "description": "Response message for Services.ListServices.",
1433 "id": "ListServicesResponse", 1450 "id": "ListServicesResponse",
1434 "properties": { 1451 "properties": {
1435 "services": { 1452 "services": {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 "format": "double", 1514 "format": "double",
1498 "type": "number" 1515 "type": "number"
1499 } 1516 }
1500 }, 1517 },
1501 "type": "object" 1518 "type": "object"
1502 }, 1519 },
1503 "Service": { 1520 "Service": {
1504 "description": "A Service resource is a logical component of an appl ication that can share state and communicate in a secure fashion with other serv ices. For example, an application that handles customer requests might include s eparate services to handle other tasks such as API requests from mobile devices or backend data analysis. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.", 1521 "description": "A Service resource is a logical component of an appl ication that can share state and communicate in a secure fashion with other serv ices. For example, an application that handles customer requests might include s eparate services to handle other tasks such as API requests from mobile devices or backend data analysis. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.",
1505 "id": "Service", 1522 "id": "Service",
1506 "properties": { 1523 "properties": {
1507 "split": {
1508 "$ref": "TrafficSplit",
1509 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
1510 },
1511 "id": { 1524 "id": {
1512 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly", 1525 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
1513 "type": "string" 1526 "type": "string"
1514 }, 1527 },
1515 "name": { 1528 "name": {
1516 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly", 1529 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
1517 "type": "string" 1530 "type": "string"
1531 },
1532 "split": {
1533 "$ref": "TrafficSplit",
1534 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
1518 } 1535 }
1519 }, 1536 },
1520 "type": "object" 1537 "type": "object"
1521 }, 1538 },
1522 "Volume": { 1539 "Volume": {
1523 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.", 1540 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.",
1524 "id": "Volume", 1541 "id": "Volume",
1525 "properties": { 1542 "properties": {
1543 "volumeType": {
1544 "description": "Underlying volume type, e.g. 'tmpfs'.",
1545 "type": "string"
1546 },
1526 "sizeGb": { 1547 "sizeGb": {
1527 "description": "Volume size in gigabytes.", 1548 "description": "Volume size in gigabytes.",
1528 "format": "double", 1549 "format": "double",
1529 "type": "number" 1550 "type": "number"
1530 }, 1551 },
1531 "name": { 1552 "name": {
1532 "description": "Unique name for the volume.", 1553 "description": "Unique name for the volume.",
1533 "type": "string" 1554 "type": "string"
1534 },
1535 "volumeType": {
1536 "description": "Underlying volume type, e.g. 'tmpfs'.",
1537 "type": "string"
1538 } 1555 }
1539 }, 1556 },
1540 "type": "object" 1557 "type": "object"
1541 }, 1558 },
1542 "ListOperationsResponse": { 1559 "ListOperationsResponse": {
1543 "description": "The response message for Operations.ListOperations." , 1560 "description": "The response message for Operations.ListOperations." ,
1544 "id": "ListOperationsResponse", 1561 "id": "ListOperationsResponse",
1545 "properties": { 1562 "properties": {
1546 "nextPageToken": { 1563 "nextPageToken": {
1547 "description": "The standard List next-page token.", 1564 "description": "The standard List next-page token.",
1548 "type": "string" 1565 "type": "string"
1549 }, 1566 },
1550 "operations": { 1567 "operations": {
1551 "description": "A list of operations that matches the specif ied filter in the request.", 1568 "description": "A list of operations that matches the specif ied filter in the request.",
1552 "items": { 1569 "items": {
1553 "$ref": "Operation" 1570 "$ref": "Operation"
1554 }, 1571 },
1555 "type": "array" 1572 "type": "array"
1556 } 1573 }
1557 }, 1574 },
1558 "type": "object" 1575 "type": "object"
1559 }, 1576 },
1560 "OperationMetadata": { 1577 "OperationMetadata": {
1561 "description": "Metadata for the given google.longrunning.Operation. ", 1578 "description": "Metadata for the given google.longrunning.Operation. ",
1562 "id": "OperationMetadata", 1579 "id": "OperationMetadata",
1563 "properties": { 1580 "properties": {
1581 "operationType": {
1582 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
1583 "type": "string"
1584 },
1564 "insertTime": { 1585 "insertTime": {
1565 "description": "Timestamp that this operation was created.@O utputOnly", 1586 "description": "Timestamp that this operation was created.@O utputOnly",
1566 "format": "google-datetime", 1587 "format": "google-datetime",
1567 "type": "string" 1588 "type": "string"
1568 }, 1589 },
1569 "user": { 1590 "user": {
1570 "description": "User who requested this operation.@OutputOnl y", 1591 "description": "User who requested this operation.@OutputOnl y",
1571 "type": "string" 1592 "type": "string"
1572 }, 1593 },
1573 "target": { 1594 "target": {
1574 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly", 1595 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
1575 "type": "string" 1596 "type": "string"
1576 }, 1597 },
1577 "method": { 1598 "method": {
1578 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly", 1599 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
1579 "type": "string" 1600 "type": "string"
1580 }, 1601 },
1581 "endTime": { 1602 "endTime": {
1582 "description": "Timestamp that this operation completed.@Out putOnly", 1603 "description": "Timestamp that this operation completed.@Out putOnly",
1583 "format": "google-datetime", 1604 "format": "google-datetime",
1584 "type": "string" 1605 "type": "string"
1585 },
1586 "operationType": {
1587 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
1588 "type": "string"
1589 } 1606 }
1590 }, 1607 },
1591 "type": "object" 1608 "type": "object"
1592 }, 1609 },
1593 "ListInstancesResponse": { 1610 "ListInstancesResponse": {
1594 "description": "Response message for Instances.ListInstances.", 1611 "description": "Response message for Instances.ListInstances.",
1595 "id": "ListInstancesResponse", 1612 "id": "ListInstancesResponse",
1596 "properties": { 1613 "properties": {
1597 "instances": { 1614 "instances": {
1598 "description": "The instances belonging to the requested ver sion.", 1615 "description": "The instances belonging to the requested ver sion.",
1599 "items": { 1616 "items": {
1600 "$ref": "Instance" 1617 "$ref": "Instance"
1601 }, 1618 },
1602 "type": "array" 1619 "type": "array"
1603 }, 1620 },
1604 "nextPageToken": { 1621 "nextPageToken": {
1605 "description": "Continuation token for fetching the next pag e of results.", 1622 "description": "Continuation token for fetching the next pag e of results.",
1606 "type": "string" 1623 "type": "string"
1607 } 1624 }
1608 }, 1625 },
1609 "type": "object" 1626 "type": "object"
1610 }, 1627 },
1628 "ErrorHandler": {
1629 "description": "Custom static error page to be served when an error occurs.",
1630 "id": "ErrorHandler",
1631 "properties": {
1632 "errorCode": {
1633 "description": "Error condition this handler applies to.",
1634 "enum": [
1635 "ERROR_CODE_UNSPECIFIED",
1636 "ERROR_CODE_DEFAULT",
1637 "ERROR_CODE_OVER_QUOTA",
1638 "ERROR_CODE_DOS_API_DENIAL",
1639 "ERROR_CODE_TIMEOUT"
1640 ],
1641 "enumDescriptions": [
1642 "Not specified. ERROR_CODE_DEFAULT is assumed.",
1643 "All other error types.",
1644 "Application has exceeded a resource quota.",
1645 "Client blocked by the application's Denial of Service p rotection configuration.",
1646 "Deadline reached before the application responds."
1647 ],
1648 "type": "string"
1649 },
1650 "mimeType": {
1651 "description": "MIME type of file. Defaults to text/html.",
1652 "type": "string"
1653 },
1654 "staticFile": {
1655 "description": "Static file content to be served for this er ror.",
1656 "type": "string"
1657 }
1658 },
1659 "type": "object"
1660 },
1611 "OperationMetadataV1": { 1661 "OperationMetadataV1": {
1612 "description": "Metadata for the given google.longrunning.Operation. ", 1662 "description": "Metadata for the given google.longrunning.Operation. ",
1613 "id": "OperationMetadataV1", 1663 "id": "OperationMetadataV1",
1614 "properties": { 1664 "properties": {
1665 "insertTime": {
1666 "description": "Time that this operation was created.@Output Only",
1667 "format": "google-datetime",
1668 "type": "string"
1669 },
1615 "warning": { 1670 "warning": {
1616 "description": "Durable messages that persist on every opera tion poll. @OutputOnly", 1671 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
1617 "items": { 1672 "items": {
1618 "type": "string" 1673 "type": "string"
1619 }, 1674 },
1620 "type": "array" 1675 "type": "array"
1621 }, 1676 },
1622 "insertTime": {
1623 "description": "Time that this operation was created.@Output Only",
1624 "format": "google-datetime",
1625 "type": "string"
1626 },
1627 "user": { 1677 "user": {
1628 "description": "User who requested this operation.@OutputOnl y", 1678 "description": "User who requested this operation.@OutputOnl y",
1629 "type": "string" 1679 "type": "string"
1630 }, 1680 },
1631 "target": { 1681 "target": {
1632 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 1682 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
1633 "type": "string" 1683 "type": "string"
1634 }, 1684 },
1635 "ephemeralMessage": { 1685 "ephemeralMessage": {
1636 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly", 1686 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
1637 "type": "string" 1687 "type": "string"
1638 }, 1688 },
1639 "method": { 1689 "method": {
1640 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly", 1690 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
1641 "type": "string" 1691 "type": "string"
1642 }, 1692 },
1643 "endTime": { 1693 "endTime": {
1644 "description": "Time that this operation completed.@OutputOn ly", 1694 "description": "Time that this operation completed.@OutputOn ly",
1645 "format": "google-datetime", 1695 "format": "google-datetime",
1646 "type": "string" 1696 "type": "string"
1647 } 1697 }
1648 }, 1698 },
1649 "type": "object" 1699 "type": "object"
1650 }, 1700 },
1651 "ErrorHandler": { 1701 "OperationMetadataV1Alpha": {
1652 "description": "Custom static error page to be served when an error occurs.", 1702 "description": "Metadata for the given google.longrunning.Operation. ",
1653 "id": "ErrorHandler", 1703 "id": "OperationMetadataV1Alpha",
1654 "properties": { 1704 "properties": {
1655 "errorCode": { 1705 "method": {
1656 "description": "Error condition this handler applies to.", 1706 "description": "API method that initiated this operation. Ex ample: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly",
1657 "enum": [
1658 "ERROR_CODE_UNSPECIFIED",
1659 "ERROR_CODE_DEFAULT",
1660 "ERROR_CODE_OVER_QUOTA",
1661 "ERROR_CODE_DOS_API_DENIAL",
1662 "ERROR_CODE_TIMEOUT"
1663 ],
1664 "enumDescriptions": [
1665 "Not specified. ERROR_CODE_DEFAULT is assumed.",
1666 "All other error types.",
1667 "Application has exceeded a resource quota.",
1668 "Client blocked by the application's Denial of Service p rotection configuration.",
1669 "Deadline reached before the application responds."
1670 ],
1671 "type": "string" 1707 "type": "string"
1672 }, 1708 },
1673 "mimeType": { 1709 "endTime": {
1674 "description": "MIME type of file. Defaults to text/html.", 1710 "description": "Time that this operation completed.@OutputOn ly",
1711 "format": "google-datetime",
1675 "type": "string" 1712 "type": "string"
1676 }, 1713 },
1677 "staticFile": { 1714 "warning": {
1678 "description": "Static file content to be served for this er ror.", 1715 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
1716 "items": {
1717 "type": "string"
1718 },
1719 "type": "array"
1720 },
1721 "insertTime": {
1722 "description": "Time that this operation was created.@Output Only",
1723 "format": "google-datetime",
1724 "type": "string"
1725 },
1726 "target": {
1727 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
1728 "type": "string"
1729 },
1730 "user": {
1731 "description": "User who requested this operation.@OutputOnl y",
1732 "type": "string"
1733 },
1734 "ephemeralMessage": {
1735 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
1679 "type": "string" 1736 "type": "string"
1680 } 1737 }
1681 }, 1738 },
1739 "type": "object"
1740 },
1741 "Application": {
1742 "description": "An Application resource contains the top-level confi guration of an App Engine application.",
1743 "id": "Application",
1744 "properties": {
1745 "authDomain": {
1746 "description": "Google Apps authentication domain that contr ols which users can access this application.Defaults to open access for any Goog le Account.",
1747 "type": "string"
1748 },
1749 "iap": {
1750 "$ref": "IdentityAwareProxy"
1751 },
1752 "id": {
1753 "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.",
1754 "type": "string"
1755 },
1756 "defaultCookieExpiration": {
1757 "description": "Cookie expiration policy for this applicatio n.",
1758 "format": "google-duration",
1759 "type": "string"
1760 },
1761 "codeBucket": {
1762 "description": "A Google Cloud Storage bucket that can be us ed for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputO nly",
1763 "type": "string"
1764 },
1765 "location": {
1766 "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",
1767 "type": "string"
1768 },
1769 "defaultBucket": {
1770 "description": "A Google Cloud Storage bucket that can be us ed by the application to store content.@OutputOnly",
1771 "type": "string"
1772 },
1773 "dispatchRules": {
1774 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent.@OutputOnly",
1775 "items": {
1776 "$ref": "UrlDispatchRule"
1777 },
1778 "type": "array"
1779 },
1780 "defaultHostname": {
1781 "description": "Hostname used to reach the application, as r esolved by App Engine.@OutputOnly",
1782 "type": "string"
1783 },
1784 "name": {
1785 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1786 "type": "string"
1787 }
1788 },
1682 "type": "object" 1789 "type": "object"
1683 }, 1790 },
1684 "Network": { 1791 "Network": {
1685 "description": "Extra network settings. Only applicable for VM runti mes.", 1792 "description": "Extra network settings. Only applicable for VM runti mes.",
1686 "id": "Network", 1793 "id": "Network",
1687 "properties": { 1794 "properties": {
1688 "forwardedPorts": { 1795 "forwardedPorts": {
1689 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.", 1796 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.",
1690 "items": { 1797 "items": {
1691 "type": "string" 1798 "type": "string"
1692 }, 1799 },
1693 "type": "array" 1800 "type": "array"
1694 }, 1801 },
1695 "instanceTag": { 1802 "instanceTag": {
1696 "description": "Tag to apply to the VM instance during creat ion.", 1803 "description": "Tag to apply to the VM instance during creat ion.",
1697 "type": "string" 1804 "type": "string"
1698 }, 1805 },
1699 "subnetworkName": { 1806 "subnetworkName": {
1700 "description": "Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network.\nIf the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range.\nIf the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP addr ess is created from the IPCidrRange of the subnetwork that exists in that zone f or that network.\nIf the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP addr ess is created from the IPCidrRange of the subnetwork.If specified, the subnetwo rk must exist in the same region as the Flex app.", 1807 "description": "Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network.\nIf the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range.\nIf the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP addr ess is created from the IPCidrRange of the subnetwork that exists in that zone f or that network.\nIf the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP addr ess is created from the IPCidrRange of the subnetwork.If specified, the subnetwo rk must exist in the same region as the Flex app.",
1701 "type": "string" 1808 "type": "string"
1702 }, 1809 },
1703 "name": { 1810 "name": {
1704 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.", 1811 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
1705 "type": "string" 1812 "type": "string"
1706 } 1813 }
1707 }, 1814 },
1708 "type": "object" 1815 "type": "object"
1709 }, 1816 },
1710 "Application": {
1711 "description": "An Application resource contains the top-level confi guration of an App Engine application.",
1712 "id": "Application",
1713 "properties": {
1714 "dispatchRules": {
1715 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent.@OutputOnly",
1716 "items": {
1717 "$ref": "UrlDispatchRule"
1718 },
1719 "type": "array"
1720 },
1721 "defaultHostname": {
1722 "description": "Hostname used to reach the application, as r esolved by App Engine.@OutputOnly",
1723 "type": "string"
1724 },
1725 "name": {
1726 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1727 "type": "string"
1728 },
1729 "authDomain": {
1730 "description": "Google Apps authentication domain that contr ols which users can access this application.Defaults to open access for any Goog le Account.",
1731 "type": "string"
1732 },
1733 "iap": {
1734 "$ref": "IdentityAwareProxy"
1735 },
1736 "id": {
1737 "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.",
1738 "type": "string"
1739 },
1740 "defaultCookieExpiration": {
1741 "description": "Cookie expiration policy for this applicatio n.",
1742 "format": "google-duration",
1743 "type": "string"
1744 },
1745 "codeBucket": {
1746 "description": "A Google Cloud Storage bucket that can be us ed for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputO nly",
1747 "type": "string"
1748 },
1749 "location": {
1750 "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",
1751 "type": "string"
1752 },
1753 "defaultBucket": {
1754 "description": "A Google Cloud Storage bucket that can be us ed by the application to store content.@OutputOnly",
1755 "type": "string"
1756 }
1757 },
1758 "type": "object"
1759 },
1760 "Instance": { 1817 "Instance": {
1761 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.", 1818 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.",
1762 "id": "Instance", 1819 "id": "Instance",
1763 "properties": { 1820 "properties": {
1821 "requests": {
1822 "description": "Number of requests since this instance was s tarted.@OutputOnly",
1823 "format": "int32",
1824 "type": "integer"
1825 },
1826 "appEngineRelease": {
1827 "description": "App Engine release this instance is running on.@OutputOnly",
1828 "type": "string"
1829 },
1830 "startTimestamp": {
1831 "description": "Time that this instance was started.@OutputO nly",
1832 "format": "google-datetime",
1833 "type": "string"
1834 },
1764 "vmName": { 1835 "vmName": {
1765 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly", 1836 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
1766 "type": "string" 1837 "type": "string"
1767 }, 1838 },
1839 "vmId": {
1840 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
1841 "type": "string"
1842 },
1768 "qps": { 1843 "qps": {
1769 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly", 1844 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
1770 "format": "float", 1845 "format": "float",
1771 "type": "number" 1846 "type": "number"
1772 }, 1847 },
1773 "vmId": {
1774 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
1775 "type": "string"
1776 },
1777 "vmZoneName": {
1778 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
1779 "type": "string"
1780 },
1781 "vmUnlocked": { 1848 "vmUnlocked": {
1782 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly", 1849 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
1783 "type": "boolean" 1850 "type": "boolean"
1784 }, 1851 },
1785 "name": { 1852 "name": {
1786 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only", 1853 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
1787 "type": "string" 1854 "type": "string"
1788 }, 1855 },
1856 "vmZoneName": {
1857 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
1858 "type": "string"
1859 },
1789 "averageLatency": { 1860 "averageLatency": {
1790 "description": "Average latency (ms) over the last minute.@O utputOnly", 1861 "description": "Average latency (ms) over the last minute.@O utputOnly",
1791 "format": "int32", 1862 "format": "int32",
1792 "type": "integer" 1863 "type": "integer"
1793 }, 1864 },
1865 "id": {
1866 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
1867 "type": "string"
1868 },
1794 "memoryUsage": { 1869 "memoryUsage": {
1795 "description": "Total memory in use (bytes).@OutputOnly", 1870 "description": "Total memory in use (bytes).@OutputOnly",
1796 "format": "int64", 1871 "format": "int64",
1797 "type": "string" 1872 "type": "string"
1798 }, 1873 },
1799 "vmIp": { 1874 "vmIp": {
1800 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly", 1875 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
1801 "type": "string" 1876 "type": "string"
1802 }, 1877 },
1803 "id": { 1878 "errors": {
1804 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly", 1879 "description": "Number of errors since this instance was sta rted.@OutputOnly",
1805 "type": "string" 1880 "format": "uint32",
1806 }, 1881 "type": "integer"
1807 "vmStatus": {
1808 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
1809 "type": "string"
1810 }, 1882 },
1811 "availability": { 1883 "availability": {
1812 "description": "Availability of the instance.@OutputOnly", 1884 "description": "Availability of the instance.@OutputOnly",
1813 "enum": [ 1885 "enum": [
1814 "UNSPECIFIED", 1886 "UNSPECIFIED",
1815 "RESIDENT", 1887 "RESIDENT",
1816 "DYNAMIC" 1888 "DYNAMIC"
1817 ], 1889 ],
1818 "enumDescriptions": [ 1890 "enumDescriptions": [
1819 "", 1891 "",
1820 "", 1892 "",
1821 "" 1893 ""
1822 ], 1894 ],
1823 "type": "string" 1895 "type": "string"
1824 }, 1896 },
1825 "errors": { 1897 "vmStatus": {
1826 "description": "Number of errors since this instance was sta rted.@OutputOnly", 1898 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
1827 "format": "uint32",
1828 "type": "integer"
1829 },
1830 "requests": {
1831 "description": "Number of requests since this instance was s tarted.@OutputOnly",
1832 "format": "int32",
1833 "type": "integer"
1834 },
1835 "appEngineRelease": {
1836 "description": "App Engine release this instance is running on.@OutputOnly",
1837 "type": "string"
1838 },
1839 "startTimestamp": {
1840 "description": "Time that this instance was started.@OutputO nly",
1841 "format": "google-datetime",
1842 "type": "string" 1899 "type": "string"
1843 } 1900 }
1844 }, 1901 },
1845 "type": "object" 1902 "type": "object"
1846 }, 1903 },
1847 "UrlDispatchRule": { 1904 "UrlDispatchRule": {
1848 "description": "Rules to match an HTTP request and dispatch that req uest to a service.", 1905 "description": "Rules to match an HTTP request and dispatch that req uest to a service.",
1849 "id": "UrlDispatchRule", 1906 "id": "UrlDispatchRule",
1850 "properties": { 1907 "properties": {
1851 "domain": { 1908 "domain": {
1852 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".", 1909 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
1853 "type": "string" 1910 "type": "string"
1854 }, 1911 },
1855 "service": { 1912 "service": {
1856 "description": "Resource id of a service in this application that should serve the matched request. The service must already exist. Example: default.", 1913 "description": "Resource id of a service in this application that should serve the matched request. The service must already exist. Example: default.",
1857 "type": "string" 1914 "type": "string"
1858 }, 1915 },
1859 "path": { 1916 "path": {
1860 "description": "Pathname within the host. Must start with a \"/\". A single \"*\" can be included at the end of the path. The sum of the len gths of the domain and path may not exceed 100 characters.", 1917 "description": "Pathname within the host. Must start with a \"/\". A single \"*\" can be included at the end of the path. The sum of the len gths of the domain and path may not exceed 100 characters.",
1861 "type": "string" 1918 "type": "string"
1862 } 1919 }
1863 }, 1920 },
1864 "type": "object" 1921 "type": "object"
1865 }, 1922 },
1866 "ListVersionsResponse": { 1923 "ListVersionsResponse": {
1867 "description": "Response message for Versions.ListVersions.", 1924 "description": "Response message for Versions.ListVersions.",
1868 "id": "ListVersionsResponse", 1925 "id": "ListVersionsResponse",
1869 "properties": { 1926 "properties": {
1927 "nextPageToken": {
1928 "description": "Continuation token for fetching the next pag e of results.",
1929 "type": "string"
1930 },
1870 "versions": { 1931 "versions": {
1871 "description": "The versions belonging to the requested serv ice.", 1932 "description": "The versions belonging to the requested serv ice.",
1872 "items": { 1933 "items": {
1873 "$ref": "Version" 1934 "$ref": "Version"
1874 }, 1935 },
1875 "type": "array" 1936 "type": "array"
1876 },
1877 "nextPageToken": {
1878 "description": "Continuation token for fetching the next pag e of results.",
1879 "type": "string"
1880 } 1937 }
1881 }, 1938 },
1882 "type": "object" 1939 "type": "object"
1883 }, 1940 },
1884 "ApiEndpointHandler": { 1941 "ApiEndpointHandler": {
1885 "description": "Uses Google Cloud Endpoints to handle requests.", 1942 "description": "Uses Google Cloud Endpoints to handle requests.",
1886 "id": "ApiEndpointHandler", 1943 "id": "ApiEndpointHandler",
1887 "properties": { 1944 "properties": {
1888 "scriptPath": { 1945 "scriptPath": {
1889 "description": "Path to the script from the application root directory.", 1946 "description": "Path to the script from the application root directory.",
1890 "type": "string" 1947 "type": "string"
1891 } 1948 }
1892 }, 1949 },
1893 "type": "object" 1950 "type": "object"
1894 }, 1951 },
1895 "AutomaticScaling": { 1952 "AutomaticScaling": {
1896 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.", 1953 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
1897 "id": "AutomaticScaling", 1954 "id": "AutomaticScaling",
1898 "properties": { 1955 "properties": {
1899 "minIdleInstances": {
1900 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a mo dule.",
1901 "format": "int32",
1902 "type": "integer"
1903 },
1904 "maxTotalInstances": { 1956 "maxTotalInstances": {
1905 "description": "Maximum number of instances that should be s tarted to handle requests.", 1957 "description": "Maximum number of instances that should be s tarted to handle requests.",
1906 "format": "int32", 1958 "format": "int32",
1907 "type": "integer" 1959 "type": "integer"
1908 }, 1960 },
1909 "minTotalInstances": { 1961 "minTotalInstances": {
1910 "description": "Minimum number of instances that should be m aintained for this version.", 1962 "description": "Minimum number of instances that should be m aintained for this version.",
1911 "format": "int32", 1963 "format": "int32",
1912 "type": "integer" 1964 "type": "integer"
1913 }, 1965 },
1914 "networkUtilization": { 1966 "networkUtilization": {
1915 "$ref": "NetworkUtilization", 1967 "$ref": "NetworkUtilization",
1916 "description": "Target scaling by network usage." 1968 "description": "Target scaling by network usage."
1917 }, 1969 },
1970 "maxConcurrentRequests": {
1971 "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.",
1972 "format": "int32",
1973 "type": "integer"
1974 },
1918 "coolDownPeriod": { 1975 "coolDownPeriod": {
1919 "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.", 1976 "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.",
1920 "format": "google-duration", 1977 "format": "google-duration",
1921 "type": "string" 1978 "type": "string"
1922 }, 1979 },
1923 "maxConcurrentRequests": {
1924 "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.",
1925 "format": "int32",
1926 "type": "integer"
1927 },
1928 "maxPendingLatency": { 1980 "maxPendingLatency": {
1929 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.", 1981 "description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
1930 "format": "google-duration", 1982 "format": "google-duration",
1931 "type": "string" 1983 "type": "string"
1932 }, 1984 },
1933 "cpuUtilization": { 1985 "cpuUtilization": {
1934 "$ref": "CpuUtilization", 1986 "$ref": "CpuUtilization",
1935 "description": "Target scaling by CPU usage." 1987 "description": "Target scaling by CPU usage."
1936 }, 1988 },
1937 "diskUtilization": { 1989 "diskUtilization": {
1938 "$ref": "DiskUtilization", 1990 "$ref": "DiskUtilization",
1939 "description": "Target scaling by disk usage." 1991 "description": "Target scaling by disk usage."
1940 }, 1992 },
1941 "minPendingLatency": { 1993 "minPendingLatency": {
1942 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.", 1994 "description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
1943 "format": "google-duration", 1995 "format": "google-duration",
1944 "type": "string" 1996 "type": "string"
1945 }, 1997 },
1998 "requestUtilization": {
1999 "$ref": "RequestUtilization",
2000 "description": "Target scaling by request utilization."
2001 },
1946 "maxIdleInstances": { 2002 "maxIdleInstances": {
1947 "description": "Maximum number of idle instances that should be maintained for this version.", 2003 "description": "Maximum number of idle instances that should be maintained for this version.",
1948 "format": "int32", 2004 "format": "int32",
1949 "type": "integer" 2005 "type": "integer"
1950 }, 2006 },
1951 "requestUtilization": { 2007 "minIdleInstances": {
1952 "$ref": "RequestUtilization", 2008 "description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a mo dule.",
1953 "description": "Target scaling by request utilization." 2009 "format": "int32",
2010 "type": "integer"
1954 } 2011 }
1955 }, 2012 },
1956 "type": "object" 2013 "type": "object"
1957 }, 2014 },
1958 "Location": { 2015 "Location": {
1959 "description": "A resource that represents Google Cloud Platform loc ation.", 2016 "description": "A resource that represents Google Cloud Platform loc ation.",
1960 "id": "Location", 2017 "id": "Location",
1961 "properties": { 2018 "properties": {
2019 "labels": {
2020 "additionalProperties": {
2021 "type": "string"
2022 },
2023 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
2024 "type": "object"
2025 },
1962 "name": { 2026 "name": {
1963 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"", 2027 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"",
1964 "type": "string" 2028 "type": "string"
1965 }, 2029 },
1966 "locationId": { 2030 "locationId": {
1967 "description": "The canonical id for this location. For exam ple: \"us-east1\".", 2031 "description": "The canonical id for this location. For exam ple: \"us-east1\".",
1968 "type": "string" 2032 "type": "string"
1969 }, 2033 },
1970 "metadata": { 2034 "metadata": {
1971 "additionalProperties": { 2035 "additionalProperties": {
1972 "description": "Properties of the object. Contains field @type with type URL.", 2036 "description": "Properties of the object. Contains field @type with type URL.",
1973 "type": "any" 2037 "type": "any"
1974 }, 2038 },
1975 "description": "Service-specific metadata. For example the a vailable capacity at the given location.", 2039 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
1976 "type": "object" 2040 "type": "object"
1977 },
1978 "labels": {
1979 "additionalProperties": {
1980 "type": "string"
1981 },
1982 "description": "Cross-service attributes for the location. F or example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
1983 "type": "object"
1984 } 2041 }
1985 }, 2042 },
1986 "type": "object" 2043 "type": "object"
1987 }, 2044 },
1988 "NetworkUtilization": { 2045 "NetworkUtilization": {
1989 "description": "Target scaling by network usage. Only applicable for VM runtimes.", 2046 "description": "Target scaling by network usage. Only applicable for VM runtimes.",
1990 "id": "NetworkUtilization", 2047 "id": "NetworkUtilization",
1991 "properties": { 2048 "properties": {
1992 "targetSentPacketsPerSec": {
1993 "description": "Target packets sent per second.",
1994 "format": "int32",
1995 "type": "integer"
1996 },
1997 "targetSentBytesPerSec": { 2049 "targetSentBytesPerSec": {
1998 "description": "Target bytes sent per second.", 2050 "description": "Target bytes sent per second.",
1999 "format": "int32", 2051 "format": "int32",
2000 "type": "integer" 2052 "type": "integer"
2001 }, 2053 },
2002 "targetReceivedPacketsPerSec": { 2054 "targetReceivedPacketsPerSec": {
2003 "description": "Target packets received per second.", 2055 "description": "Target packets received per second.",
2004 "format": "int32", 2056 "format": "int32",
2005 "type": "integer" 2057 "type": "integer"
2006 }, 2058 },
2007 "targetReceivedBytesPerSec": { 2059 "targetReceivedBytesPerSec": {
2008 "description": "Target bytes received per second.", 2060 "description": "Target bytes received per second.",
2009 "format": "int32", 2061 "format": "int32",
2010 "type": "integer" 2062 "type": "integer"
2063 },
2064 "targetSentPacketsPerSec": {
2065 "description": "Target packets sent per second.",
2066 "format": "int32",
2067 "type": "integer"
2011 } 2068 }
2012 }, 2069 },
2013 "type": "object" 2070 "type": "object"
2014 }, 2071 },
2015 "HealthCheck": { 2072 "HealthCheck": {
2016 "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.", 2073 "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.",
2017 "id": "HealthCheck", 2074 "id": "HealthCheck",
2018 "properties": { 2075 "properties": {
2076 "unhealthyThreshold": {
2077 "description": "Number of consecutive failed health checks r equired before removing traffic.",
2078 "format": "uint32",
2079 "type": "integer"
2080 },
2081 "disableHealthCheck": {
2082 "description": "Whether to explicitly disable health checks for this instance.",
2083 "type": "boolean"
2084 },
2019 "host": { 2085 "host": {
2020 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"", 2086 "description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\"",
2021 "type": "string" 2087 "type": "string"
2022 }, 2088 },
2023 "healthyThreshold": { 2089 "healthyThreshold": {
2024 "description": "Number of consecutive successful health chec ks required before receiving traffic.", 2090 "description": "Number of consecutive successful health chec ks required before receiving traffic.",
2025 "format": "uint32", 2091 "format": "uint32",
2026 "type": "integer" 2092 "type": "integer"
2027 }, 2093 },
2028 "restartThreshold": { 2094 "restartThreshold": {
2029 "description": "Number of consecutive failed health checks r equired before an instance is restarted.", 2095 "description": "Number of consecutive failed health checks r equired before an instance is restarted.",
2030 "format": "uint32", 2096 "format": "uint32",
2031 "type": "integer" 2097 "type": "integer"
2032 }, 2098 },
2033 "checkInterval": { 2099 "checkInterval": {
2034 "description": "Interval between health checks.", 2100 "description": "Interval between health checks.",
2035 "format": "google-duration", 2101 "format": "google-duration",
2036 "type": "string" 2102 "type": "string"
2037 }, 2103 },
2038 "timeout": { 2104 "timeout": {
2039 "description": "Time before the health check is considered f ailed.", 2105 "description": "Time before the health check is considered f ailed.",
2040 "format": "google-duration", 2106 "format": "google-duration",
2041 "type": "string" 2107 "type": "string"
2042 },
2043 "unhealthyThreshold": {
2044 "description": "Number of consecutive failed health checks r equired before removing traffic.",
2045 "format": "uint32",
2046 "type": "integer"
2047 },
2048 "disableHealthCheck": {
2049 "description": "Whether to explicitly disable health checks for this instance.",
2050 "type": "boolean"
2051 }
2052 },
2053 "type": "object"
2054 },
2055 "SourceReference": {
2056 "description": "Reference to a particular snapshot of the source tre e used to build and deploy the application.",
2057 "id": "SourceReference",
2058 "properties": {
2059 "repository": {
2060 "description": "URI string identifying the repository. Examp le: \"https://source.developers.google.com/p/app-123/r/default\"",
2061 "type": "string"
2062 },
2063 "revisionId": {
2064 "description": "The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Ex ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"",
2065 "type": "string"
2066 } 2108 }
2067 }, 2109 },
2068 "type": "object" 2110 "type": "object"
2069 }, 2111 },
2070 "DebugInstanceRequest": { 2112 "DebugInstanceRequest": {
2071 "description": "Request message for Instances.DebugInstance.", 2113 "description": "Request message for Instances.DebugInstance.",
2072 "id": "DebugInstanceRequest", 2114 "id": "DebugInstanceRequest",
2073 "properties": { 2115 "properties": {
2074 "sshKey": { 2116 "sshKey": {
2075 "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).", 2117 "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).",
2076 "type": "string" 2118 "type": "string"
2077 } 2119 }
2078 }, 2120 },
2121 "type": "object"
2122 },
2123 "SourceReference": {
2124 "description": "Reference to a particular snapshot of the source tre e used to build and deploy the application.",
2125 "id": "SourceReference",
2126 "properties": {
2127 "revisionId": {
2128 "description": "The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Ex ample (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"",
2129 "type": "string"
2130 },
2131 "repository": {
2132 "description": "URI string identifying the repository. Examp le: \"https://source.developers.google.com/p/app-123/r/default\"",
2133 "type": "string"
2134 }
2135 },
2079 "type": "object" 2136 "type": "object"
2080 }, 2137 },
2081 "Library": { 2138 "Library": {
2082 "description": "Third-party Python runtime library that is required by the application.", 2139 "description": "Third-party Python runtime library that is required by the application.",
2083 "id": "Library", 2140 "id": "Library",
2084 "properties": { 2141 "properties": {
2085 "version": { 2142 "version": {
2086 "description": "Version of the library to select, or \"lates t\".", 2143 "description": "Version of the library to select, or \"lates t\".",
2087 "type": "string" 2144 "type": "string"
2088 }, 2145 },
(...skipping 30 matching lines...) Expand all
2119 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly", 2176 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2120 "type": "string" 2177 "type": "string"
2121 } 2178 }
2122 }, 2179 },
2123 "type": "object" 2180 "type": "object"
2124 }, 2181 },
2125 "ListLocationsResponse": { 2182 "ListLocationsResponse": {
2126 "description": "The response message for Locations.ListLocations.", 2183 "description": "The response message for Locations.ListLocations.",
2127 "id": "ListLocationsResponse", 2184 "id": "ListLocationsResponse",
2128 "properties": { 2185 "properties": {
2186 "nextPageToken": {
2187 "description": "The standard List next-page token.",
2188 "type": "string"
2189 },
2129 "locations": { 2190 "locations": {
2130 "description": "A list of locations that matches the specifi ed filter in the request.", 2191 "description": "A list of locations that matches the specifi ed filter in the request.",
2131 "items": { 2192 "items": {
2132 "$ref": "Location" 2193 "$ref": "Location"
2133 }, 2194 },
2134 "type": "array" 2195 "type": "array"
2135 },
2136 "nextPageToken": {
2137 "description": "The standard List next-page token.",
2138 "type": "string"
2139 } 2196 }
2140 }, 2197 },
2141 "type": "object" 2198 "type": "object"
2142 }, 2199 },
2143 "Version": { 2200 "Version": {
2144 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.", 2201 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.",
2145 "id": "Version", 2202 "id": "Version",
2146 "properties": { 2203 "properties": {
2204 "threadsafe": {
2205 "description": "Whether multiple requests can be dispatched to this version at once.",
2206 "type": "boolean"
2207 },
2147 "manualScaling": { 2208 "manualScaling": {
2148 "$ref": "ManualScaling", 2209 "$ref": "ManualScaling",
2149 "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." 2210 "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."
2150 }, 2211 },
2151 "name": { 2212 "name": {
2152 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly", 2213 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
2153 "type": "string" 2214 "type": "string"
2154 }, 2215 },
2155 "apiConfig": { 2216 "apiConfig": {
2156 "$ref": "ApiConfigHandler", 2217 "$ref": "ApiConfigHandler",
(...skipping 18 matching lines...) Expand all
2175 "SERVING", 2236 "SERVING",
2176 "STOPPED" 2237 "STOPPED"
2177 ], 2238 ],
2178 "enumDescriptions": [ 2239 "enumDescriptions": [
2179 "Not specified.", 2240 "Not specified.",
2180 "Currently serving. Instances are created according to t he scaling settings of the version.", 2241 "Currently serving. Instances are created according to t he scaling settings of the version.",
2181 "Disabled from serving. No instances will be created and the scaling settings are ignored until the state of the version changes to SERV ING." 2242 "Disabled from serving. No instances will be created and the scaling settings are ignored until the state of the version changes to SERV ING."
2182 ], 2243 ],
2183 "type": "string" 2244 "type": "string"
2184 }, 2245 },
2246 "runtimeApiVersion": {
2247 "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",
2248 "type": "string"
2249 },
2185 "deployment": { 2250 "deployment": {
2186 "$ref": "Deployment", 2251 "$ref": "Deployment",
2187 "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set." 2252 "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
2188 }, 2253 },
2189 "inboundServices": { 2254 "inboundServices": {
2190 "description": "Before an application can receive email or X MPP messages, the application must be configured to enable the service.", 2255 "description": "Before an application can receive email or X MPP messages, the application must be configured to enable the service.",
2191 "enumDescriptions": [ 2256 "enumDescriptions": [
2192 "Not specified.", 2257 "Not specified.",
2193 "Allows an application to receive mail.", 2258 "Allows an application to receive mail.",
2194 "Allows an application to receive email-bound notificati ons.", 2259 "Allows an application to receive email-bound notificati ons.",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
2297 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics." 2362 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics."
2298 }, 2363 },
2299 "diskUsageBytes": { 2364 "diskUsageBytes": {
2300 "description": "Total size of version files hosted on App En gine disk in bytes.@OutputOnly", 2365 "description": "Total size of version files hosted on App En gine disk in bytes.@OutputOnly",
2301 "format": "int64", 2366 "format": "int64",
2302 "type": "string" 2367 "type": "string"
2303 }, 2368 },
2304 "healthCheck": { 2369 "healthCheck": {
2305 "$ref": "HealthCheck", 2370 "$ref": "HealthCheck",
2306 "description": "Configures health checking for VM instances. Unhealthy instances are be stopped and replaced with new instances. Only applic able for VM runtimes.Only returned in GET requests if view=FULL is set." 2371 "description": "Configures health checking for VM instances. Unhealthy instances are be stopped and replaced with new instances. Only applic able for VM runtimes.Only returned in GET requests if view=FULL is set."
2307 },
2308 "threadsafe": {
2309 "description": "Whether multiple requests can be dispatched to this version at once.",
2310 "type": "boolean"
2311 } 2372 }
2312 }, 2373 },
2313 "type": "object" 2374 "type": "object"
2314 }, 2375 },
2315 "ContainerInfo": { 2376 "ContainerInfo": {
2316 "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.", 2377 "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.",
2317 "id": "ContainerInfo", 2378 "id": "ContainerInfo",
2318 "properties": { 2379 "properties": {
2319 "image": { 2380 "image": {
2320 "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\" ", 2381 "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\" ",
2321 "type": "string" 2382 "type": "string"
2322 } 2383 }
2323 }, 2384 },
2324 "type": "object" 2385 "type": "object"
2325 },
2326 "RequestUtilization": {
2327 "description": "Target scaling by request utilization. Only applicab le for VM runtimes.",
2328 "id": "RequestUtilization",
2329 "properties": {
2330 "targetRequestCountPerSec": {
2331 "description": "Target requests per second.",
2332 "format": "int32",
2333 "type": "integer"
2334 },
2335 "targetConcurrentRequests": {
2336 "description": "Target number of concurrent requests.",
2337 "format": "int32",
2338 "type": "integer"
2339 }
2340 },
2341 "type": "object"
2342 } 2386 }
2343 }, 2387 },
2344 "servicePath": "", 2388 "servicePath": "",
2345 "title": "Google App Engine Admin API", 2389 "title": "Google App Engine Admin API",
2346 "version": "v1beta5" 2390 "version": "v1beta5"
2347 } 2391 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/appengine__v1beta4.json ('k') | discovery/googleapis_beta/clouderrorreporting__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698