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