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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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": { 8 "https://www.googleapis.com/auth/cloud-platform": {
9 "description": "View and manage your data across Google Clou d Platform services" 9 "description": "View and manage your data across Google Clou d Platform services"
10 }, 10 },
11 "https://www.googleapis.com/auth/cloud-platform.read-only": { 11 "https://www.googleapis.com/auth/cloud-platform.read-only": {
12 "description": "View your data across Google Cloud Platform services" 12 "description": "View your data across Google Cloud Platform services"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "", 17 "basePath": "",
18 "baseUrl": "https://appengine.googleapis.com/", 18 "baseUrl": "https://appengine.googleapis.com/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "description": "Provisions and manages App Engine applications.", 20 "description": "Provisions and manages App Engine applications.",
21 "discoveryVersion": "v1", 21 "discoveryVersion": "v1",
22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", 22 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/_JlSbgZ5hP4Cc7VHxlMuD8xCWYQ\"", 23 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/CydBYfZ8LICDy6eugptbrOxuOz0\"",
24 "icons": { 24 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", 25 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" 26 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 }, 27 },
28 "id": "appengine:v1", 28 "id": "appengine:v1",
29 "kind": "discovery#restDescription", 29 "kind": "discovery#restDescription",
30 "name": "appengine", 30 "name": "appengine",
31 "ownerDomain": "google.com", 31 "ownerDomain": "google.com",
32 "ownerName": "Google", 32 "ownerName": "Google",
33 "parameters": { 33 "parameters": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "enumDescriptions": [ 104 "enumDescriptions": [
105 "v1 error format", 105 "v1 error format",
106 "v2 error format" 106 "v2 error format"
107 ], 107 ],
108 "location": "query", 108 "location": "query",
109 "type": "string" 109 "type": "string"
110 } 110 }
111 }, 111 },
112 "protocol": "rest", 112 "protocol": "rest",
113 "resources": { 113 "resources": {
114 "experimental": {
115 "resources": {
116 "apps": {
117 "resources": {
118 "operations": {
119 "methods": {
120 "list": {
121 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services t o override the binding to use different resource name schemes, such as `users/*/ operations`.",
122 "httpMethod": "GET",
123 "id": "appengine.experimental.apps.operation s.list",
124 "parameterOrder": [
125 "appsId"
126 ],
127 "parameters": {
128 "appsId": {
129 "description": "Part of `name`. The name of the operation collection.",
130 "location": "path",
131 "required": true,
132 "type": "string"
133 },
134 "filter": {
135 "description": "The standard list fi lter.",
136 "location": "query",
137 "type": "string"
138 },
139 "pageSize": {
140 "description": "The standard list pa ge size.",
141 "format": "int32",
142 "location": "query",
143 "type": "integer"
144 },
145 "pageToken": {
146 "description": "The standard list pa ge token.",
147 "location": "query",
148 "type": "string"
149 }
150 },
151 "path": "experimental/apps/{appsId}/operatio ns",
152 "response": {
153 "$ref": "ListOperationsResponse"
154 },
155 "scopes": [
156 "https://www.googleapis.com/auth/appengi ne.admin",
157 "https://www.googleapis.com/auth/cloud-p latform",
158 "https://www.googleapis.com/auth/cloud-p latform.read-only"
159 ]
160 },
161 "get": {
162 "description": "Gets the latest state of a l ong-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
163 "httpMethod": "GET",
164 "id": "appengine.experimental.apps.operation s.get",
165 "parameterOrder": [
166 "appsId",
167 "operationsId"
168 ],
169 "parameters": {
170 "appsId": {
171 "description": "Part of `name`. The name of the operation resource.",
172 "location": "path",
173 "required": true,
174 "type": "string"
175 },
176 "operationsId": {
177 "description": "Part of `name`. See documentation of `appsId`.",
178 "location": "path",
179 "required": true,
180 "type": "string"
181 }
182 },
183 "path": "experimental/apps/{appsId}/operatio ns/{operationsId}",
184 "response": {
185 "$ref": "Operation"
186 },
187 "scopes": [
188 "https://www.googleapis.com/auth/appengi ne.admin",
189 "https://www.googleapis.com/auth/cloud-p latform",
190 "https://www.googleapis.com/auth/cloud-p latform.read-only"
191 ]
192 }
193 }
194 }
195 }
196 }
197 }
198 },
199 "apps": { 114 "apps": {
200 "methods": { 115 "methods": {
201 "get": { 116 "get": {
202 "description": "Gets information about an application.", 117 "description": "Gets information about an application.",
203 "httpMethod": "GET", 118 "httpMethod": "GET",
204 "id": "appengine.apps.get", 119 "id": "appengine.apps.get",
205 "parameterOrder": [ 120 "parameterOrder": [
206 "appsId" 121 "appsId"
207 ], 122 ],
208 "parameters": { 123 "parameters": {
209 "appsId": { 124 "appsId": {
210 "description": "Part of `name`. Name of the Applicat ion resource to get. Example: `apps/myapp`.", 125 "description": "Part of `name`. Name of the Applicat ion resource to get. Example: apps/myapp.",
211 "location": "path", 126 "location": "path",
212 "required": true, 127 "required": true,
213 "type": "string" 128 "type": "string"
214 } 129 }
215 }, 130 },
216 "path": "v1/apps/{appsId}", 131 "path": "v1/apps/{appsId}",
217 "response": { 132 "response": {
218 "$ref": "Application" 133 "$ref": "Application"
219 }, 134 },
220 "scopes": [ 135 "scopes": [
221 "https://www.googleapis.com/auth/appengine.admin", 136 "https://www.googleapis.com/auth/appengine.admin",
222 "https://www.googleapis.com/auth/cloud-platform", 137 "https://www.googleapis.com/auth/cloud-platform",
223 "https://www.googleapis.com/auth/cloud-platform.read-onl y" 138 "https://www.googleapis.com/auth/cloud-platform.read-onl y"
224 ] 139 ]
225 }, 140 },
226 "create": { 141 "create": {
227 "description": "Creates an App Engine application for a Goog le Cloud Platform project. This requires a project that excludes an App Engine a pplication. For details about creating a project without an application, see the [Google Cloud Resource Manager create project topic](https://cloud.google.com/r esource-manager/docs/creating-project).", 142 "description": "Creates an App Engine application for a Goog le Cloud Platform project. This requires a project that excludes an App Engine a pplication. For details about creating a project without an application, see the Google Cloud Resource Manager create project topic (https://cloud.google.com/re source-manager/docs/creating-project).",
228 "httpMethod": "POST", 143 "httpMethod": "POST",
229 "id": "appengine.apps.create", 144 "id": "appengine.apps.create",
230 "path": "v1/apps", 145 "path": "v1/apps",
231 "request": { 146 "request": {
232 "$ref": "Application" 147 "$ref": "Application"
233 }, 148 },
234 "response": { 149 "response": {
235 "$ref": "Operation" 150 "$ref": "Operation"
236 }, 151 },
237 "scopes": [ 152 "scopes": [
238 "https://www.googleapis.com/auth/cloud-platform" 153 "https://www.googleapis.com/auth/cloud-platform"
239 ] 154 ]
240 }, 155 },
241 "patch": { 156 "patch": {
242 "description": "Updates application fields.", 157 "description": "Updates the specified Application resource. You can update the following fields: auth_domain (https://cloud.google.com/appen gine/docs/admin-api/reference/rest/v1/apps#Application.FIELDS.auth_domain) defau lt_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/referenc e/rest/v1/apps#Application.FIELDS.default_cookie_expiration)",
243 "httpMethod": "PATCH", 158 "httpMethod": "PATCH",
244 "id": "appengine.apps.patch", 159 "id": "appengine.apps.patch",
245 "parameterOrder": [ 160 "parameterOrder": [
246 "appsId" 161 "appsId"
247 ], 162 ],
248 "parameters": { 163 "parameters": {
249 "appsId": { 164 "appsId": {
250 "description": "Part of `name`. Name of the applicat ion to update. Example: `apps/myapp`.", 165 "description": "Part of `name`. Name of the Applicat ion resource to update. Example: apps/myapp.",
251 "location": "path", 166 "location": "path",
252 "required": true, 167 "required": true,
253 "type": "string" 168 "type": "string"
254 }, 169 },
255 "updateMask": { 170 "updateMask": {
256 "description": "Standard field mask for the set of f ields to be updated.", 171 "description": "Standard field mask for the set of f ields to be updated.",
257 "location": "query", 172 "location": "query",
258 "type": "string" 173 "type": "string"
259 } 174 }
260 }, 175 },
261 "path": "v1/apps/{appsId}", 176 "path": "v1/apps/{appsId}",
262 "request": { 177 "request": {
263 "$ref": "Application" 178 "$ref": "Application"
264 }, 179 },
265 "response": { 180 "response": {
266 "$ref": "Operation" 181 "$ref": "Operation"
267 }, 182 },
268 "scopes": [ 183 "scopes": [
269 "https://www.googleapis.com/auth/cloud-platform" 184 "https://www.googleapis.com/auth/cloud-platform"
270 ] 185 ]
271 }, 186 },
272 "repair": { 187 "repair": {
273 "description": "Recreates the required App Engine features f or the application in your project, for example a Cloud Storage bucket or App En gine service account. Use this method if you receive an error message about a mi ssing feature, for example \"*Error retrieving the App Engine service account*\" .", 188 "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 .",
274 "httpMethod": "POST", 189 "httpMethod": "POST",
275 "id": "appengine.apps.repair", 190 "id": "appengine.apps.repair",
276 "parameterOrder": [ 191 "parameterOrder": [
277 "appsId" 192 "appsId"
278 ], 193 ],
279 "parameters": { 194 "parameters": {
280 "appsId": { 195 "appsId": {
281 "description": "Part of `name`. Name of the applicat ion to repair. Example: `apps/myapp`", 196 "description": "Part of `name`. Name of the applicat ion to repair. Example: apps/myapp",
282 "location": "path", 197 "location": "path",
283 "required": true, 198 "required": true,
284 "type": "string" 199 "type": "string"
285 } 200 }
286 }, 201 },
287 "path": "v1/apps/{appsId}:repair", 202 "path": "v1/apps/{appsId}:repair",
288 "request": { 203 "request": {
289 "$ref": "RepairApplicationRequest" 204 "$ref": "RepairApplicationRequest"
290 }, 205 },
291 "response": { 206 "response": {
292 "$ref": "Operation" 207 "$ref": "Operation"
293 }, 208 },
294 "scopes": [ 209 "scopes": [
295 "https://www.googleapis.com/auth/cloud-platform" 210 "https://www.googleapis.com/auth/cloud-platform"
296 ] 211 ]
297 } 212 }
298 }, 213 },
299 "resources": { 214 "resources": {
300 "operations": { 215 "operations": {
301 "methods": { 216 "methods": {
302 "list": { 217 "list": {
303 "description": "Lists operations that match the spec ified filter in the request. If the server doesn't support this method, it retur ns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to overri de the binding to use different resource name schemes, such as `users/*/operatio ns`.", 218 "description": "Lists operations that match the spec ified filter in the request. If the server doesn't support this method, it retur ns UNIMPLEMENTED.NOTE: the name binding below allows API services to override th e binding to use different resource name schemes, such as users/*/operations.",
304 "httpMethod": "GET", 219 "httpMethod": "GET",
305 "id": "appengine.apps.operations.list", 220 "id": "appengine.apps.operations.list",
306 "parameterOrder": [ 221 "parameterOrder": [
307 "appsId" 222 "appsId"
308 ], 223 ],
309 "parameters": { 224 "parameters": {
310 "appsId": { 225 "appsId": {
311 "description": "Part of `name`. The name of the operation collection.", 226 "description": "Part of `name`. The name of the operation collection.",
312 "location": "path", 227 "location": "path",
313 "required": true, 228 "required": true,
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "methods": { 293 "methods": {
379 "list": { 294 "list": {
380 "description": "Lists all the services in the applic ation.", 295 "description": "Lists all the services in the applic ation.",
381 "httpMethod": "GET", 296 "httpMethod": "GET",
382 "id": "appengine.apps.services.list", 297 "id": "appengine.apps.services.list",
383 "parameterOrder": [ 298 "parameterOrder": [
384 "appsId" 299 "appsId"
385 ], 300 ],
386 "parameters": { 301 "parameters": {
387 "appsId": { 302 "appsId": {
388 "description": "Part of `parent`. Name of th e parent Application resource. Example: `apps/myapp`.", 303 "description": "Part of `parent`. Name of th e parent Application resource. Example: apps/myapp.",
389 "location": "path", 304 "location": "path",
390 "required": true, 305 "required": true,
391 "type": "string" 306 "type": "string"
392 }, 307 },
393 "pageSize": { 308 "pageSize": {
394 "description": "Maximum results to return pe r page.", 309 "description": "Maximum results to return pe r page.",
395 "format": "int32", 310 "format": "int32",
396 "location": "query", 311 "location": "query",
397 "type": "integer" 312 "type": "integer"
398 }, 313 },
(...skipping 16 matching lines...) Expand all
415 "get": { 330 "get": {
416 "description": "Gets the current configuration of th e specified service.", 331 "description": "Gets the current configuration of th e specified service.",
417 "httpMethod": "GET", 332 "httpMethod": "GET",
418 "id": "appengine.apps.services.get", 333 "id": "appengine.apps.services.get",
419 "parameterOrder": [ 334 "parameterOrder": [
420 "appsId", 335 "appsId",
421 "servicesId" 336 "servicesId"
422 ], 337 ],
423 "parameters": { 338 "parameters": {
424 "appsId": { 339 "appsId": {
425 "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default`.", 340 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
426 "location": "path", 341 "location": "path",
427 "required": true, 342 "required": true,
428 "type": "string" 343 "type": "string"
429 }, 344 },
430 "servicesId": { 345 "servicesId": {
431 "description": "Part of `name`. See document ation of `appsId`.", 346 "description": "Part of `name`. See document ation of `appsId`.",
432 "location": "path", 347 "location": "path",
433 "required": true, 348 "required": true,
434 "type": "string" 349 "type": "string"
435 } 350 }
(...skipping 11 matching lines...) Expand all
447 "patch": { 362 "patch": {
448 "description": "Updates the configuration of the spe cified service.", 363 "description": "Updates the configuration of the spe cified service.",
449 "httpMethod": "PATCH", 364 "httpMethod": "PATCH",
450 "id": "appengine.apps.services.patch", 365 "id": "appengine.apps.services.patch",
451 "parameterOrder": [ 366 "parameterOrder": [
452 "appsId", 367 "appsId",
453 "servicesId" 368 "servicesId"
454 ], 369 ],
455 "parameters": { 370 "parameters": {
456 "appsId": { 371 "appsId": {
457 "description": "Part of `name`. Name of the resource to update. Example: `apps/myapp/services/default`.", 372 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.",
458 "location": "path", 373 "location": "path",
459 "required": true, 374 "required": true,
460 "type": "string" 375 "type": "string"
461 }, 376 },
462 "servicesId": { 377 "servicesId": {
463 "description": "Part of `name`. See document ation of `appsId`.", 378 "description": "Part of `name`. See document ation of `appsId`.",
464 "location": "path", 379 "location": "path",
465 "required": true, 380 "required": true,
466 "type": "string" 381 "type": "string"
467 }, 382 },
468 "updateMask": { 383 "updateMask": {
469 "description": "Standard field mask for the set of fields to be updated.", 384 "description": "Standard field mask for the set of fields to be updated.",
470 "location": "query", 385 "location": "query",
471 "type": "string" 386 "type": "string"
472 }, 387 },
473 "migrateTraffic": { 388 "migrateTraffic": {
474 "description": "Set to `true` to gradually s hift traffic from one version to another single version. By default, traffic is shifted immediately. For gradual traffic migration, the target version must be l ocated within instances that are configured for both [warmup requests](https://c loud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.version s#inboundservicetype) 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/r eference/rest/v1/apps.services#shardby) field in the Service resource. Gradual t raffic migration is not supported in the App Engine flexible environment. For ex amples, see [Migrating and Splitting Traffic](https://cloud.google.com/appengine /docs/admin-api/migrating-splitting-traffic).", 389 "description": "Set to true to gradually shi ft traffic from one version to another single version. By default, traffic is sh ifted immediately. For gradual traffic migration, the target version must be loc ated within instances that are configured for both warmup requests (https://clou d.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#i nboundservicetype) and automatic scaling (https://cloud.google.com/appengine/doc s/admin-api/reference/rest/v1/apps.services.versions#automaticscaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/referenc e/rest/v1/apps.services#shardby) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/ad min-api/migrating-splitting-traffic).",
475 "location": "query", 390 "location": "query",
476 "type": "boolean" 391 "type": "boolean"
477 } 392 }
478 }, 393 },
479 "path": "v1/apps/{appsId}/services/{servicesId}", 394 "path": "v1/apps/{appsId}/services/{servicesId}",
480 "request": { 395 "request": {
481 "$ref": "Service" 396 "$ref": "Service"
482 }, 397 },
483 "response": { 398 "response": {
484 "$ref": "Operation" 399 "$ref": "Operation"
485 }, 400 },
486 "scopes": [ 401 "scopes": [
487 "https://www.googleapis.com/auth/cloud-platform" 402 "https://www.googleapis.com/auth/cloud-platform"
488 ] 403 ]
489 }, 404 },
490 "delete": { 405 "delete": {
491 "description": "Deletes the specified service and al l enclosed versions.", 406 "description": "Deletes the specified service and al l enclosed versions.",
492 "httpMethod": "DELETE", 407 "httpMethod": "DELETE",
493 "id": "appengine.apps.services.delete", 408 "id": "appengine.apps.services.delete",
494 "parameterOrder": [ 409 "parameterOrder": [
495 "appsId", 410 "appsId",
496 "servicesId" 411 "servicesId"
497 ], 412 ],
498 "parameters": { 413 "parameters": {
499 "appsId": { 414 "appsId": {
500 "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default`.", 415 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
501 "location": "path", 416 "location": "path",
502 "required": true, 417 "required": true,
503 "type": "string" 418 "type": "string"
504 }, 419 },
505 "servicesId": { 420 "servicesId": {
506 "description": "Part of `name`. See document ation of `appsId`.", 421 "description": "Part of `name`. See document ation of `appsId`.",
507 "location": "path", 422 "location": "path",
508 "required": true, 423 "required": true,
509 "type": "string" 424 "type": "string"
510 } 425 }
(...skipping 13 matching lines...) Expand all
524 "list": { 439 "list": {
525 "description": "Lists the versions of a serv ice.", 440 "description": "Lists the versions of a serv ice.",
526 "httpMethod": "GET", 441 "httpMethod": "GET",
527 "id": "appengine.apps.services.versions.list ", 442 "id": "appengine.apps.services.versions.list ",
528 "parameterOrder": [ 443 "parameterOrder": [
529 "appsId", 444 "appsId",
530 "servicesId" 445 "servicesId"
531 ], 446 ],
532 "parameters": { 447 "parameters": {
533 "appsId": { 448 "appsId": {
534 "description": "Part of `parent`. Na me of the parent Service resource. Example: `apps/myapp/services/default`.", 449 "description": "Part of `parent`. Na me of the parent Service resource. Example: apps/myapp/services/default.",
535 "location": "path", 450 "location": "path",
536 "required": true, 451 "required": true,
537 "type": "string" 452 "type": "string"
538 }, 453 },
539 "servicesId": { 454 "servicesId": {
540 "description": "Part of `parent`. Se e documentation of `appsId`.", 455 "description": "Part of `parent`. Se e documentation of `appsId`.",
541 "location": "path", 456 "location": "path",
542 "required": true, 457 "required": true,
543 "type": "string" 458 "type": "string"
544 }, 459 },
545 "view": { 460 "view": {
546 "description": "Controls the set of fields returned in the `List` response.", 461 "description": "Controls the set of fields returned in the List response.",
547 "enum": [ 462 "enum": [
548 "BASIC", 463 "BASIC",
549 "FULL" 464 "FULL"
550 ], 465 ],
551 "location": "query", 466 "location": "query",
552 "type": "string" 467 "type": "string"
553 }, 468 },
554 "pageSize": { 469 "pageSize": {
555 "description": "Maximum results to r eturn per page.", 470 "description": "Maximum results to r eturn per page.",
556 "format": "int32", 471 "format": "int32",
(...skipping 10 matching lines...) Expand all
567 "response": { 482 "response": {
568 "$ref": "ListVersionsResponse" 483 "$ref": "ListVersionsResponse"
569 }, 484 },
570 "scopes": [ 485 "scopes": [
571 "https://www.googleapis.com/auth/appengi ne.admin", 486 "https://www.googleapis.com/auth/appengi ne.admin",
572 "https://www.googleapis.com/auth/cloud-p latform", 487 "https://www.googleapis.com/auth/cloud-p latform",
573 "https://www.googleapis.com/auth/cloud-p latform.read-only" 488 "https://www.googleapis.com/auth/cloud-p latform.read-only"
574 ] 489 ]
575 }, 490 },
576 "get": { 491 "get": {
577 "description": "Gets the specified Version r esource. By default, only a `BASIC_VIEW` will be returned. Specify the `FULL_VIE W` parameter to get the full resource.", 492 "description": "Gets the specified Version r esource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW p arameter to get the full resource.",
578 "httpMethod": "GET", 493 "httpMethod": "GET",
579 "id": "appengine.apps.services.versions.get" , 494 "id": "appengine.apps.services.versions.get" ,
580 "parameterOrder": [ 495 "parameterOrder": [
581 "appsId", 496 "appsId",
582 "servicesId", 497 "servicesId",
583 "versionsId" 498 "versionsId"
584 ], 499 ],
585 "parameters": { 500 "parameters": {
586 "appsId": { 501 "appsId": {
587 "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1`." , 502 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
588 "location": "path", 503 "location": "path",
589 "required": true, 504 "required": true,
590 "type": "string" 505 "type": "string"
591 }, 506 },
592 "servicesId": { 507 "servicesId": {
593 "description": "Part of `name`. See documentation of `appsId`.", 508 "description": "Part of `name`. See documentation of `appsId`.",
594 "location": "path", 509 "location": "path",
595 "required": true, 510 "required": true,
596 "type": "string" 511 "type": "string"
597 }, 512 },
598 "versionsId": { 513 "versionsId": {
599 "description": "Part of `name`. See documentation of `appsId`.", 514 "description": "Part of `name`. See documentation of `appsId`.",
600 "location": "path", 515 "location": "path",
601 "required": true, 516 "required": true,
602 "type": "string" 517 "type": "string"
603 }, 518 },
604 "view": { 519 "view": {
605 "description": "Controls the set of fields returned in the `Get` response.", 520 "description": "Controls the set of fields returned in the Get response.",
606 "enum": [ 521 "enum": [
607 "BASIC", 522 "BASIC",
608 "FULL" 523 "FULL"
609 ], 524 ],
610 "location": "query", 525 "location": "query",
611 "type": "string" 526 "type": "string"
612 } 527 }
613 }, 528 },
614 "path": "v1/apps/{appsId}/services/{services Id}/versions/{versionsId}", 529 "path": "v1/apps/{appsId}/services/{services Id}/versions/{versionsId}",
615 "response": { 530 "response": {
616 "$ref": "Version" 531 "$ref": "Version"
617 }, 532 },
618 "scopes": [ 533 "scopes": [
619 "https://www.googleapis.com/auth/appengi ne.admin", 534 "https://www.googleapis.com/auth/appengi ne.admin",
620 "https://www.googleapis.com/auth/cloud-p latform", 535 "https://www.googleapis.com/auth/cloud-p latform",
621 "https://www.googleapis.com/auth/cloud-p latform.read-only" 536 "https://www.googleapis.com/auth/cloud-p latform.read-only"
622 ] 537 ]
623 }, 538 },
624 "create": { 539 "create": {
625 "description": "Deploys code and resource fi les to a new version.", 540 "description": "Deploys code and resource fi les to a new version.",
626 "httpMethod": "POST", 541 "httpMethod": "POST",
627 "id": "appengine.apps.services.versions.crea te", 542 "id": "appengine.apps.services.versions.crea te",
628 "parameterOrder": [ 543 "parameterOrder": [
629 "appsId", 544 "appsId",
630 "servicesId" 545 "servicesId"
631 ], 546 ],
632 "parameters": { 547 "parameters": {
633 "appsId": { 548 "appsId": {
634 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: `apps/myapp/ser vices/default`.", 549 "description": "Part of `parent`. Na me of the parent resource to create this version under. Example: apps/myapp/serv ices/default.",
635 "location": "path", 550 "location": "path",
636 "required": true, 551 "required": true,
637 "type": "string" 552 "type": "string"
638 }, 553 },
639 "servicesId": { 554 "servicesId": {
640 "description": "Part of `parent`. Se e documentation of `appsId`.", 555 "description": "Part of `parent`. Se e documentation of `appsId`.",
641 "location": "path", 556 "location": "path",
642 "required": true, 557 "required": true,
643 "type": "string" 558 "type": "string"
644 } 559 }
645 }, 560 },
646 "path": "v1/apps/{appsId}/services/{services Id}/versions", 561 "path": "v1/apps/{appsId}/services/{services Id}/versions",
647 "request": { 562 "request": {
648 "$ref": "Version" 563 "$ref": "Version"
649 }, 564 },
650 "response": { 565 "response": {
651 "$ref": "Operation" 566 "$ref": "Operation"
652 }, 567 },
653 "scopes": [ 568 "scopes": [
654 "https://www.googleapis.com/auth/cloud-p latform" 569 "https://www.googleapis.com/auth/cloud-p latform"
655 ] 570 ]
656 }, 571 },
657 "patch": { 572 "patch": {
658 "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: * [`serving_status` ](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.servi ces.versions#Version.FIELDS.serving_status): For Version resources that use basi c scaling, manual scaling, or run in the App Engine flexible environment. * [`in stance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/ v1/apps.services.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment. * [`automatic_scaling.min_idle_ instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/ apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment. * [`a utomatic_scaling.max_idle_instances`](https://cloud.google.com/appengine/docs/ad min-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scalin g): For Version resources that use automatic scaling and run in the App Engine s tandard environment.", 573 "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: serving_status (htt ps://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.v ersions#Version.FIELDS.serving_status): For Version resources that use basic sca ling, manual scaling, or run in the App Engine flexible environment. instance_cl ass (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.se rvices.versions#Version.FIELDS.instance_class): For Version resources that run i n the App Engine standard environment. automatic_scaling.min_idle_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 automa tic scaling and run in the App Engine standard environment. automatic_scaling.ma x_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/re st/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version reso urces that use automatic scaling and run in the App Engine standard environment. ",
659 "httpMethod": "PATCH", 574 "httpMethod": "PATCH",
660 "id": "appengine.apps.services.versions.patc h", 575 "id": "appengine.apps.services.versions.patc h",
661 "parameterOrder": [ 576 "parameterOrder": [
662 "appsId", 577 "appsId",
663 "servicesId", 578 "servicesId",
664 "versionsId" 579 "versionsId"
665 ], 580 ],
666 "parameters": { 581 "parameters": {
667 "appsId": { 582 "appsId": {
668 "description": "Part of `name`. Name of the resource to update. Example: `apps/myapp/services/default/versions/1`.", 583 "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.",
669 "location": "path", 584 "location": "path",
670 "required": true, 585 "required": true,
671 "type": "string" 586 "type": "string"
672 }, 587 },
673 "servicesId": { 588 "servicesId": {
674 "description": "Part of `name`. See documentation of `appsId`.", 589 "description": "Part of `name`. See documentation of `appsId`.",
675 "location": "path", 590 "location": "path",
676 "required": true, 591 "required": true,
677 "type": "string" 592 "type": "string"
678 }, 593 },
(...skipping 24 matching lines...) Expand all
703 "description": "Deletes an existing Version resource.", 618 "description": "Deletes an existing Version resource.",
704 "httpMethod": "DELETE", 619 "httpMethod": "DELETE",
705 "id": "appengine.apps.services.versions.dele te", 620 "id": "appengine.apps.services.versions.dele te",
706 "parameterOrder": [ 621 "parameterOrder": [
707 "appsId", 622 "appsId",
708 "servicesId", 623 "servicesId",
709 "versionsId" 624 "versionsId"
710 ], 625 ],
711 "parameters": { 626 "parameters": {
712 "appsId": { 627 "appsId": {
713 "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1`." , 628 "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
714 "location": "path", 629 "location": "path",
715 "required": true, 630 "required": true,
716 "type": "string" 631 "type": "string"
717 }, 632 },
718 "servicesId": { 633 "servicesId": {
719 "description": "Part of `name`. See documentation of `appsId`.", 634 "description": "Part of `name`. See documentation of `appsId`.",
720 "location": "path", 635 "location": "path",
721 "required": true, 636 "required": true,
722 "type": "string" 637 "type": "string"
723 }, 638 },
(...skipping 20 matching lines...) Expand all
744 "description": "Lists the instances of a version.", 659 "description": "Lists the instances of a version.",
745 "httpMethod": "GET", 660 "httpMethod": "GET",
746 "id": "appengine.apps.services.versi ons.instances.list", 661 "id": "appengine.apps.services.versi ons.instances.list",
747 "parameterOrder": [ 662 "parameterOrder": [
748 "appsId", 663 "appsId",
749 "servicesId", 664 "servicesId",
750 "versionsId" 665 "versionsId"
751 ], 666 ],
752 "parameters": { 667 "parameters": {
753 "appsId": { 668 "appsId": {
754 "description": "Part of `par ent`. Name of the parent Version resource. Example: `apps/myapp/services/default /versions/v1`.", 669 "description": "Part of `par ent`. Name of the parent Version resource. Example: apps/myapp/services/default/ versions/v1.",
755 "location": "path", 670 "location": "path",
756 "required": true, 671 "required": true,
757 "type": "string" 672 "type": "string"
758 }, 673 },
759 "servicesId": { 674 "servicesId": {
760 "description": "Part of `par ent`. See documentation of `appsId`.", 675 "description": "Part of `par ent`. See documentation of `appsId`.",
761 "location": "path", 676 "location": "path",
762 "required": true, 677 "required": true,
763 "type": "string" 678 "type": "string"
764 }, 679 },
(...skipping 30 matching lines...) Expand all
795 "httpMethod": "GET", 710 "httpMethod": "GET",
796 "id": "appengine.apps.services.versi ons.instances.get", 711 "id": "appengine.apps.services.versi ons.instances.get",
797 "parameterOrder": [ 712 "parameterOrder": [
798 "appsId", 713 "appsId",
799 "servicesId", 714 "servicesId",
800 "versionsId", 715 "versionsId",
801 "instancesId" 716 "instancesId"
802 ], 717 ],
803 "parameters": { 718 "parameters": {
804 "appsId": { 719 "appsId": {
805 "description": "Part of `nam e`. Name of the resource requested. Example: `apps/myapp/services/default/versio ns/v1/instances/instance-1`.", 720 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
806 "location": "path", 721 "location": "path",
807 "required": true, 722 "required": true,
808 "type": "string" 723 "type": "string"
809 }, 724 },
810 "servicesId": { 725 "servicesId": {
811 "description": "Part of `nam e`. See documentation of `appsId`.", 726 "description": "Part of `nam e`. See documentation of `appsId`.",
812 "location": "path", 727 "location": "path",
813 "required": true, 728 "required": true,
814 "type": "string" 729 "type": "string"
815 }, 730 },
(...skipping 25 matching lines...) Expand all
841 "httpMethod": "DELETE", 756 "httpMethod": "DELETE",
842 "id": "appengine.apps.services.versi ons.instances.delete", 757 "id": "appengine.apps.services.versi ons.instances.delete",
843 "parameterOrder": [ 758 "parameterOrder": [
844 "appsId", 759 "appsId",
845 "servicesId", 760 "servicesId",
846 "versionsId", 761 "versionsId",
847 "instancesId" 762 "instancesId"
848 ], 763 ],
849 "parameters": { 764 "parameters": {
850 "appsId": { 765 "appsId": {
851 "description": "Part of `nam e`. Name of the resource requested. Example: `apps/myapp/services/default/versio ns/v1/instances/instance-1`.", 766 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
852 "location": "path", 767 "location": "path",
853 "required": true, 768 "required": true,
854 "type": "string" 769 "type": "string"
855 }, 770 },
856 "servicesId": { 771 "servicesId": {
857 "description": "Part of `nam e`. See documentation of `appsId`.", 772 "description": "Part of `nam e`. See documentation of `appsId`.",
858 "location": "path", 773 "location": "path",
859 "required": true, 774 "required": true,
860 "type": "string" 775 "type": "string"
861 }, 776 },
(...skipping 12 matching lines...) Expand all
874 }, 789 },
875 "path": "v1/apps/{appsId}/services/{ servicesId}/versions/{versionsId}/instances/{instancesId}", 790 "path": "v1/apps/{appsId}/services/{ servicesId}/versions/{versionsId}/instances/{instancesId}",
876 "response": { 791 "response": {
877 "$ref": "Operation" 792 "$ref": "Operation"
878 }, 793 },
879 "scopes": [ 794 "scopes": [
880 "https://www.googleapis.com/auth /cloud-platform" 795 "https://www.googleapis.com/auth /cloud-platform"
881 ] 796 ]
882 }, 797 },
883 "debug": { 798 "debug": {
884 "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 environmen t.", 799 "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 .",
885 "httpMethod": "POST", 800 "httpMethod": "POST",
886 "id": "appengine.apps.services.versi ons.instances.debug", 801 "id": "appengine.apps.services.versi ons.instances.debug",
887 "parameterOrder": [ 802 "parameterOrder": [
888 "appsId", 803 "appsId",
889 "servicesId", 804 "servicesId",
890 "versionsId", 805 "versionsId",
891 "instancesId" 806 "instancesId"
892 ], 807 ],
893 "parameters": { 808 "parameters": {
894 "appsId": { 809 "appsId": {
895 "description": "Part of `nam e`. Name of the resource requested. Example: `apps/myapp/services/default/versio ns/v1/instances/instance-1`.", 810 "description": "Part of `nam e`. Name of the resource requested. Example: apps/myapp/services/default/version s/v1/instances/instance-1.",
896 "location": "path", 811 "location": "path",
897 "required": true, 812 "required": true,
898 "type": "string" 813 "type": "string"
899 }, 814 },
900 "servicesId": { 815 "servicesId": {
901 "description": "Part of `nam e`. See documentation of `appsId`.", 816 "description": "Part of `nam e`. See documentation of `appsId`.",
902 "location": "path", 817 "location": "path",
903 "required": true, 818 "required": true,
904 "type": "string" 819 "type": "string"
905 }, 820 },
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "https://www.googleapis.com/auth/appengine.admin ", 921 "https://www.googleapis.com/auth/appengine.admin ",
1007 "https://www.googleapis.com/auth/cloud-platform" , 922 "https://www.googleapis.com/auth/cloud-platform" ,
1008 "https://www.googleapis.com/auth/cloud-platform. read-only" 923 "https://www.googleapis.com/auth/cloud-platform. read-only"
1009 ] 924 ]
1010 } 925 }
1011 } 926 }
1012 } 927 }
1013 } 928 }
1014 } 929 }
1015 }, 930 },
1016 "revision": "20161101", 931 "revision": "20161208",
1017 "rootUrl": "https://appengine.googleapis.com/", 932 "rootUrl": "https://appengine.googleapis.com/",
1018 "schemas": { 933 "schemas": {
1019 "ListOperationsResponse": { 934 "ListOperationsResponse": {
1020 "description": "The response message for Operations.ListOperations." , 935 "description": "The response message for Operations.ListOperations." ,
1021 "id": "ListOperationsResponse", 936 "id": "ListOperationsResponse",
1022 "properties": { 937 "properties": {
1023 "operations": { 938 "operations": {
1024 "description": "A list of operations that matches the specif ied filter in the request.", 939 "description": "A list of operations that matches the specif ied filter in the request.",
1025 "items": { 940 "items": {
1026 "$ref": "Operation" 941 "$ref": "Operation"
1027 }, 942 },
1028 "type": "array" 943 "type": "array"
1029 }, 944 },
1030 "nextPageToken": { 945 "nextPageToken": {
1031 "description": "The standard List next-page token.", 946 "description": "The standard List next-page token.",
1032 "type": "string" 947 "type": "string"
1033 } 948 }
1034 }, 949 },
1035 "type": "object" 950 "type": "object"
1036 }, 951 },
1037 "Operation": { 952 "Operation": {
1038 "description": "This resource represents a long-running operation th at is the result of a network API call.", 953 "description": "This resource represents a long-running operation th at is the result of a network API call.",
1039 "id": "Operation", 954 "id": "Operation",
1040 "properties": { 955 "properties": {
1041 "name": { 956 "name": {
1042 "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`." , 957 "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.",
1043 "type": "string" 958 "type": "string"
1044 }, 959 },
1045 "metadata": { 960 "metadata": {
1046 "additionalProperties": { 961 "additionalProperties": {
1047 "description": "Properties of the object. Contains field @type with type URL.", 962 "description": "Properties of the object. Contains field @type with type URL.",
1048 "type": "any" 963 "type": "any"
1049 }, 964 },
1050 "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.", 965 "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.",
1051 "type": "object" 966 "type": "object"
1052 }, 967 },
1053 "done": { 968 "done": {
1054 "description": "If the value is `false`, it means the operat ion is still in progress. If true, the operation is completed, and either `error ` or `response` is available.", 969 "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.",
1055 "type": "boolean" 970 "type": "boolean"
1056 }, 971 },
1057 "error": { 972 "error": {
1058 "$ref": "Status", 973 "$ref": "Status",
1059 "description": "The error result of the operation in case of failure or cancellation." 974 "description": "The error result of the operation in case of failure or cancellation."
1060 }, 975 },
1061 "response": { 976 "response": {
1062 "additionalProperties": { 977 "additionalProperties": {
1063 "description": "Properties of the object. Contains field @type with type URL.", 978 "description": "Properties of the object. Contains field @type with type URL.",
1064 "type": "any" 979 "type": "any"
1065 }, 980 },
1066 "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 `G et`/`Create`/`Update`, the response should be the resource. For other methods, t he response should have the type `XxxResponse`, where `Xxx` is the original meth od name. For example, if the original method name is `TakeSnapshot()`, the infer red response type is `TakeSnapshotResponse`.", 981 "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.",
1067 "type": "object" 982 "type": "object"
1068 } 983 }
1069 }, 984 },
1070 "type": "object" 985 "type": "object"
1071 }, 986 },
1072 "Status": { 987 "Status": {
1073 "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). The error model is designe d to be: - Simple to use and understand for most users - Flexible enough to meet unexpected needs # Overview The `Status` message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. Th e error message should be a developer-facing English message that helps develope rs *understand* and *resolve* the error. If a localized user-facing error messag e is needed, put the localized message in the error details or localize it in th e client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package `google.r pc` which can be used for common error conditions. # Language mapping The `Statu s` message is the logical representation of the error model, but it is not neces sarily the actual wire format. When the `Status` message is exposed in different client libraries and different wire protocols, it can be mapped differently. Fo r example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C. # Other uses The error model and the `Status` m essage can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Exampl e uses of this error model include: - Partial errors. If a service needs to retu rn partial errors to the client, it may embed the `Status` in the normal respons e to indicate the partial errors. - Workflow errors. A typical workflow has mult iple steps. Each step may have a `Status` message for error reporting purpose. - Batch operations. If a client uses batch request and batch response, the `Statu s` message should be used directly inside batch response, one for each error sub -response. - Asynchronous operations. If an API call embeds asynchronous operati on results in its response, the status of those operations should be represented directly using the `Status` message. - Logging. If some API errors are stored i n logs, the message `Status` could be used directly after any stripping needed f or security/privacy reasons.", 988 "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: Simple to use and understand for most users Flexible enough to meet unexpe cted needsOverviewThe Status message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of goog le.rpc.Code, but it may accept additional error codes if needed. The error messa ge should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The opt ional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc which can be us ed for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire fo rmat. When the Status message is exposed in different client libraries and diffe rent wire protocols, it can be mapped differently. For example, it will likely b e 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 o f environments, either with or without APIs, to provide a consistent developer e xperience across different environments.Example uses of this error model include : Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Work flow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting purpose. Batch operations. If a client uses batch re quest and batch response, the Status message should be used directly inside batc h response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly af ter any stripping needed for security/privacy reasons.",
1074 "id": "Status", 989 "id": "Status",
1075 "properties": { 990 "properties": {
1076 "code": { 991 "code": {
1077 "description": "The status code, which should be an enum val ue of google.rpc.Code.", 992 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
1078 "format": "int32", 993 "format": "int32",
1079 "type": "integer" 994 "type": "integer"
1080 }, 995 },
1081 "message": { 996 "message": {
1082 "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.", 997 "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.",
1083 "type": "string" 998 "type": "string"
(...skipping 10 matching lines...) Expand all
1094 "type": "array" 1009 "type": "array"
1095 } 1010 }
1096 }, 1011 },
1097 "type": "object" 1012 "type": "object"
1098 }, 1013 },
1099 "Application": { 1014 "Application": {
1100 "description": "An Application resource contains the top-level confi guration of an App Engine application.", 1015 "description": "An Application resource contains the top-level confi guration of an App Engine application.",
1101 "id": "Application", 1016 "id": "Application",
1102 "properties": { 1017 "properties": {
1103 "name": { 1018 "name": {
1104 "description": "Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly", 1019 "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1105 "type": "string" 1020 "type": "string"
1106 }, 1021 },
1107 "id": { 1022 "id": {
1108 "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`.", 1023 "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.",
1109 "type": "string" 1024 "type": "string"
1110 }, 1025 },
1111 "dispatchRules": { 1026 "dispatchRules": {
1112 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent. @OutputOnly", 1027 "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order -dependent.@OutputOnly",
1113 "items": { 1028 "items": {
1114 "$ref": "UrlDispatchRule" 1029 "$ref": "UrlDispatchRule"
1115 }, 1030 },
1116 "type": "array" 1031 "type": "array"
1117 }, 1032 },
1118 "authDomain": { 1033 "authDomain": {
1119 "description": "Google Apps authentication domain that contr ols which users can access this application. Defaults to open access for any Goo gle Account.", 1034 "description": "Google Apps authentication domain that contr ols which users can access this application.Defaults to open access for any Goog le Account.",
1120 "type": "string" 1035 "type": "string"
1121 }, 1036 },
1122 "locationId": { 1037 "locationId": {
1123 "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. Defaul ts to `us-central`. Options are: `us-central` - Central US `europe-west` - Weste rn Europe `us-east1` - Eastern US", 1038 "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",
1124 "type": "string" 1039 "type": "string"
1125 }, 1040 },
1126 "codeBucket": { 1041 "codeBucket": {
1127 "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. @OutputOn ly", 1042 "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",
1128 "type": "string" 1043 "type": "string"
1129 }, 1044 },
1130 "defaultCookieExpiration": { 1045 "defaultCookieExpiration": {
1131 "description": "Cookie expiration policy for this applicatio n. @OutputOnly", 1046 "description": "Cookie expiration policy for this applicatio n.",
1132 "type": "string" 1047 "type": "string"
1133 }, 1048 },
1134 "defaultHostname": { 1049 "defaultHostname": {
1135 "description": "Hostname used to reach this application, as resolved by App Engine. @OutputOnly", 1050 "description": "Hostname used to reach this application, as resolved by App Engine.@OutputOnly",
1136 "type": "string" 1051 "type": "string"
1137 }, 1052 },
1138 "defaultBucket": { 1053 "defaultBucket": {
1139 "description": "Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly", 1054 "description": "Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly",
1140 "type": "string" 1055 "type": "string"
1141 } 1056 }
1142 }, 1057 },
1143 "type": "object" 1058 "type": "object"
1144 }, 1059 },
1145 "UrlDispatchRule": { 1060 "UrlDispatchRule": {
1146 "description": "Rules to match an HTTP request and dispatch that req uest to a service.", 1061 "description": "Rules to match an HTTP request and dispatch that req uest to a service.",
1147 "id": "UrlDispatchRule", 1062 "id": "UrlDispatchRule",
1148 "properties": { 1063 "properties": {
1149 "domain": { 1064 "domain": {
1150 "description": "Domain name to match against. The wildcard \ "`*`\" is supported if specified before a period: \"`*.`\". Defaults to matching all domains: \"`*`\".", 1065 "description": "Domain name to match against. The wildcard \ "*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
1151 "type": "string" 1066 "type": "string"
1152 }, 1067 },
1153 "path": { 1068 "path": {
1154 "description": "Pathname within the host. Must start with a \"`/`\". A single \"`*`\" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters.", 1069 "description": "Pathname within the host. Must start with a \"/\". A single \"*\" can be included at the end of the path. The sum of the len gths of the domain and path may not exceed 100 characters.",
1155 "type": "string" 1070 "type": "string"
1156 }, 1071 },
1157 "service": { 1072 "service": {
1158 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: `default`.", 1073 "description": "Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.",
1159 "type": "string" 1074 "type": "string"
1160 } 1075 }
1161 }, 1076 },
1162 "type": "object" 1077 "type": "object"
1163 }, 1078 },
1164 "RepairApplicationRequest": { 1079 "RepairApplicationRequest": {
1165 "description": "Request message for 'Applications.RepairApplication' .", 1080 "description": "Request message for 'Applications.RepairApplication' .",
1166 "id": "RepairApplicationRequest", 1081 "id": "RepairApplicationRequest",
1167 "type": "object" 1082 "type": "object"
1168 }, 1083 },
1169 "ListServicesResponse": { 1084 "ListServicesResponse": {
1170 "description": "Response message for `Services.ListServices`.", 1085 "description": "Response message for Services.ListServices.",
1171 "id": "ListServicesResponse", 1086 "id": "ListServicesResponse",
1172 "properties": { 1087 "properties": {
1173 "services": { 1088 "services": {
1174 "description": "The services belonging to the requested appl ication.", 1089 "description": "The services belonging to the requested appl ication.",
1175 "items": { 1090 "items": {
1176 "$ref": "Service" 1091 "$ref": "Service"
1177 }, 1092 },
1178 "type": "array" 1093 "type": "array"
1179 }, 1094 },
1180 "nextPageToken": { 1095 "nextPageToken": {
1181 "description": "Continuation token for fetching the next pag e of results.", 1096 "description": "Continuation token for fetching the next pag e of results.",
1182 "type": "string" 1097 "type": "string"
1183 } 1098 }
1184 }, 1099 },
1185 "type": "object" 1100 "type": "object"
1186 }, 1101 },
1187 "Service": { 1102 "Service": {
1188 "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.", 1103 "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.",
1189 "id": "Service", 1104 "id": "Service",
1190 "properties": { 1105 "properties": {
1191 "name": { 1106 "name": {
1192 "description": "Full path to the Service resource in the API . Example: `apps/myapp/services/default`. @OutputOnly", 1107 "description": "Full path to the Service resource in the API . Example: apps/myapp/services/default.@OutputOnly",
1193 "type": "string" 1108 "type": "string"
1194 }, 1109 },
1195 "id": { 1110 "id": {
1196 "description": "Relative name of the service within the appl ication. Example: `default`. @OutputOnly", 1111 "description": "Relative name of the service within the appl ication. Example: default.@OutputOnly",
1197 "type": "string" 1112 "type": "string"
1198 }, 1113 },
1199 "split": { 1114 "split": {
1200 "$ref": "TrafficSplit", 1115 "$ref": "TrafficSplit",
1201 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service." 1116 "description": "Mapping that defines fractional HTTP traffic diversion to different versions within the service."
1202 } 1117 }
1203 }, 1118 },
1204 "type": "object" 1119 "type": "object"
1205 }, 1120 },
1206 "TrafficSplit": { 1121 "TrafficSplit": {
(...skipping 14 matching lines...) Expand all
1221 "format": "double", 1136 "format": "double",
1222 "type": "number" 1137 "type": "number"
1223 }, 1138 },
1224 "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.", 1139 "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.",
1225 "type": "object" 1140 "type": "object"
1226 } 1141 }
1227 }, 1142 },
1228 "type": "object" 1143 "type": "object"
1229 }, 1144 },
1230 "ListVersionsResponse": { 1145 "ListVersionsResponse": {
1231 "description": "Response message for `Versions.ListVersions`.", 1146 "description": "Response message for Versions.ListVersions.",
1232 "id": "ListVersionsResponse", 1147 "id": "ListVersionsResponse",
1233 "properties": { 1148 "properties": {
1234 "versions": { 1149 "versions": {
1235 "description": "The versions belonging to the requested serv ice.", 1150 "description": "The versions belonging to the requested serv ice.",
1236 "items": { 1151 "items": {
1237 "$ref": "Version" 1152 "$ref": "Version"
1238 }, 1153 },
1239 "type": "array" 1154 "type": "array"
1240 }, 1155 },
1241 "nextPageToken": { 1156 "nextPageToken": {
1242 "description": "Continuation token for fetching the next pag e of results.", 1157 "description": "Continuation token for fetching the next pag e of results.",
1243 "type": "string" 1158 "type": "string"
1244 } 1159 }
1245 }, 1160 },
1246 "type": "object" 1161 "type": "object"
1247 }, 1162 },
1248 "Version": { 1163 "Version": {
1249 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.", 1164 "description": "A Version resource is a specific set of source code and configuration files that are deployed into a service.",
1250 "id": "Version", 1165 "id": "Version",
1251 "properties": { 1166 "properties": {
1252 "name": { 1167 "name": {
1253 "description": "Full path to the Version resource in the API . Example: `apps/myapp/services/default/versions/v1`. @OutputOnly", 1168 "description": "Full path to the Version resource in the API . Example: apps/myapp/services/default/versions/v1.@OutputOnly",
1254 "type": "string" 1169 "type": "string"
1255 }, 1170 },
1256 "id": { 1171 "id": {
1257 "description": "Relative name of the version within the serv ice. Example: `v1`. Version names can contain only lowercase letters, numbers, o r hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\".", 1172 "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-\".",
1258 "type": "string" 1173 "type": "string"
1259 }, 1174 },
1260 "automaticScaling": { 1175 "automaticScaling": {
1261 "$ref": "AutomaticScaling", 1176 "$ref": "AutomaticScaling",
1262 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics." 1177 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics."
1263 }, 1178 },
1264 "basicScaling": { 1179 "basicScaling": {
1265 "$ref": "BasicScaling", 1180 "$ref": "BasicScaling",
1266 "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." 1181 "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."
1267 }, 1182 },
(...skipping 24 matching lines...) Expand all
1292 "INBOUND_SERVICE_XMPP_SUBSCRIBE", 1207 "INBOUND_SERVICE_XMPP_SUBSCRIBE",
1293 "INBOUND_SERVICE_XMPP_PRESENCE", 1208 "INBOUND_SERVICE_XMPP_PRESENCE",
1294 "INBOUND_SERVICE_CHANNEL_PRESENCE", 1209 "INBOUND_SERVICE_CHANNEL_PRESENCE",
1295 "INBOUND_SERVICE_WARMUP" 1210 "INBOUND_SERVICE_WARMUP"
1296 ], 1211 ],
1297 "type": "string" 1212 "type": "string"
1298 }, 1213 },
1299 "type": "array" 1214 "type": "array"
1300 }, 1215 },
1301 "instanceClass": { 1216 "instanceClass": {
1302 "description": "Instance class that is used to run this vers ion. Valid values are: * AutomaticScaling: `F1`, `F2`, `F4`, `F4_1G` * ManualSca ling or BasicScaling: `B1`, `B2`, `B4`, `B8`, `B4_1G` Defaults to `F1` for Autom aticScaling and `B1` for ManualScaling or BasicScaling.", 1217 "description": "Instance class that is used to run this vers ion. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or Basi cScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for Ma nualScaling or BasicScaling.",
1303 "type": "string" 1218 "type": "string"
1304 }, 1219 },
1305 "network": { 1220 "network": {
1306 "$ref": "Network", 1221 "$ref": "Network",
1307 "description": "Extra network settings. Only applicable for VM runtimes." 1222 "description": "Extra network settings. Only applicable for VM runtimes."
1308 }, 1223 },
1309 "resources": { 1224 "resources": {
1310 "$ref": "Resources", 1225 "$ref": "Resources",
1311 "description": "Machine resources for this version. Only app licable for VM runtimes." 1226 "description": "Machine resources for this version. Only app licable for VM runtimes."
1312 }, 1227 },
1313 "runtime": { 1228 "runtime": {
1314 "description": "Desired runtime. Example: `python27`.", 1229 "description": "Desired runtime. Example: python27.",
1315 "type": "string" 1230 "type": "string"
1316 }, 1231 },
1317 "threadsafe": { 1232 "threadsafe": {
1318 "description": "Whether multiple requests can be dispatched to this version at once.", 1233 "description": "Whether multiple requests can be dispatched to this version at once.",
1319 "type": "boolean" 1234 "type": "boolean"
1320 }, 1235 },
1321 "vm": { 1236 "vm": {
1322 "description": "Whether to deploy this version in a containe r on a virtual machine.", 1237 "description": "Whether to deploy this version in a containe r on a virtual machine.",
1323 "type": "boolean" 1238 "type": "boolean"
1324 }, 1239 },
1325 "betaSettings": { 1240 "betaSettings": {
1326 "additionalProperties": { 1241 "additionalProperties": {
1327 "type": "string" 1242 "type": "string"
1328 }, 1243 },
1329 "description": "Metadata settings that are supplied to this version to enable beta runtime features.", 1244 "description": "Metadata settings that are supplied to this version to enable beta runtime features.",
1330 "type": "object" 1245 "type": "object"
1331 }, 1246 },
1332 "env": { 1247 "env": {
1333 "description": "App Engine execution environment for this ve rsion. Defaults to `standard`.", 1248 "description": "App Engine execution environment for this ve rsion.Defaults to standard.",
1334 "type": "string" 1249 "type": "string"
1335 }, 1250 },
1336 "servingStatus": { 1251 "servingStatus": {
1337 "description": "Current serving status of this version. Only the versions with a `SERVING` status create instances and can be billed. `SERVI NG_STATUS_UNSPECIFIED` is an invalid value. Defaults to `SERVING`.", 1252 "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.",
1338 "enum": [ 1253 "enum": [
1339 "SERVING_STATUS_UNSPECIFIED", 1254 "SERVING_STATUS_UNSPECIFIED",
1340 "SERVING", 1255 "SERVING",
1341 "STOPPED" 1256 "STOPPED"
1342 ], 1257 ],
1343 "type": "string" 1258 "type": "string"
1344 }, 1259 },
1345 "createdBy": { 1260 "createdBy": {
1346 "description": "Email address of the user who created this v ersion. @OutputOnly", 1261 "description": "Email address of the user who created this v ersion.@OutputOnly",
1347 "type": "string" 1262 "type": "string"
1348 }, 1263 },
1349 "createTime": { 1264 "createTime": {
1350 "description": "Time that this version was created. @OutputO nly", 1265 "description": "Time that this version was created.@OutputOn ly",
1351 "type": "string" 1266 "type": "string"
1352 }, 1267 },
1353 "diskUsageBytes": { 1268 "diskUsageBytes": {
1354 "description": "Total size in bytes of all the files that ar e included in this version and curerntly hosted on the App Engine disk. @OutputO nly", 1269 "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",
1355 "format": "int64", 1270 "format": "int64",
1356 "type": "string" 1271 "type": "string"
1357 }, 1272 },
1358 "handlers": { 1273 "handlers": {
1359 "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` reques ts if `view=FULL` is set.", 1274 "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.",
1360 "items": { 1275 "items": {
1361 "$ref": "UrlMap" 1276 "$ref": "UrlMap"
1362 }, 1277 },
1363 "type": "array" 1278 "type": "array"
1364 }, 1279 },
1365 "errorHandlers": { 1280 "errorHandlers": {
1366 "description": "Custom static error pages. Limited to 10KB p er page. Only returned in `GET` requests if `view=FULL` is set.", 1281 "description": "Custom static error pages. Limited to 10KB p er page.Only returned in GET requests if view=FULL is set.",
1367 "items": { 1282 "items": {
1368 "$ref": "ErrorHandler" 1283 "$ref": "ErrorHandler"
1369 }, 1284 },
1370 "type": "array" 1285 "type": "array"
1371 }, 1286 },
1372 "libraries": { 1287 "libraries": {
1373 "description": "Configuration for third-party Python runtime libraries that are required by the application. Only returned in `GET` requests if `view=FULL` is set.", 1288 "description": "Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.",
1374 "items": { 1289 "items": {
1375 "$ref": "Library" 1290 "$ref": "Library"
1376 }, 1291 },
1377 "type": "array" 1292 "type": "array"
1378 }, 1293 },
1379 "apiConfig": { 1294 "apiConfig": {
1380 "$ref": "ApiConfigHandler", 1295 "$ref": "ApiConfigHandler",
1381 "description": "Serving configuration for [Google Cloud Endp oints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set." 1296 "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."
1382 }, 1297 },
1383 "envVariables": { 1298 "envVariables": {
1384 "additionalProperties": { 1299 "additionalProperties": {
1385 "type": "string" 1300 "type": "string"
1386 }, 1301 },
1387 "description": "Environment variables available to the appli cation. Only returned in `GET` requests if `view=FULL` is set.", 1302 "description": "Environment variables available to the appli cation.Only returned in GET requests if view=FULL is set.",
1388 "type": "object" 1303 "type": "object"
1389 }, 1304 },
1390 "defaultExpiration": { 1305 "defaultExpiration": {
1391 "description": "Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHa ndler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps. services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.", 1306 "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.",
1392 "type": "string" 1307 "type": "string"
1393 }, 1308 },
1394 "healthCheck": { 1309 "healthCheck": {
1395 "$ref": "HealthCheck", 1310 "$ref": "HealthCheck",
1396 "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." 1311 "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."
1397 }, 1312 },
1398 "nobuildFilesRegex": { 1313 "nobuildFilesRegex": {
1399 "description": "Files that match this pattern will not be bu ilt into this version. Only applicable for Go runtimes. Only returned in `GET` r equests if `view=FULL` is set.", 1314 "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.",
1400 "type": "string" 1315 "type": "string"
1401 }, 1316 },
1402 "deployment": { 1317 "deployment": {
1403 "$ref": "Deployment", 1318 "$ref": "Deployment",
1404 "description": "Code and application artifacts that make up this version. Only returned in `GET` requests if `view=FULL` is set." 1319 "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
1405 }, 1320 },
1406 "versionUrl": { 1321 "versionUrl": {
1407 "description": "Serving URL for this version. Example: \"htt ps://myversion-dot-myservice-dot-myapp.appspot.com\" @OutputOnly", 1322 "description": "Serving URL for this version. Example: \"htt ps://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly",
1408 "type": "string" 1323 "type": "string"
1324 },
1325 "endpointsApiService": {
1326 "$ref": "EndpointsApiService",
1327 "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."
1409 } 1328 }
1410 }, 1329 },
1411 "type": "object" 1330 "type": "object"
1412 }, 1331 },
1413 "AutomaticScaling": { 1332 "AutomaticScaling": {
1414 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.", 1333 "description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
1415 "id": "AutomaticScaling", 1334 "id": "AutomaticScaling",
1416 "properties": { 1335 "properties": {
1417 "coolDownPeriod": { 1336 "coolDownPeriod": {
1418 "description": "Amount of time that the [Autoscaler](https:/ /cloud.google.com/compute/docs/autoscaler/) should wait between changes to the n umber of virtual machines. Only applicable for VM runtimes.", 1337 "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.",
1419 "type": "string" 1338 "type": "string"
1420 }, 1339 },
1421 "cpuUtilization": { 1340 "cpuUtilization": {
1422 "$ref": "CpuUtilization", 1341 "$ref": "CpuUtilization",
1423 "description": "Target scaling by CPU usage." 1342 "description": "Target scaling by CPU usage."
1424 }, 1343 },
1425 "maxConcurrentRequests": { 1344 "maxConcurrentRequests": {
1426 "description": "Number of concurrent requests an automatic s caling instance can accept before the scheduler spawns a new instance. Defaults to a runtime-specific value.", 1345 "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.",
1427 "format": "int32", 1346 "format": "int32",
1428 "type": "integer" 1347 "type": "integer"
1429 }, 1348 },
1430 "maxIdleInstances": { 1349 "maxIdleInstances": {
1431 "description": "Maximum number of idle instances that should be maintained for this version.", 1350 "description": "Maximum number of idle instances that should be maintained for this version.",
1432 "format": "int32", 1351 "format": "int32",
1433 "type": "integer" 1352 "type": "integer"
1434 }, 1353 },
1435 "maxTotalInstances": { 1354 "maxTotalInstances": {
1436 "description": "Maximum number of instances that should be s tarted to handle requests.", 1355 "description": "Maximum number of instances that should be s tarted to handle requests.",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 "type": "integer" 1490 "type": "integer"
1572 } 1491 }
1573 }, 1492 },
1574 "type": "object" 1493 "type": "object"
1575 }, 1494 },
1576 "ManualScaling": { 1495 "ManualScaling": {
1577 "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.", 1496 "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.",
1578 "id": "ManualScaling", 1497 "id": "ManualScaling",
1579 "properties": { 1498 "properties": {
1580 "instances": { 1499 "instances": {
1581 "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.", 1500 "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.",
1582 "format": "int32", 1501 "format": "int32",
1583 "type": "integer" 1502 "type": "integer"
1584 } 1503 }
1585 }, 1504 },
1586 "type": "object" 1505 "type": "object"
1587 }, 1506 },
1588 "Network": { 1507 "Network": {
1589 "description": "Extra network settings. Only applicable for VM runti mes.", 1508 "description": "Extra network settings. Only applicable for VM runti mes.",
1590 "id": "Network", 1509 "id": "Network",
1591 "properties": { 1510 "properties": {
1592 "forwardedPorts": { 1511 "forwardedPorts": {
1593 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.", 1512 "description": "List of ports, or port pairs, to forward fro m the virtual machine to the application container.",
1594 "items": { 1513 "items": {
1595 "type": "string" 1514 "type": "string"
1596 }, 1515 },
1597 "type": "array" 1516 "type": "array"
1598 }, 1517 },
1599 "instanceTag": { 1518 "instanceTag": {
1600 "description": "Tag to apply to the VM instance during creat ion.", 1519 "description": "Tag to apply to the VM instance during creat ion.",
1601 "type": "string" 1520 "type": "string"
1602 }, 1521 },
1603 "name": { 1522 "name": {
1604 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path. Default s to `default`.", 1523 "description": "Google Cloud Platform network where the virt ual machines are created. Specify the short name, not the resource path.Defaults to default.",
1524 "type": "string"
1525 },
1526 "subnetworkName": {
1527 "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. If the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the ne twork the VM instance is being created in is an auto Subnet Mode Network, then o nly network name should be specified (not the subnetwork_name) and the IP addres s is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network the VM instance is being created in is a custom Su bnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the Flex app.",
1605 "type": "string" 1528 "type": "string"
1606 } 1529 }
1607 }, 1530 },
1608 "type": "object" 1531 "type": "object"
1609 }, 1532 },
1610 "Resources": { 1533 "Resources": {
1611 "description": "Machine resources for a version.", 1534 "description": "Machine resources for a version.",
1612 "id": "Resources", 1535 "id": "Resources",
1613 "properties": { 1536 "properties": {
1614 "cpu": { 1537 "cpu": {
1615 "description": "Number of CPU cores needed.", 1538 "description": "Number of CPU cores needed.",
1616 "format": "double", 1539 "format": "double",
1617 "type": "number" 1540 "type": "number"
1618 }, 1541 },
1619 "diskGb": { 1542 "diskGb": {
1620 "description": "Disk size (GB) needed.", 1543 "description": "Disk size (GB) needed.",
1621 "format": "double", 1544 "format": "double",
1622 "type": "number" 1545 "type": "number"
1623 }, 1546 },
1624 "memoryGb": { 1547 "memoryGb": {
1625 "description": "Memory (GB) needed.", 1548 "description": "Memory (GB) needed.",
1626 "format": "double", 1549 "format": "double",
1627 "type": "number" 1550 "type": "number"
1551 },
1552 "volumes": {
1553 "description": "User specified volumes.",
1554 "items": {
1555 "$ref": "Volume"
1556 },
1557 "type": "array"
1558 }
1559 },
1560 "type": "object"
1561 },
1562 "Volume": {
1563 "description": "Volumes mounted within the app container. Only appli cable for VM runtimes.",
1564 "id": "Volume",
1565 "properties": {
1566 "name": {
1567 "description": "Unique name for the volume.",
1568 "type": "string"
1569 },
1570 "volumeType": {
1571 "description": "Underlying volume type, e.g. 'tmpfs'.",
1572 "type": "string"
1573 },
1574 "sizeGb": {
1575 "description": "Volume size in gigabytes.",
1576 "format": "double",
1577 "type": "number"
1628 } 1578 }
1629 }, 1579 },
1630 "type": "object" 1580 "type": "object"
1631 }, 1581 },
1632 "UrlMap": { 1582 "UrlMap": {
1633 "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.", 1583 "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.",
1634 "id": "UrlMap", 1584 "id": "UrlMap",
1635 "properties": { 1585 "properties": {
1636 "urlRegex": { 1586 "urlRegex": {
1637 "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.", 1587 "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.",
(...skipping 26 matching lines...) Expand all
1664 "description": "Level of login required to access this resou rce.", 1614 "description": "Level of login required to access this resou rce.",
1665 "enum": [ 1615 "enum": [
1666 "LOGIN_UNSPECIFIED", 1616 "LOGIN_UNSPECIFIED",
1667 "LOGIN_OPTIONAL", 1617 "LOGIN_OPTIONAL",
1668 "LOGIN_ADMIN", 1618 "LOGIN_ADMIN",
1669 "LOGIN_REQUIRED" 1619 "LOGIN_REQUIRED"
1670 ], 1620 ],
1671 "type": "string" 1621 "type": "string"
1672 }, 1622 },
1673 "authFailAction": { 1623 "authFailAction": {
1674 "description": "Action to take when users access resources t hat require authentication. Defaults to `redirect`.", 1624 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
1675 "enum": [ 1625 "enum": [
1676 "AUTH_FAIL_ACTION_UNSPECIFIED", 1626 "AUTH_FAIL_ACTION_UNSPECIFIED",
1677 "AUTH_FAIL_ACTION_REDIRECT", 1627 "AUTH_FAIL_ACTION_REDIRECT",
1678 "AUTH_FAIL_ACTION_UNAUTHORIZED" 1628 "AUTH_FAIL_ACTION_UNAUTHORIZED"
1679 ], 1629 ],
1680 "type": "string" 1630 "type": "string"
1681 }, 1631 },
1682 "redirectHttpResponseCode": { 1632 "redirectHttpResponseCode": {
1683 "description": "`30x` code to use when performing redirects for the `secure` field. Defaults to `302`.", 1633 "description": "30x code to use when performing redirects fo r the secure field. Defaults to 302.",
1684 "enum": [ 1634 "enum": [
1685 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", 1635 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
1686 "REDIRECT_HTTP_RESPONSE_CODE_301", 1636 "REDIRECT_HTTP_RESPONSE_CODE_301",
1687 "REDIRECT_HTTP_RESPONSE_CODE_302", 1637 "REDIRECT_HTTP_RESPONSE_CODE_302",
1688 "REDIRECT_HTTP_RESPONSE_CODE_303", 1638 "REDIRECT_HTTP_RESPONSE_CODE_303",
1689 "REDIRECT_HTTP_RESPONSE_CODE_307" 1639 "REDIRECT_HTTP_RESPONSE_CODE_307"
1690 ], 1640 ],
1691 "type": "string" 1641 "type": "string"
1692 } 1642 }
1693 }, 1643 },
(...skipping 12 matching lines...) Expand all
1706 "type": "string" 1656 "type": "string"
1707 }, 1657 },
1708 "httpHeaders": { 1658 "httpHeaders": {
1709 "additionalProperties": { 1659 "additionalProperties": {
1710 "type": "string" 1660 "type": "string"
1711 }, 1661 },
1712 "description": "HTTP headers to use for all responses from t hese URLs.", 1662 "description": "HTTP headers to use for all responses from t hese URLs.",
1713 "type": "object" 1663 "type": "object"
1714 }, 1664 },
1715 "mimeType": { 1665 "mimeType": {
1716 "description": "MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.", 1666 "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.",
1717 "type": "string" 1667 "type": "string"
1718 }, 1668 },
1719 "expiration": { 1669 "expiration": {
1720 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.", 1670 "description": "Time a static file served by this handler sh ould be cached by web proxies and browsers.",
1721 "type": "string" 1671 "type": "string"
1722 }, 1672 },
1723 "requireMatchingFile": { 1673 "requireMatchingFile": {
1724 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.", 1674 "description": "Whether this handler should match the reques t if the file referenced by the handler does not exist.",
1725 "type": "boolean" 1675 "type": "boolean"
1726 }, 1676 },
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 "ERROR_CODE_DOS_API_DENIAL", 1716 "ERROR_CODE_DOS_API_DENIAL",
1767 "ERROR_CODE_TIMEOUT" 1717 "ERROR_CODE_TIMEOUT"
1768 ], 1718 ],
1769 "type": "string" 1719 "type": "string"
1770 }, 1720 },
1771 "staticFile": { 1721 "staticFile": {
1772 "description": "Static file content to be served for this er ror.", 1722 "description": "Static file content to be served for this er ror.",
1773 "type": "string" 1723 "type": "string"
1774 }, 1724 },
1775 "mimeType": { 1725 "mimeType": {
1776 "description": "MIME type of file. Defaults to `text/html`." , 1726 "description": "MIME type of file. Defaults to text/html.",
1777 "type": "string" 1727 "type": "string"
1778 } 1728 }
1779 }, 1729 },
1780 "type": "object" 1730 "type": "object"
1781 }, 1731 },
1782 "Library": { 1732 "Library": {
1783 "description": "Third-party Python runtime library that is required by the application.", 1733 "description": "Third-party Python runtime library that is required by the application.",
1784 "id": "Library", 1734 "id": "Library",
1785 "properties": { 1735 "properties": {
1786 "name": { 1736 "name": {
1787 "description": "Name of the library. Example: \"django\".", 1737 "description": "Name of the library. Example: \"django\".",
1788 "type": "string" 1738 "type": "string"
1789 }, 1739 },
1790 "version": { 1740 "version": {
1791 "description": "Version of the library to select, or \"lates t\".", 1741 "description": "Version of the library to select, or \"lates t\".",
1792 "type": "string" 1742 "type": "string"
1793 } 1743 }
1794 }, 1744 },
1795 "type": "object" 1745 "type": "object"
1796 }, 1746 },
1797 "ApiConfigHandler": { 1747 "ApiConfigHandler": {
1798 "description": "[Google Cloud Endpoints](https://cloud.google.com/ap pengine/docs/python/endpoints/) configuration for API handlers.", 1748 "description": "Google Cloud Endpoints (https://cloud.google.com/app engine/docs/python/endpoints/) configuration for API handlers.",
1799 "id": "ApiConfigHandler", 1749 "id": "ApiConfigHandler",
1800 "properties": { 1750 "properties": {
1801 "authFailAction": { 1751 "authFailAction": {
1802 "description": "Action to take when users access resources t hat require authentication. Defaults to `redirect`.", 1752 "description": "Action to take when users access resources t hat require authentication. Defaults to redirect.",
1803 "enum": [ 1753 "enum": [
1804 "AUTH_FAIL_ACTION_UNSPECIFIED", 1754 "AUTH_FAIL_ACTION_UNSPECIFIED",
1805 "AUTH_FAIL_ACTION_REDIRECT", 1755 "AUTH_FAIL_ACTION_REDIRECT",
1806 "AUTH_FAIL_ACTION_UNAUTHORIZED" 1756 "AUTH_FAIL_ACTION_UNAUTHORIZED"
1807 ], 1757 ],
1808 "type": "string" 1758 "type": "string"
1809 }, 1759 },
1810 "login": { 1760 "login": {
1811 "description": "Level of login required to access this resou rce. Defaults to `optional`.", 1761 "description": "Level of login required to access this resou rce. Defaults to optional.",
1812 "enum": [ 1762 "enum": [
1813 "LOGIN_UNSPECIFIED", 1763 "LOGIN_UNSPECIFIED",
1814 "LOGIN_OPTIONAL", 1764 "LOGIN_OPTIONAL",
1815 "LOGIN_ADMIN", 1765 "LOGIN_ADMIN",
1816 "LOGIN_REQUIRED" 1766 "LOGIN_REQUIRED"
1817 ], 1767 ],
1818 "type": "string" 1768 "type": "string"
1819 }, 1769 },
1820 "script": { 1770 "script": {
1821 "description": "Path to the script from the application root directory.", 1771 "description": "Path to the script from the application root directory.",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 "description": "The zip file for this deployment, if this is a zip deployment." 1847 "description": "The zip file for this deployment, if this is a zip deployment."
1898 } 1848 }
1899 }, 1849 },
1900 "type": "object" 1850 "type": "object"
1901 }, 1851 },
1902 "FileInfo": { 1852 "FileInfo": {
1903 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.", 1853 "description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
1904 "id": "FileInfo", 1854 "id": "FileInfo",
1905 "properties": { 1855 "properties": {
1906 "sourceUrl": { 1856 "sourceUrl": {
1907 "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/\\/\\'.", 1857 "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//'.",
1908 "type": "string" 1858 "type": "string"
1909 }, 1859 },
1910 "sha1Sum": { 1860 "sha1Sum": {
1911 "description": "The SHA1 hash of the file, in hex.", 1861 "description": "The SHA1 hash of the file, in hex.",
1912 "type": "string" 1862 "type": "string"
1913 }, 1863 },
1914 "mimeType": { 1864 "mimeType": {
1915 "description": "The MIME type of the file. Defaults to the v alue from Google Cloud Storage.", 1865 "description": "The MIME type of the file.Defaults to the va lue from Google Cloud Storage.",
1916 "type": "string" 1866 "type": "string"
1917 } 1867 }
1918 }, 1868 },
1919 "type": "object" 1869 "type": "object"
1920 }, 1870 },
1921 "ContainerInfo": { 1871 "ContainerInfo": {
1922 "description": "Docker image that is used to start a VM container fo r the version you deploy.", 1872 "description": "Docker image that is used to start a VM container fo r the version you deploy.",
1923 "id": "ContainerInfo", 1873 "id": "ContainerInfo",
1924 "properties": { 1874 "properties": {
1925 "image": { 1875 "image": {
1926 "description": "URI to the hosted container image in a Docke r repository. The URI must be fully qualified and include a tag or digest. Examp les: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"", 1876 "description": "URI to the hosted container image in a Docke r repository. The URI must be fully qualified and include a tag or digest. Examp les: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"",
1927 "type": "string" 1877 "type": "string"
1928 } 1878 }
1929 }, 1879 },
1930 "type": "object" 1880 "type": "object"
1931 }, 1881 },
1932 "ZipInfo": { 1882 "ZipInfo": {
1933 "description": "The zip file information for a zip deployment.", 1883 "description": "The zip file information for a zip deployment.",
1934 "id": "ZipInfo", 1884 "id": "ZipInfo",
1935 "properties": { 1885 "properties": {
1936 "sourceUrl": { 1886 "sourceUrl": {
1937 "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/\\/\\'.", 1887 "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//'.",
1938 "type": "string" 1888 "type": "string"
1939 }, 1889 },
1940 "filesCount": { 1890 "filesCount": {
1941 "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.", 1891 "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.",
1942 "format": "int32", 1892 "format": "int32",
1943 "type": "integer" 1893 "type": "integer"
1944 } 1894 }
1945 }, 1895 },
1946 "type": "object" 1896 "type": "object"
1947 }, 1897 },
1898 "EndpointsApiService": {
1899 "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).",
1900 "id": "EndpointsApiService",
1901 "properties": {
1902 "name": {
1903 "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\"",
1904 "type": "string"
1905 },
1906 "configId": {
1907 "description": "Endpoints service configuration id as specif ied by the Service Management API. For example \"2016-09-19r1\"",
1908 "type": "string"
1909 }
1910 },
1911 "type": "object"
1912 },
1948 "ListInstancesResponse": { 1913 "ListInstancesResponse": {
1949 "description": "Response message for `Instances.ListInstances`.", 1914 "description": "Response message for Instances.ListInstances.",
1950 "id": "ListInstancesResponse", 1915 "id": "ListInstancesResponse",
1951 "properties": { 1916 "properties": {
1952 "instances": { 1917 "instances": {
1953 "description": "The instances belonging to the requested ver sion.", 1918 "description": "The instances belonging to the requested ver sion.",
1954 "items": { 1919 "items": {
1955 "$ref": "Instance" 1920 "$ref": "Instance"
1956 }, 1921 },
1957 "type": "array" 1922 "type": "array"
1958 }, 1923 },
1959 "nextPageToken": { 1924 "nextPageToken": {
1960 "description": "Continuation token for fetching the next pag e of results.", 1925 "description": "Continuation token for fetching the next pag e of results.",
1961 "type": "string" 1926 "type": "string"
1962 } 1927 }
1963 }, 1928 },
1964 "type": "object" 1929 "type": "object"
1965 }, 1930 },
1966 "Instance": { 1931 "Instance": {
1967 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.", 1932 "description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application.",
1968 "id": "Instance", 1933 "id": "Instance",
1969 "properties": { 1934 "properties": {
1970 "name": { 1935 "name": {
1971 "description": "Full path to the Instance resource in the AP I. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`. @Out putOnly", 1936 "description": "Full path to the Instance resource in the AP I. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@Output Only",
1972 "type": "string" 1937 "type": "string"
1973 }, 1938 },
1974 "id": { 1939 "id": {
1975 "description": "Relative name of the instance within the ver sion. Example: `instance-1`. @OutputOnly", 1940 "description": "Relative name of the instance within the ver sion. Example: instance-1.@OutputOnly",
1976 "type": "string" 1941 "type": "string"
1977 }, 1942 },
1978 "appEngineRelease": { 1943 "appEngineRelease": {
1979 "description": "App Engine release this instance is running on. @OutputOnly", 1944 "description": "App Engine release this instance is running on.@OutputOnly",
1980 "type": "string" 1945 "type": "string"
1981 }, 1946 },
1982 "availability": { 1947 "availability": {
1983 "description": "Availability of the instance. @OutputOnly", 1948 "description": "Availability of the instance.@OutputOnly",
1984 "enum": [ 1949 "enum": [
1985 "UNSPECIFIED", 1950 "UNSPECIFIED",
1986 "RESIDENT", 1951 "RESIDENT",
1987 "DYNAMIC" 1952 "DYNAMIC"
1988 ], 1953 ],
1989 "type": "string" 1954 "type": "string"
1990 }, 1955 },
1991 "vmName": { 1956 "vmName": {
1992 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment. @Ou tputOnly", 1957 "description": "Name of the virtual machine where this insta nce lives. Only applicable for instances in App Engine flexible environment.@Out putOnly",
1993 "type": "string" 1958 "type": "string"
1994 }, 1959 },
1995 "vmZoneName": { 1960 "vmZoneName": {
1996 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment. @OutputOnly", 1961 "description": "Zone where the virtual machine is located. O nly applicable for instances in App Engine flexible environment.@OutputOnly",
1997 "type": "string" 1962 "type": "string"
1998 }, 1963 },
1999 "vmId": { 1964 "vmId": {
2000 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment. @OutputOnly", 1965 "description": "Virtual machine ID of this instance. Only ap plicable for instances in App Engine flexible environment.@OutputOnly",
2001 "type": "string" 1966 "type": "string"
2002 }, 1967 },
2003 "startTime": { 1968 "startTime": {
2004 "description": "Time that this instance was started. @Output Only", 1969 "description": "Time that this instance was started.@OutputO nly",
2005 "type": "string" 1970 "type": "string"
2006 }, 1971 },
2007 "requests": { 1972 "requests": {
2008 "description": "Number of requests since this instance was s tarted. @OutputOnly", 1973 "description": "Number of requests since this instance was s tarted.@OutputOnly",
2009 "format": "int32", 1974 "format": "int32",
2010 "type": "integer" 1975 "type": "integer"
2011 }, 1976 },
2012 "errors": { 1977 "errors": {
2013 "description": "Number of errors since this instance was sta rted. @OutputOnly", 1978 "description": "Number of errors since this instance was sta rted.@OutputOnly",
2014 "format": "int32", 1979 "format": "int32",
2015 "type": "integer" 1980 "type": "integer"
2016 }, 1981 },
2017 "qps": { 1982 "qps": {
2018 "description": "Average queries per second (QPS) over the la st minute. @OutputOnly", 1983 "description": "Average queries per second (QPS) over the la st minute.@OutputOnly",
2019 "format": "float", 1984 "format": "float",
2020 "type": "number" 1985 "type": "number"
2021 }, 1986 },
2022 "averageLatency": { 1987 "averageLatency": {
2023 "description": "Average latency (ms) over the last minute. @ OutputOnly", 1988 "description": "Average latency (ms) over the last minute.@O utputOnly",
2024 "format": "int32", 1989 "format": "int32",
2025 "type": "integer" 1990 "type": "integer"
2026 }, 1991 },
2027 "memoryUsage": { 1992 "memoryUsage": {
2028 "description": "Total memory in use (bytes). @OutputOnly", 1993 "description": "Total memory in use (bytes).@OutputOnly",
2029 "format": "int64", 1994 "format": "int64",
2030 "type": "string" 1995 "type": "string"
2031 }, 1996 },
2032 "vmStatus": { 1997 "vmStatus": {
2033 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment. @ OutputOnly", 1998 "description": "Status of the virtual machine where this ins tance lives. Only applicable for instances in App Engine flexible environment.@O utputOnly",
2034 "type": "string" 1999 "type": "string"
2035 }, 2000 },
2036 "vmDebugEnabled": { 2001 "vmDebugEnabled": {
2037 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment. @OutputOnly", 2002 "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
2038 "type": "boolean" 2003 "type": "boolean"
2039 }, 2004 },
2040 "vmIp": { 2005 "vmIp": {
2041 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment. @OutputOnly", 2006 "description": "The IP address of this instance. Only applic able for instances in App Engine flexible environment.@OutputOnly",
2042 "type": "string" 2007 "type": "string"
2043 } 2008 }
2044 }, 2009 },
2045 "type": "object" 2010 "type": "object"
2046 }, 2011 },
2047 "DebugInstanceRequest": { 2012 "DebugInstanceRequest": {
2048 "description": "Request message for `Instances.DebugInstance`.", 2013 "description": "Request message for Instances.DebugInstance.",
2049 "id": "DebugInstanceRequest", 2014 "id": "DebugInstanceRequest",
2050 "properties": { 2015 "properties": {
2051 "sshKey": { 2016 "sshKey": {
2052 "description": "Public SSH key to add to the instance. Examp le: `[USERNAME]:ssh-rsa KEY_VALUE` or `[USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}` For more informat ion, see [Adding and Removing SSH Keys](https://cloud.google.com/compute/docs/in stances/adding-removing-ssh-keys)", 2017 "description": "Public SSH key to add to the instance. Examp les: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] go ogle-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more in formation, see Adding and Removing SSH Keys (https://cloud.google.com/compute/do cs/instances/adding-removing-ssh-keys).",
2053 "type": "string" 2018 "type": "string"
2054 } 2019 }
2055 }, 2020 },
2056 "type": "object" 2021 "type": "object"
2057 }, 2022 },
2058 "ListLocationsResponse": { 2023 "ListLocationsResponse": {
2059 "description": "The response message for LocationService.ListLocatio ns.", 2024 "description": "The response message for LocationService.ListLocatio ns.",
2060 "id": "ListLocationsResponse", 2025 "id": "ListLocationsResponse",
2061 "properties": { 2026 "properties": {
2062 "locations": { 2027 "locations": {
2063 "description": "A list of locations that matches the specifi ed filter in the request.", 2028 "description": "A list of locations that matches the specifi ed filter in the request.",
2064 "items": { 2029 "items": {
2065 "$ref": "Location" 2030 "$ref": "Location"
2066 }, 2031 },
2067 "type": "array" 2032 "type": "array"
2068 }, 2033 },
2069 "nextPageToken": { 2034 "nextPageToken": {
2070 "description": "The standard List next-page token.", 2035 "description": "The standard List next-page token.",
2071 "type": "string" 2036 "type": "string"
2072 } 2037 }
2073 }, 2038 },
2074 "type": "object" 2039 "type": "object"
2075 }, 2040 },
2076 "Location": { 2041 "Location": {
2077 "description": "A resource that represents Google Cloud Platform loc ation.", 2042 "description": "A resource that represents Google Cloud Platform loc ation.",
2078 "id": "Location", 2043 "id": "Location",
2079 "properties": { 2044 "properties": {
2080 "name": { 2045 "name": {
2081 "description": "Resource name for the location, which may va ry between implementations. For example: `\"projects/example-project/locations/u s-east1\"`", 2046 "description": "Resource name for the location, which may va ry between implementations. For example: \"projects/example-project/locations/us -east1\"",
2082 "type": "string" 2047 "type": "string"
2083 }, 2048 },
2084 "locationId": { 2049 "locationId": {
2085 "description": "The canonical id for this location. For exam ple: `\"us-east1\"`.", 2050 "description": "The canonical id for this location. For exam ple: \"us-east1\".",
2086 "type": "string" 2051 "type": "string"
2087 }, 2052 },
2088 "labels": { 2053 "labels": {
2089 "additionalProperties": { 2054 "additionalProperties": {
2090 "type": "string" 2055 "type": "string"
2091 }, 2056 },
2092 "description": "Cross-service attributes for the location. F or example {\"cloud.googleapis.com/region\": \"us-east1\"}", 2057 "description": "Cross-service attributes for the location. F or example {\"cloud.googleapis.com/region\": \"us-east1\"}",
2093 "type": "object" 2058 "type": "object"
2094 }, 2059 },
2095 "metadata": { 2060 "metadata": {
2096 "additionalProperties": { 2061 "additionalProperties": {
2097 "description": "Properties of the object. Contains field @type with type URL.", 2062 "description": "Properties of the object. Contains field @type with type URL.",
2098 "type": "any" 2063 "type": "any"
2099 }, 2064 },
2100 "description": "Service-specific metadata. For example the a vailable capacity at the given location.", 2065 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
2101 "type": "object" 2066 "type": "object"
2102 } 2067 }
2103 }, 2068 },
2104 "type": "object" 2069 "type": "object"
2105 }, 2070 },
2106 "OperationMetadataExperimental": { 2071 "OperationMetadataExperimental": {
2107 "description": "Metadata for the given google.longrunning.Operation. ", 2072 "description": "Metadata for the given google.longrunning.Operation. ",
2108 "id": "OperationMetadataExperimental", 2073 "id": "OperationMetadataExperimental",
2109 "properties": { 2074 "properties": {
2110 "method": { 2075 "method": {
2111 "description": "API method that initiated this operation. Ex ample: `google.appengine.experimental.CustomDomains.CreateCustomDomain`. @Output Only", 2076 "description": "API method that initiated this operation. Ex ample: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnl y",
2112 "type": "string" 2077 "type": "string"
2113 }, 2078 },
2114 "insertTime": { 2079 "insertTime": {
2115 "description": "Time that this operation was created. @Outpu tOnly", 2080 "description": "Time that this operation was created.@Output Only",
2116 "type": "string" 2081 "type": "string"
2117 }, 2082 },
2118 "endTime": { 2083 "endTime": {
2119 "description": "Time that this operation completed. @OutputO nly", 2084 "description": "Time that this operation completed.@OutputOn ly",
2120 "type": "string" 2085 "type": "string"
2121 }, 2086 },
2122 "user": { 2087 "user": {
2123 "description": "User who requested this operation. @OutputOn ly", 2088 "description": "User who requested this operation.@OutputOnl y",
2124 "type": "string" 2089 "type": "string"
2125 }, 2090 },
2126 "target": { 2091 "target": {
2127 "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/customDomains/example.com`. @OutputOnly", 2092 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
2128 "type": "string" 2093 "type": "string"
2129 } 2094 }
2130 }, 2095 },
2131 "type": "object" 2096 "type": "object"
2132 }, 2097 },
2133 "OperationMetadata": { 2098 "OperationMetadata": {
2134 "description": "Metadata for the given google.longrunning.Operation. ", 2099 "description": "Metadata for the given google.longrunning.Operation. ",
2135 "id": "OperationMetadata", 2100 "id": "OperationMetadata",
2136 "properties": { 2101 "properties": {
2137 "operationType": { 2102 "operationType": {
2138 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\". @OutputOnly", 2103 "description": "Type of this operation. Deprecated, use meth od field instead. Example: \"create_version\".@OutputOnly",
2139 "type": "string" 2104 "type": "string"
2140 }, 2105 },
2141 "insertTime": { 2106 "insertTime": {
2142 "description": "Timestamp that this operation was created. @ OutputOnly", 2107 "description": "Timestamp that this operation was created.@O utputOnly",
2143 "type": "string" 2108 "type": "string"
2144 }, 2109 },
2145 "endTime": { 2110 "endTime": {
2146 "description": "Timestamp that this operation completed. @Ou tputOnly", 2111 "description": "Timestamp that this operation completed.@Out putOnly",
2147 "type": "string" 2112 "type": "string"
2148 }, 2113 },
2149 "user": { 2114 "user": {
2150 "description": "User who requested this operation. @OutputOn ly", 2115 "description": "User who requested this operation.@OutputOnl y",
2151 "type": "string" 2116 "type": "string"
2152 }, 2117 },
2153 "target": { 2118 "target": {
2154 "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/modules/default`. @OutputOnly", 2119 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
2155 "type": "string" 2120 "type": "string"
2156 }, 2121 },
2157 "method": { 2122 "method": {
2158 "description": "API method that initiated this operation. Ex ample: `google.appengine.v1beta4.Version.CreateVersion`. @OutputOnly", 2123 "description": "API method that initiated this operation. Ex ample: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
2159 "type": "string" 2124 "type": "string"
2160 } 2125 }
2161 }, 2126 },
2162 "type": "object" 2127 "type": "object"
2163 }, 2128 },
2164 "OperationMetadataV1Beta5": { 2129 "OperationMetadataV1Beta5": {
2165 "description": "Metadata for the given google.longrunning.Operation. ", 2130 "description": "Metadata for the given google.longrunning.Operation. ",
2166 "id": "OperationMetadataV1Beta5", 2131 "id": "OperationMetadataV1Beta5",
2167 "properties": { 2132 "properties": {
2168 "method": { 2133 "method": {
2169 "description": "API method name that initiated this operatio n. Example: `google.appengine.v1beta5.Version.CreateVersion`. @OutputOnly", 2134 "description": "API method name that initiated this operatio n. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
2170 "type": "string" 2135 "type": "string"
2171 }, 2136 },
2172 "insertTime": { 2137 "insertTime": {
2173 "description": "Timestamp that this operation was created. @ OutputOnly", 2138 "description": "Timestamp that this operation was created.@O utputOnly",
2174 "type": "string" 2139 "type": "string"
2175 }, 2140 },
2176 "endTime": { 2141 "endTime": {
2177 "description": "Timestamp that this operation completed. @Ou tputOnly", 2142 "description": "Timestamp that this operation completed.@Out putOnly",
2178 "type": "string" 2143 "type": "string"
2179 }, 2144 },
2180 "user": { 2145 "user": {
2181 "description": "User who requested this operation. @OutputOn ly", 2146 "description": "User who requested this operation.@OutputOnl y",
2182 "type": "string" 2147 "type": "string"
2183 }, 2148 },
2184 "target": { 2149 "target": {
2185 "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly", 2150 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2186 "type": "string" 2151 "type": "string"
2187 } 2152 }
2188 }, 2153 },
2189 "type": "object" 2154 "type": "object"
2190 }, 2155 },
2191 "OperationMetadataV1": { 2156 "OperationMetadataV1": {
2192 "description": "Metadata for the given google.longrunning.Operation. ", 2157 "description": "Metadata for the given google.longrunning.Operation. ",
2193 "id": "OperationMetadataV1", 2158 "id": "OperationMetadataV1",
2194 "properties": { 2159 "properties": {
2195 "method": { 2160 "method": {
2196 "description": "API method that initiated this operation. Ex ample: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly", 2161 "description": "API method that initiated this operation. Ex ample: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
2197 "type": "string" 2162 "type": "string"
2198 }, 2163 },
2199 "insertTime": { 2164 "insertTime": {
2200 "description": "Time that this operation was created. @Outpu tOnly", 2165 "description": "Time that this operation was created.@Output Only",
2201 "type": "string" 2166 "type": "string"
2202 }, 2167 },
2203 "endTime": { 2168 "endTime": {
2204 "description": "Time that this operation completed. @OutputO nly", 2169 "description": "Time that this operation completed.@OutputOn ly",
2205 "type": "string" 2170 "type": "string"
2206 }, 2171 },
2207 "user": { 2172 "user": {
2208 "description": "User who requested this operation. @OutputOn ly", 2173 "description": "User who requested this operation.@OutputOnl y",
2209 "type": "string" 2174 "type": "string"
2210 }, 2175 },
2211 "target": { 2176 "target": {
2212 "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly", 2177 "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
2213 "type": "string" 2178 "type": "string"
2179 },
2180 "ephemeralMessage": {
2181 "description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
2182 "type": "string"
2183 },
2184 "warning": {
2185 "description": "Durable messages that persist on every opera tion poll. @OutputOnly",
2186 "items": {
2187 "type": "string"
2188 },
2189 "type": "array"
2214 } 2190 }
2215 }, 2191 },
2216 "type": "object" 2192 "type": "object"
2217 }, 2193 },
2218 "LocationMetadata": { 2194 "LocationMetadata": {
2219 "description": "Metadata for the given google.cloud.location.Locatio n.", 2195 "description": "Metadata for the given google.cloud.location.Locatio n.",
2220 "id": "LocationMetadata", 2196 "id": "LocationMetadata",
2221 "properties": { 2197 "properties": {
2222 "standardEnvironmentAvailable": { 2198 "standardEnvironmentAvailable": {
2223 "description": "App Engine Standard Environment is available in the given location. @OutputOnly", 2199 "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
2224 "type": "boolean" 2200 "type": "boolean"
2225 }, 2201 },
2226 "flexibleEnvironmentAvailable": { 2202 "flexibleEnvironmentAvailable": {
2227 "description": "App Engine Flexible Environment is available in the given location. @OutputOnly", 2203 "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
2228 "type": "boolean" 2204 "type": "boolean"
2229 } 2205 }
2230 }, 2206 },
2231 "type": "object" 2207 "type": "object"
2232 } 2208 }
2233 }, 2209 },
2234 "servicePath": "", 2210 "servicePath": "",
2235 "title": "Google App Engine Admin API", 2211 "title": "Google App Engine Admin API",
2236 "version": "v1" 2212 "version": "v1"
2237 } 2213 }
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