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