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