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

Side by Side Diff: discovery/googleapis/appengine__v1.json

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

Powered by Google App Engine
This is Rietveld 408576698