| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "", | 11 "basePath": "", |
| 12 "baseUrl": "https://appengine.googleapis.com/", | 12 "baseUrl": "https://appengine.googleapis.com/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch", |
| 14 "description": "Provisions and manages App Engine applications.", | 14 "description": "Provisions and manages App Engine applications.", |
| 15 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
| 16 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", | 16 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", |
| 17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/PN4XIIKLvFT7FU0OtRuE3nmP_ao\"", | 17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/XwXcNyhHrL2U4OFiJYzAKkeZ6k4\"", |
| 18 "icons": { | 18 "icons": { |
| 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 21 }, | 21 }, |
| 22 "id": "appengine:v1beta5", | 22 "id": "appengine:v1", |
| 23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
| 24 "name": "appengine", | 24 "name": "appengine", |
| 25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
| 26 "ownerName": "Google", | 26 "ownerName": "Google", |
| 27 "parameters": { | 27 "parameters": { |
| 28 "access_token": { | 28 "access_token": { |
| 29 "description": "OAuth access token.", | 29 "description": "OAuth access token.", |
| 30 "location": "query", | 30 "location": "query", |
| 31 "type": "string" | 31 "type": "string" |
| 32 }, | 32 }, |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "v2 error format" | 100 "v2 error format" |
| 101 ], | 101 ], |
| 102 "location": "query", | 102 "location": "query", |
| 103 "type": "string" | 103 "type": "string" |
| 104 } | 104 } |
| 105 }, | 105 }, |
| 106 "protocol": "rest", | 106 "protocol": "rest", |
| 107 "resources": { | 107 "resources": { |
| 108 "apps": { | 108 "apps": { |
| 109 "methods": { | 109 "methods": { |
| 110 "create": { | |
| 111 "description": "Creates an App Engine application for a Goog
le Cloud Platform project. This requires a project that excludes an App Engine a
pplication. For details about creating a project without an application, see the
[Google Cloud Resource Manager create project topic](https://cloud.google.com/r
esource-manager/docs/creating-project).", | |
| 112 "httpMethod": "POST", | |
| 113 "id": "appengine.apps.create", | |
| 114 "path": "v1beta5/apps", | |
| 115 "request": { | |
| 116 "$ref": "Application" | |
| 117 }, | |
| 118 "response": { | |
| 119 "$ref": "Operation" | |
| 120 }, | |
| 121 "scopes": [ | |
| 122 "https://www.googleapis.com/auth/cloud-platform" | |
| 123 ] | |
| 124 }, | |
| 125 "get": { | 110 "get": { |
| 126 "description": "Gets information about an application.", | 111 "description": "Gets information about an application.", |
| 127 "httpMethod": "GET", | 112 "httpMethod": "GET", |
| 128 "id": "appengine.apps.get", | 113 "id": "appengine.apps.get", |
| 129 "parameterOrder": [ | 114 "parameterOrder": [ |
| 130 "appsId" | 115 "appsId" |
| 131 ], | 116 ], |
| 132 "parameters": { | 117 "parameters": { |
| 133 "appsId": { | 118 "appsId": { |
| 134 "description": "Part of `name`. Name of the applicat
ion to get. For example: \"apps/myapp\".", | 119 "description": "Part of `name`. Name of the Applicat
ion resource to get. Example: `apps/myapp`.", |
| 135 "location": "path", | 120 "location": "path", |
| 136 "required": true, | 121 "required": true, |
| 137 "type": "string" | 122 "type": "string" |
| 138 }, | |
| 139 "ensureResourcesExist": { | |
| 140 "description": "Certain resources associated with an
application are created on-demand. Controls whether these resources should be c
reated when performing the `GET` operation. If specified and any resources could
not be created, the request will fail with an error code. Additionally, this pa
rameter can cause the request to take longer to complete. Note: This parameter w
ill be deprecated in a future version of the API.", | |
| 141 "location": "query", | |
| 142 "type": "boolean" | |
| 143 } | 123 } |
| 144 }, | 124 }, |
| 145 "path": "v1beta5/apps/{appsId}", | 125 "path": "v1/apps/{appsId}", |
| 146 "response": { | 126 "response": { |
| 147 "$ref": "Application" | 127 "$ref": "Application" |
| 148 }, | 128 }, |
| 149 "scopes": [ | 129 "scopes": [ |
| 150 "https://www.googleapis.com/auth/cloud-platform" | 130 "https://www.googleapis.com/auth/cloud-platform" |
| 131 ] |
| 132 }, |
| 133 "repair": { |
| 134 "description": "Recreates the required App Engine features f
or the application in your project, for example a Cloud Storage bucket or App En
gine service account. Use this method if you receive an error message about a mi
ssing feature, for example \"*Error retrieving the App Engine service account*\"
.", |
| 135 "httpMethod": "POST", |
| 136 "id": "appengine.apps.repair", |
| 137 "parameterOrder": [ |
| 138 "appsId" |
| 139 ], |
| 140 "parameters": { |
| 141 "appsId": { |
| 142 "description": "Part of `name`. Name of the applicat
ion to repair. Example: `apps/myapp`", |
| 143 "location": "path", |
| 144 "required": true, |
| 145 "type": "string" |
| 146 } |
| 147 }, |
| 148 "path": "v1/apps/{appsId}:repair", |
| 149 "request": { |
| 150 "$ref": "RepairApplicationRequest" |
| 151 }, |
| 152 "response": { |
| 153 "$ref": "Operation" |
| 154 }, |
| 155 "scopes": [ |
| 156 "https://www.googleapis.com/auth/cloud-platform" |
| 151 ] | 157 ] |
| 152 } | 158 } |
| 153 }, | 159 }, |
| 154 "resources": { | 160 "resources": { |
| 155 "operations": { | 161 "operations": { |
| 156 "methods": { | 162 "methods": { |
| 157 "get": { | 163 "get": { |
| 158 "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.", | 164 "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.", |
| 159 "httpMethod": "GET", | 165 "httpMethod": "GET", |
| 160 "id": "appengine.apps.operations.get", | 166 "id": "appengine.apps.operations.get", |
| 161 "parameterOrder": [ | 167 "parameterOrder": [ |
| 162 "appsId", | 168 "appsId", |
| 163 "operationsId" | 169 "operationsId" |
| 164 ], | 170 ], |
| 165 "parameters": { | 171 "parameters": { |
| 166 "appsId": { | 172 "appsId": { |
| 167 "description": "Part of `name`. The name of
the operation resource.", | 173 "description": "Part of `name`. The name of
the operation resource.", |
| 168 "location": "path", | 174 "location": "path", |
| 169 "required": true, | 175 "required": true, |
| 170 "type": "string" | 176 "type": "string" |
| 171 }, | 177 }, |
| 172 "operationsId": { | 178 "operationsId": { |
| 173 "description": "Part of `name`. See document
ation of `appsId`.", | 179 "description": "Part of `name`. See document
ation of `appsId`.", |
| 174 "location": "path", | 180 "location": "path", |
| 175 "required": true, | 181 "required": true, |
| 176 "type": "string" | 182 "type": "string" |
| 177 } | 183 } |
| 178 }, | 184 }, |
| 179 "path": "v1beta5/apps/{appsId}/operations/{operation
sId}", | 185 "path": "v1/apps/{appsId}/operations/{operationsId}"
, |
| 180 "response": { | 186 "response": { |
| 181 "$ref": "Operation" | 187 "$ref": "Operation" |
| 182 }, | 188 }, |
| 183 "scopes": [ | 189 "scopes": [ |
| 184 "https://www.googleapis.com/auth/cloud-platform" | 190 "https://www.googleapis.com/auth/cloud-platform" |
| 185 ] | 191 ] |
| 186 }, | 192 }, |
| 187 "list": { | 193 "list": { |
| 188 "description": "Lists operations that match the spec
ified filter in the request. If the server doesn't support this method, it retur
ns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to overri
de the binding to use different resource name schemes, such as `users/*/operatio
ns`.", | 194 "description": "Lists operations that match the spec
ified filter in the request. If the server doesn't support this method, it retur
ns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to overri
de the binding to use different resource name schemes, such as `users/*/operatio
ns`.", |
| 189 "httpMethod": "GET", | 195 "httpMethod": "GET", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 208 "format": "int32", | 214 "format": "int32", |
| 209 "location": "query", | 215 "location": "query", |
| 210 "type": "integer" | 216 "type": "integer" |
| 211 }, | 217 }, |
| 212 "pageToken": { | 218 "pageToken": { |
| 213 "description": "The standard list page token
.", | 219 "description": "The standard list page token
.", |
| 214 "location": "query", | 220 "location": "query", |
| 215 "type": "string" | 221 "type": "string" |
| 216 } | 222 } |
| 217 }, | 223 }, |
| 218 "path": "v1beta5/apps/{appsId}/operations", | 224 "path": "v1/apps/{appsId}/operations", |
| 219 "response": { | 225 "response": { |
| 220 "$ref": "ListOperationsResponse" | 226 "$ref": "ListOperationsResponse" |
| 221 }, | 227 }, |
| 222 "scopes": [ | 228 "scopes": [ |
| 223 "https://www.googleapis.com/auth/cloud-platform" | 229 "https://www.googleapis.com/auth/cloud-platform" |
| 224 ] | 230 ] |
| 225 } | 231 } |
| 226 } | 232 } |
| 227 }, | 233 }, |
| 228 "services": { | 234 "services": { |
| 229 "methods": { | 235 "methods": { |
| 230 "delete": { | 236 "list": { |
| 231 "description": "Deletes a service and all enclosed v
ersions.", | 237 "description": "Lists all the services in the applic
ation.", |
| 232 "httpMethod": "DELETE", | 238 "httpMethod": "GET", |
| 233 "id": "appengine.apps.services.delete", | 239 "id": "appengine.apps.services.list", |
| 234 "parameterOrder": [ | 240 "parameterOrder": [ |
| 235 "appsId", | 241 "appsId" |
| 236 "servicesId" | |
| 237 ], | 242 ], |
| 238 "parameters": { | 243 "parameters": { |
| 239 "appsId": { | 244 "appsId": { |
| 240 "description": "Part of `name`. Name of the
resource requested. For example: \"apps/myapp/services/default\".", | 245 "description": "Part of `parent`. Name of th
e parent Application resource. Example: `apps/myapp`.", |
| 241 "location": "path", | 246 "location": "path", |
| 242 "required": true, | 247 "required": true, |
| 243 "type": "string" | 248 "type": "string" |
| 244 }, | 249 }, |
| 245 "servicesId": { | 250 "pageSize": { |
| 246 "description": "Part of `name`. See document
ation of `appsId`.", | 251 "description": "Maximum results to return pe
r page.", |
| 247 "location": "path", | 252 "format": "int32", |
| 248 "required": true, | 253 "location": "query", |
| 254 "type": "integer" |
| 255 }, |
| 256 "pageToken": { |
| 257 "description": "Continuation token for fetch
ing the next page of results.", |
| 258 "location": "query", |
| 249 "type": "string" | 259 "type": "string" |
| 250 } | 260 } |
| 251 }, | 261 }, |
| 252 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 262 "path": "v1/apps/{appsId}/services", |
| 253 "response": { | 263 "response": { |
| 254 "$ref": "Operation" | 264 "$ref": "ListServicesResponse" |
| 255 }, | 265 }, |
| 256 "scopes": [ | 266 "scopes": [ |
| 257 "https://www.googleapis.com/auth/cloud-platform" | 267 "https://www.googleapis.com/auth/cloud-platform" |
| 258 ] | 268 ] |
| 259 }, | 269 }, |
| 260 "get": { | 270 "get": { |
| 261 "description": "Gets the current configuration of th
e service.", | 271 "description": "Gets the current configuration of th
e specified service.", |
| 262 "httpMethod": "GET", | 272 "httpMethod": "GET", |
| 263 "id": "appengine.apps.services.get", | 273 "id": "appengine.apps.services.get", |
| 264 "parameterOrder": [ | 274 "parameterOrder": [ |
| 265 "appsId", | 275 "appsId", |
| 266 "servicesId" | 276 "servicesId" |
| 267 ], | 277 ], |
| 268 "parameters": { | 278 "parameters": { |
| 269 "appsId": { | 279 "appsId": { |
| 270 "description": "Part of `name`. Name of the
resource requested. For example: \"apps/myapp/services/default\".", | 280 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/services/default`.", |
| 271 "location": "path", | 281 "location": "path", |
| 272 "required": true, | 282 "required": true, |
| 273 "type": "string" | 283 "type": "string" |
| 274 }, | 284 }, |
| 275 "servicesId": { | 285 "servicesId": { |
| 276 "description": "Part of `name`. See document
ation of `appsId`.", | 286 "description": "Part of `name`. See document
ation of `appsId`.", |
| 277 "location": "path", | 287 "location": "path", |
| 278 "required": true, | 288 "required": true, |
| 279 "type": "string" | 289 "type": "string" |
| 280 } | 290 } |
| 281 }, | 291 }, |
| 282 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 292 "path": "v1/apps/{appsId}/services/{servicesId}", |
| 283 "response": { | 293 "response": { |
| 284 "$ref": "Service" | 294 "$ref": "Service" |
| 285 }, | 295 }, |
| 286 "scopes": [ | 296 "scopes": [ |
| 287 "https://www.googleapis.com/auth/cloud-platform" | 297 "https://www.googleapis.com/auth/cloud-platform" |
| 288 ] | 298 ] |
| 289 }, | 299 }, |
| 290 "list": { | |
| 291 "description": "Lists all the services in the applic
ation.", | |
| 292 "httpMethod": "GET", | |
| 293 "id": "appengine.apps.services.list", | |
| 294 "parameterOrder": [ | |
| 295 "appsId" | |
| 296 ], | |
| 297 "parameters": { | |
| 298 "appsId": { | |
| 299 "description": "Part of `name`. Name of the
resource requested. For example: \"apps/myapp\".", | |
| 300 "location": "path", | |
| 301 "required": true, | |
| 302 "type": "string" | |
| 303 }, | |
| 304 "pageSize": { | |
| 305 "description": "Maximum results to return pe
r page.", | |
| 306 "format": "int32", | |
| 307 "location": "query", | |
| 308 "type": "integer" | |
| 309 }, | |
| 310 "pageToken": { | |
| 311 "description": "Continuation token for fetch
ing the next page of results.", | |
| 312 "location": "query", | |
| 313 "type": "string" | |
| 314 } | |
| 315 }, | |
| 316 "path": "v1beta5/apps/{appsId}/services", | |
| 317 "response": { | |
| 318 "$ref": "ListServicesResponse" | |
| 319 }, | |
| 320 "scopes": [ | |
| 321 "https://www.googleapis.com/auth/cloud-platform" | |
| 322 ] | |
| 323 }, | |
| 324 "patch": { | 300 "patch": { |
| 325 "description": "Updates the configuration of the spe
cified service.", | 301 "description": "Updates the configuration of the spe
cified service.", |
| 326 "httpMethod": "PATCH", | 302 "httpMethod": "PATCH", |
| 327 "id": "appengine.apps.services.patch", | 303 "id": "appengine.apps.services.patch", |
| 328 "parameterOrder": [ | 304 "parameterOrder": [ |
| 329 "appsId", | 305 "appsId", |
| 330 "servicesId" | 306 "servicesId" |
| 331 ], | 307 ], |
| 332 "parameters": { | 308 "parameters": { |
| 333 "appsId": { | 309 "appsId": { |
| 334 "description": "Part of `name`. Name of the
resource to update. For example: \"apps/myapp/services/default\".", | 310 "description": "Part of `name`. Name of the
resource to update. Example: `apps/myapp/services/default`.", |
| 335 "location": "path", | 311 "location": "path", |
| 336 "required": true, | 312 "required": true, |
| 337 "type": "string" | 313 "type": "string" |
| 314 }, |
| 315 "servicesId": { |
| 316 "description": "Part of `name`. See document
ation of `appsId`.", |
| 317 "location": "path", |
| 318 "required": true, |
| 319 "type": "string" |
| 320 }, |
| 321 "updateMask": { |
| 322 "description": "Standard field mask for the
set of fields to be updated.", |
| 323 "location": "query", |
| 324 "type": "string" |
| 325 }, |
| 326 "migrateTraffic": { |
| 327 "description": "Set to `true` to gradually s
hift traffic from one version to another single version. By default, traffic is
shifted immediately. For gradual traffic migration, the target version must be l
ocated within instances that are configured for both [warmup requests](https://c
loud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.version
s#inboundservicetype) and [automatic scaling](https://cloud.google.com/appengine
/docs/admin-api/reference/rest/v1/apps.services.versions#automaticscaling). You
must specify the [`shardBy`](https://cloud.google.com/appengine/docs/admin-api/r
eference/rest/v1/apps.services#shardby) field in the Service resource. Gradual t
raffic migration is not supported in the App Engine flexible environment. For ex
amples, see [Migrating and Splitting Traffic](https://cloud.google.com/appengine
/docs/admin-api/migrating-splitting-traffic).", |
| 328 "location": "query", |
| 329 "type": "boolean" |
| 330 } |
| 331 }, |
| 332 "path": "v1/apps/{appsId}/services/{servicesId}", |
| 333 "request": { |
| 334 "$ref": "Service" |
| 335 }, |
| 336 "response": { |
| 337 "$ref": "Operation" |
| 338 }, |
| 339 "scopes": [ |
| 340 "https://www.googleapis.com/auth/cloud-platform" |
| 341 ] |
| 342 }, |
| 343 "delete": { |
| 344 "description": "Deletes the specified service and al
l enclosed versions.", |
| 345 "httpMethod": "DELETE", |
| 346 "id": "appengine.apps.services.delete", |
| 347 "parameterOrder": [ |
| 348 "appsId", |
| 349 "servicesId" |
| 350 ], |
| 351 "parameters": { |
| 352 "appsId": { |
| 353 "description": "Part of `name`. Name of the
resource requested. Example: `apps/myapp/services/default`.", |
| 354 "location": "path", |
| 355 "required": true, |
| 356 "type": "string" |
| 338 }, | 357 }, |
| 339 "servicesId": { | 358 "servicesId": { |
| 340 "description": "Part of `name`. See document
ation of `appsId`.", | 359 "description": "Part of `name`. See document
ation of `appsId`.", |
| 341 "location": "path", | 360 "location": "path", |
| 342 "required": true, | 361 "required": true, |
| 343 "type": "string" | 362 "type": "string" |
| 344 }, | |
| 345 "mask": { | |
| 346 "description": "Standard field mask for the
set of fields to be updated.", | |
| 347 "location": "query", | |
| 348 "type": "string" | |
| 349 }, | |
| 350 "migrateTraffic": { | |
| 351 "description": "Whether to use Traffic Migra
tion to shift traffic gradually. Traffic can only be migrated from a single vers
ion to another single version.", | |
| 352 "location": "query", | |
| 353 "type": "boolean" | |
| 354 } | 363 } |
| 355 }, | 364 }, |
| 356 "path": "v1beta5/apps/{appsId}/services/{servicesId}
", | 365 "path": "v1/apps/{appsId}/services/{servicesId}", |
| 357 "request": { | |
| 358 "$ref": "Service" | |
| 359 }, | |
| 360 "response": { | 366 "response": { |
| 361 "$ref": "Operation" | 367 "$ref": "Operation" |
| 362 }, | 368 }, |
| 363 "scopes": [ | 369 "scopes": [ |
| 364 "https://www.googleapis.com/auth/cloud-platform" | 370 "https://www.googleapis.com/auth/cloud-platform" |
| 365 ] | 371 ] |
| 366 } | 372 } |
| 367 }, | 373 }, |
| 368 "resources": { | 374 "resources": { |
| 369 "versions": { | 375 "versions": { |
| 370 "methods": { | 376 "methods": { |
| 371 "create": { | 377 "list": { |
| 372 "description": "Deploys new code and resourc
e files to a version.", | 378 "description": "Lists the versions of a serv
ice.", |
| 373 "httpMethod": "POST", | 379 "httpMethod": "GET", |
| 374 "id": "appengine.apps.services.versions.crea
te", | 380 "id": "appengine.apps.services.versions.list
", |
| 375 "parameterOrder": [ | 381 "parameterOrder": [ |
| 376 "appsId", | 382 "appsId", |
| 377 "servicesId" | 383 "servicesId" |
| 378 ], | 384 ], |
| 379 "parameters": { | 385 "parameters": { |
| 380 "appsId": { | 386 "appsId": { |
| 381 "description": "Part of `name`. Name
of the resource to update. For example: \"apps/myapp/services/default\".", | 387 "description": "Part of `parent`. Na
me of the parent Service resource. Example: `apps/myapp/services/default`.", |
| 382 "location": "path", | 388 "location": "path", |
| 383 "required": true, | 389 "required": true, |
| 384 "type": "string" | 390 "type": "string" |
| 385 }, | 391 }, |
| 386 "servicesId": { | 392 "servicesId": { |
| 387 "description": "Part of `name`. See
documentation of `appsId`.", | 393 "description": "Part of `parent`. Se
e documentation of `appsId`.", |
| 388 "location": "path", | |
| 389 "required": true, | |
| 390 "type": "string" | |
| 391 } | |
| 392 }, | |
| 393 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions", | |
| 394 "request": { | |
| 395 "$ref": "Version" | |
| 396 }, | |
| 397 "response": { | |
| 398 "$ref": "Operation" | |
| 399 }, | |
| 400 "scopes": [ | |
| 401 "https://www.googleapis.com/auth/cloud-p
latform" | |
| 402 ] | |
| 403 }, | |
| 404 "delete": { | |
| 405 "description": "Deletes an existing version.
", | |
| 406 "httpMethod": "DELETE", | |
| 407 "id": "appengine.apps.services.versions.dele
te", | |
| 408 "parameterOrder": [ | |
| 409 "appsId", | |
| 410 "servicesId", | |
| 411 "versionsId" | |
| 412 ], | |
| 413 "parameters": { | |
| 414 "appsId": { | |
| 415 "description": "Part of `name`. Name
of the resource requested. For example: \"apps/myapp/services/default/versions/
v1\".", | |
| 416 "location": "path", | 394 "location": "path", |
| 417 "required": true, | 395 "required": true, |
| 418 "type": "string" | 396 "type": "string" |
| 419 }, | 397 }, |
| 420 "servicesId": { | 398 "view": { |
| 421 "description": "Part of `name`. See
documentation of `appsId`.", | 399 "description": "Controls the set of
fields returned in the `List` response.", |
| 422 "location": "path", | 400 "enum": [ |
| 423 "required": true, | 401 "BASIC", |
| 402 "FULL" |
| 403 ], |
| 404 "location": "query", |
| 424 "type": "string" | 405 "type": "string" |
| 425 }, | 406 }, |
| 426 "versionsId": { | 407 "pageSize": { |
| 427 "description": "Part of `name`. See
documentation of `appsId`.", | 408 "description": "Maximum results to r
eturn per page.", |
| 428 "location": "path", | 409 "format": "int32", |
| 429 "required": true, | 410 "location": "query", |
| 411 "type": "integer" |
| 412 }, |
| 413 "pageToken": { |
| 414 "description": "Continuation token f
or fetching the next page of results.", |
| 415 "location": "query", |
| 430 "type": "string" | 416 "type": "string" |
| 431 } | 417 } |
| 432 }, | 418 }, |
| 433 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 419 "path": "v1/apps/{appsId}/services/{services
Id}/versions", |
| 434 "response": { | 420 "response": { |
| 435 "$ref": "Operation" | 421 "$ref": "ListVersionsResponse" |
| 436 }, | 422 }, |
| 437 "scopes": [ | 423 "scopes": [ |
| 438 "https://www.googleapis.com/auth/cloud-p
latform" | 424 "https://www.googleapis.com/auth/cloud-p
latform" |
| 439 ] | 425 ] |
| 440 }, | 426 }, |
| 441 "get": { | 427 "get": { |
| 442 "description": "Gets application deployment
information.", | 428 "description": "Gets the specified Version r
esource. By default, only a `BASIC_VIEW` will be returned. Specify the `FULL_VIE
W` parameter to get the full resource.", |
| 443 "httpMethod": "GET", | 429 "httpMethod": "GET", |
| 444 "id": "appengine.apps.services.versions.get"
, | 430 "id": "appengine.apps.services.versions.get"
, |
| 445 "parameterOrder": [ | 431 "parameterOrder": [ |
| 446 "appsId", | 432 "appsId", |
| 447 "servicesId", | 433 "servicesId", |
| 448 "versionsId" | 434 "versionsId" |
| 449 ], | 435 ], |
| 450 "parameters": { | 436 "parameters": { |
| 451 "appsId": { | 437 "appsId": { |
| 452 "description": "Part of `name`. Name
of the resource requested. For example: \"apps/myapp/services/default/versions/
v1\".", | 438 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/services/default/versions/v1`."
, |
| 453 "location": "path", | 439 "location": "path", |
| 454 "required": true, | 440 "required": true, |
| 455 "type": "string" | 441 "type": "string" |
| 456 }, | 442 }, |
| 457 "servicesId": { | 443 "servicesId": { |
| 458 "description": "Part of `name`. See
documentation of `appsId`.", | 444 "description": "Part of `name`. See
documentation of `appsId`.", |
| 459 "location": "path", | 445 "location": "path", |
| 460 "required": true, | 446 "required": true, |
| 461 "type": "string" | 447 "type": "string" |
| 462 }, | 448 }, |
| 463 "versionsId": { | 449 "versionsId": { |
| 464 "description": "Part of `name`. See
documentation of `appsId`.", | 450 "description": "Part of `name`. See
documentation of `appsId`.", |
| 465 "location": "path", | 451 "location": "path", |
| 466 "required": true, | 452 "required": true, |
| 467 "type": "string" | 453 "type": "string" |
| 468 }, | 454 }, |
| 469 "view": { | 455 "view": { |
| 470 "description": "Controls the set of
fields returned in the `Get` response.", | 456 "description": "Controls the set of
fields returned in the `Get` response.", |
| 471 "enum": [ | 457 "enum": [ |
| 472 "BASIC", | 458 "BASIC", |
| 473 "FULL" | 459 "FULL" |
| 474 ], | 460 ], |
| 475 "location": "query", | 461 "location": "query", |
| 476 "type": "string" | 462 "type": "string" |
| 477 } | 463 } |
| 478 }, | 464 }, |
| 479 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 465 "path": "v1/apps/{appsId}/services/{services
Id}/versions/{versionsId}", |
| 480 "response": { | 466 "response": { |
| 481 "$ref": "Version" | 467 "$ref": "Version" |
| 482 }, | 468 }, |
| 483 "scopes": [ | 469 "scopes": [ |
| 484 "https://www.googleapis.com/auth/cloud-p
latform" | 470 "https://www.googleapis.com/auth/cloud-p
latform" |
| 485 ] | 471 ] |
| 486 }, | 472 }, |
| 487 "list": { | 473 "create": { |
| 488 "description": "Lists the versions of a serv
ice.", | 474 "description": "Deploys code and resource fi
les to a new version.", |
| 489 "httpMethod": "GET", | 475 "httpMethod": "POST", |
| 490 "id": "appengine.apps.services.versions.list
", | 476 "id": "appengine.apps.services.versions.crea
te", |
| 491 "parameterOrder": [ | 477 "parameterOrder": [ |
| 492 "appsId", | 478 "appsId", |
| 493 "servicesId" | 479 "servicesId" |
| 494 ], | 480 ], |
| 495 "parameters": { | 481 "parameters": { |
| 496 "appsId": { | 482 "appsId": { |
| 497 "description": "Part of `name`. Name
of the resource requested. For example: \"apps/myapp/services/default\".", | 483 "description": "Part of `parent`. Na
me of the parent resource to create this version under. Example: `apps/myapp/ser
vices/default`.", |
| 498 "location": "path", | 484 "location": "path", |
| 499 "required": true, | 485 "required": true, |
| 500 "type": "string" | 486 "type": "string" |
| 501 }, | 487 }, |
| 502 "servicesId": { | 488 "servicesId": { |
| 503 "description": "Part of `name`. See
documentation of `appsId`.", | 489 "description": "Part of `parent`. Se
e documentation of `appsId`.", |
| 504 "location": "path", | 490 "location": "path", |
| 505 "required": true, | 491 "required": true, |
| 506 "type": "string" | 492 "type": "string" |
| 507 }, | |
| 508 "view": { | |
| 509 "description": "Controls the set of
fields returned in the `List` response.", | |
| 510 "enum": [ | |
| 511 "BASIC", | |
| 512 "FULL" | |
| 513 ], | |
| 514 "location": "query", | |
| 515 "type": "string" | |
| 516 }, | |
| 517 "pageSize": { | |
| 518 "description": "Maximum results to r
eturn per page.", | |
| 519 "format": "int32", | |
| 520 "location": "query", | |
| 521 "type": "integer" | |
| 522 }, | |
| 523 "pageToken": { | |
| 524 "description": "Continuation token f
or fetching the next page of results.", | |
| 525 "location": "query", | |
| 526 "type": "string" | |
| 527 } | 493 } |
| 528 }, | 494 }, |
| 529 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions", | 495 "path": "v1/apps/{appsId}/services/{services
Id}/versions", |
| 496 "request": { |
| 497 "$ref": "Version" |
| 498 }, |
| 530 "response": { | 499 "response": { |
| 531 "$ref": "ListVersionsResponse" | 500 "$ref": "Operation" |
| 532 }, | 501 }, |
| 533 "scopes": [ | 502 "scopes": [ |
| 534 "https://www.googleapis.com/auth/cloud-p
latform" | 503 "https://www.googleapis.com/auth/cloud-p
latform" |
| 535 ] | 504 ] |
| 536 }, | 505 }, |
| 537 "patch": { | 506 "patch": { |
| 538 "description": "Updates the specified Versio
n resource. You can specify the following fields depending on the App Engine env
ironment and type of scaling that the version resource uses: * [`serving_status`
](/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Versio
n.FIELDS.serving_status): For Version resources that use basic scaling, manual s
caling, or run in the App Engine flexible environment. * [`instance_class`](/app
engine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Version.FIEL
DS.instance_class): For Version resources that run in the App Engine standard en
vironment. * [`automatic_scaling.min_idle_instances`](/appengine/docs/admin-api/
reference/rest/v1beta5/apps.services.versions#Version.FIELDS.automatic_scaling):
For Version resources that use automatic scaling and run in the App Engine stan
dard environment. * [`automatic_scaling.max_idle_instances`](/appengine/docs/adm
in-api/reference/rest/v1beta5/apps.services.versions#Version.FIELDS.automatic_sc
aling): For Version resources that use automatic scaling and run in the App Engi
ne standard environment.", | 507 "description": "Updates the specified Versio
n resource. You can specify the following fields depending on the App Engine env
ironment and type of scaling that the version resource uses: * [`serving_status`
](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.servi
ces.versions#Version.FIELDS.serving_status): For Version resources that use basi
c scaling, manual scaling, or run in the App Engine flexible environment. * [`in
stance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/
v1/apps.services.versions#Version.FIELDS.instance_class): For Version resources
that run in the App Engine standard environment. * [`automatic_scaling.min_idle_
instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/
apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources
that use automatic scaling and run in the App Engine standard environment. * [`a
utomatic_scaling.max_idle_instances`](https://cloud.google.com/appengine/docs/ad
min-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scalin
g): For Version resources that use automatic scaling and run in the App Engine s
tandard environment.", |
| 539 "httpMethod": "PATCH", | 508 "httpMethod": "PATCH", |
| 540 "id": "appengine.apps.services.versions.patc
h", | 509 "id": "appengine.apps.services.versions.patc
h", |
| 541 "parameterOrder": [ | 510 "parameterOrder": [ |
| 542 "appsId", | 511 "appsId", |
| 543 "servicesId", | 512 "servicesId", |
| 544 "versionsId" | 513 "versionsId" |
| 545 ], | 514 ], |
| 546 "parameters": { | 515 "parameters": { |
| 547 "appsId": { | 516 "appsId": { |
| 548 "description": "Part of `name`. Name
of the resource to update. For example: \"apps/myapp/services/default/versions/
1\".", | 517 "description": "Part of `name`. Name
of the resource to update. Example: `apps/myapp/services/default/versions/1`.", |
| 549 "location": "path", | 518 "location": "path", |
| 550 "required": true, | 519 "required": true, |
| 551 "type": "string" | 520 "type": "string" |
| 552 }, | 521 }, |
| 553 "servicesId": { | 522 "servicesId": { |
| 554 "description": "Part of `name`. See
documentation of `appsId`.", | 523 "description": "Part of `name`. See
documentation of `appsId`.", |
| 555 "location": "path", | 524 "location": "path", |
| 556 "required": true, | 525 "required": true, |
| 557 "type": "string" | 526 "type": "string" |
| 558 }, | 527 }, |
| 559 "versionsId": { | 528 "versionsId": { |
| 560 "description": "Part of `name`. See
documentation of `appsId`.", | 529 "description": "Part of `name`. See
documentation of `appsId`.", |
| 561 "location": "path", | 530 "location": "path", |
| 562 "required": true, | 531 "required": true, |
| 563 "type": "string" | 532 "type": "string" |
| 564 }, | 533 }, |
| 565 "mask": { | 534 "updateMask": { |
| 566 "description": "Standard field mask
for the set of fields to be updated.", | 535 "description": "Standard field mask
for the set of fields to be updated.", |
| 567 "location": "query", | 536 "location": "query", |
| 568 "type": "string" | 537 "type": "string" |
| 569 } | 538 } |
| 570 }, | 539 }, |
| 571 "path": "v1beta5/apps/{appsId}/services/{ser
vicesId}/versions/{versionsId}", | 540 "path": "v1/apps/{appsId}/services/{services
Id}/versions/{versionsId}", |
| 572 "request": { | 541 "request": { |
| 573 "$ref": "Version" | 542 "$ref": "Version" |
| 574 }, | 543 }, |
| 575 "response": { | 544 "response": { |
| 576 "$ref": "Operation" | 545 "$ref": "Operation" |
| 577 }, | 546 }, |
| 578 "scopes": [ | 547 "scopes": [ |
| 579 "https://www.googleapis.com/auth/cloud-p
latform" | 548 "https://www.googleapis.com/auth/cloud-p
latform" |
| 580 ] | 549 ] |
| 550 }, |
| 551 "delete": { |
| 552 "description": "Deletes an existing Version
resource.", |
| 553 "httpMethod": "DELETE", |
| 554 "id": "appengine.apps.services.versions.dele
te", |
| 555 "parameterOrder": [ |
| 556 "appsId", |
| 557 "servicesId", |
| 558 "versionsId" |
| 559 ], |
| 560 "parameters": { |
| 561 "appsId": { |
| 562 "description": "Part of `name`. Name
of the resource requested. Example: `apps/myapp/services/default/versions/v1`."
, |
| 563 "location": "path", |
| 564 "required": true, |
| 565 "type": "string" |
| 566 }, |
| 567 "servicesId": { |
| 568 "description": "Part of `name`. See
documentation of `appsId`.", |
| 569 "location": "path", |
| 570 "required": true, |
| 571 "type": "string" |
| 572 }, |
| 573 "versionsId": { |
| 574 "description": "Part of `name`. See
documentation of `appsId`.", |
| 575 "location": "path", |
| 576 "required": true, |
| 577 "type": "string" |
| 578 } |
| 579 }, |
| 580 "path": "v1/apps/{appsId}/services/{services
Id}/versions/{versionsId}", |
| 581 "response": { |
| 582 "$ref": "Operation" |
| 583 }, |
| 584 "scopes": [ |
| 585 "https://www.googleapis.com/auth/cloud-p
latform" |
| 586 ] |
| 581 } | 587 } |
| 582 }, | 588 }, |
| 583 "resources": { | 589 "resources": { |
| 584 "instances": { | 590 "instances": { |
| 585 "methods": { | 591 "methods": { |
| 586 "delete": { | 592 "list": { |
| 587 "description": "Stops a running inst
ance.", | 593 "description": "Lists the instances
of a version.", |
| 588 "httpMethod": "DELETE", | 594 "httpMethod": "GET", |
| 589 "id": "appengine.apps.services.versi
ons.instances.delete", | 595 "id": "appengine.apps.services.versi
ons.instances.list", |
| 590 "parameterOrder": [ | 596 "parameterOrder": [ |
| 591 "appsId", | 597 "appsId", |
| 592 "servicesId", | 598 "servicesId", |
| 593 "versionsId", | 599 "versionsId" |
| 594 "instancesId" | |
| 595 ], | 600 ], |
| 596 "parameters": { | 601 "parameters": { |
| 597 "appsId": { | 602 "appsId": { |
| 598 "description": "Part of `nam
e`. Name of the resource requested. For example: \"apps/myapp/services/default/v
ersions/v1/instances/instance-1\".", | 603 "description": "Part of `par
ent`. Name of the parent Version resource. Example: `apps/myapp/services/default
/versions/v1`.", |
| 599 "location": "path", | 604 "location": "path", |
| 600 "required": true, | 605 "required": true, |
| 601 "type": "string" | 606 "type": "string" |
| 602 }, | 607 }, |
| 603 "servicesId": { | 608 "servicesId": { |
| 604 "description": "Part of `nam
e`. See documentation of `appsId`.", | 609 "description": "Part of `par
ent`. See documentation of `appsId`.", |
| 605 "location": "path", | 610 "location": "path", |
| 606 "required": true, | 611 "required": true, |
| 607 "type": "string" | 612 "type": "string" |
| 608 }, | 613 }, |
| 609 "versionsId": { | 614 "versionsId": { |
| 610 "description": "Part of `nam
e`. See documentation of `appsId`.", | 615 "description": "Part of `par
ent`. See documentation of `appsId`.", |
| 611 "location": "path", | 616 "location": "path", |
| 612 "required": true, | 617 "required": true, |
| 613 "type": "string" | 618 "type": "string" |
| 614 }, | 619 }, |
| 615 "instancesId": { | 620 "pageSize": { |
| 616 "description": "Part of `nam
e`. See documentation of `appsId`.", | 621 "description": "Maximum resu
lts to return per page.", |
| 617 "location": "path", | 622 "format": "int32", |
| 618 "required": true, | 623 "location": "query", |
| 624 "type": "integer" |
| 625 }, |
| 626 "pageToken": { |
| 627 "description": "Continuation
token for fetching the next page of results.", |
| 628 "location": "query", |
| 619 "type": "string" | 629 "type": "string" |
| 620 } | 630 } |
| 621 }, | 631 }, |
| 622 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", | 632 "path": "v1/apps/{appsId}/services/{
servicesId}/versions/{versionsId}/instances", |
| 623 "response": { | 633 "response": { |
| 624 "$ref": "Operation" | 634 "$ref": "ListInstancesResponse" |
| 625 }, | 635 }, |
| 626 "scopes": [ | 636 "scopes": [ |
| 627 "https://www.googleapis.com/auth
/cloud-platform" | 637 "https://www.googleapis.com/auth
/cloud-platform" |
| 628 ] | 638 ] |
| 629 }, | 639 }, |
| 630 "get": { | 640 "get": { |
| 631 "description": "Gets instance inform
ation.", | 641 "description": "Gets instance inform
ation.", |
| 632 "httpMethod": "GET", | 642 "httpMethod": "GET", |
| 633 "id": "appengine.apps.services.versi
ons.instances.get", | 643 "id": "appengine.apps.services.versi
ons.instances.get", |
| 634 "parameterOrder": [ | 644 "parameterOrder": [ |
| 635 "appsId", | 645 "appsId", |
| 636 "servicesId", | 646 "servicesId", |
| 637 "versionsId", | 647 "versionsId", |
| 638 "instancesId" | 648 "instancesId" |
| 639 ], | 649 ], |
| 640 "parameters": { | 650 "parameters": { |
| 641 "appsId": { | 651 "appsId": { |
| 642 "description": "Part of `nam
e`. Name of the resource requested. For example: \"apps/myapp/services/default/v
ersions/v1/instances/instance-1\".", | 652 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1/instances/instance-1`.", |
| 643 "location": "path", | 653 "location": "path", |
| 644 "required": true, | 654 "required": true, |
| 645 "type": "string" | 655 "type": "string" |
| 646 }, | 656 }, |
| 647 "servicesId": { | 657 "servicesId": { |
| 648 "description": "Part of `nam
e`. See documentation of `appsId`.", | 658 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 649 "location": "path", | 659 "location": "path", |
| 650 "required": true, | 660 "required": true, |
| 651 "type": "string" | 661 "type": "string" |
| 652 }, | 662 }, |
| 653 "versionsId": { | 663 "versionsId": { |
| 654 "description": "Part of `nam
e`. See documentation of `appsId`.", | 664 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 655 "location": "path", | 665 "location": "path", |
| 656 "required": true, | 666 "required": true, |
| 657 "type": "string" | 667 "type": "string" |
| 658 }, | 668 }, |
| 659 "instancesId": { | 669 "instancesId": { |
| 660 "description": "Part of `nam
e`. See documentation of `appsId`.", | 670 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 661 "location": "path", | 671 "location": "path", |
| 662 "required": true, | 672 "required": true, |
| 663 "type": "string" | 673 "type": "string" |
| 664 } | 674 } |
| 665 }, | 675 }, |
| 666 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances/{instancesId}", | 676 "path": "v1/apps/{appsId}/services/{
servicesId}/versions/{versionsId}/instances/{instancesId}", |
| 667 "response": { | 677 "response": { |
| 668 "$ref": "Instance" | 678 "$ref": "Instance" |
| 669 }, | 679 }, |
| 670 "scopes": [ | 680 "scopes": [ |
| 671 "https://www.googleapis.com/auth
/cloud-platform" | 681 "https://www.googleapis.com/auth
/cloud-platform" |
| 672 ] | 682 ] |
| 673 }, | 683 }, |
| 674 "list": { | 684 "delete": { |
| 675 "description": "Lists the instances
of a version.", | 685 "description": "Stops a running inst
ance.", |
| 676 "httpMethod": "GET", | 686 "httpMethod": "DELETE", |
| 677 "id": "appengine.apps.services.versi
ons.instances.list", | 687 "id": "appengine.apps.services.versi
ons.instances.delete", |
| 678 "parameterOrder": [ | 688 "parameterOrder": [ |
| 679 "appsId", | 689 "appsId", |
| 680 "servicesId", | 690 "servicesId", |
| 681 "versionsId" | 691 "versionsId", |
| 692 "instancesId" |
| 682 ], | 693 ], |
| 683 "parameters": { | 694 "parameters": { |
| 684 "appsId": { | 695 "appsId": { |
| 685 "description": "Part of `nam
e`. Name of the resource requested. For example: \"apps/myapp/services/default/v
ersions/v1\".", | 696 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1/instances/instance-1`.", |
| 686 "location": "path", | 697 "location": "path", |
| 687 "required": true, | 698 "required": true, |
| 688 "type": "string" | 699 "type": "string" |
| 689 }, | 700 }, |
| 690 "servicesId": { | 701 "servicesId": { |
| 691 "description": "Part of `nam
e`. See documentation of `appsId`.", | 702 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 692 "location": "path", | 703 "location": "path", |
| 693 "required": true, | 704 "required": true, |
| 694 "type": "string" | 705 "type": "string" |
| 695 }, | 706 }, |
| 696 "versionsId": { | 707 "versionsId": { |
| 697 "description": "Part of `nam
e`. See documentation of `appsId`.", | 708 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 698 "location": "path", | 709 "location": "path", |
| 699 "required": true, | 710 "required": true, |
| 700 "type": "string" | 711 "type": "string" |
| 701 }, | 712 }, |
| 702 "pageSize": { | 713 "instancesId": { |
| 703 "description": "Maximum resu
lts to return per page.", | 714 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 704 "format": "int32", | 715 "location": "path", |
| 705 "location": "query", | 716 "required": true, |
| 706 "type": "integer" | |
| 707 }, | |
| 708 "pageToken": { | |
| 709 "description": "Continuation
token for fetching the next page of results.", | |
| 710 "location": "query", | |
| 711 "type": "string" | 717 "type": "string" |
| 712 } | 718 } |
| 713 }, | 719 }, |
| 714 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances", | 720 "path": "v1/apps/{appsId}/services/{
servicesId}/versions/{versionsId}/instances/{instancesId}", |
| 715 "response": { | 721 "response": { |
| 716 "$ref": "ListInstancesResponse" | 722 "$ref": "Operation" |
| 717 }, | 723 }, |
| 718 "scopes": [ | 724 "scopes": [ |
| 719 "https://www.googleapis.com/auth
/cloud-platform" | 725 "https://www.googleapis.com/auth
/cloud-platform" |
| 720 ] | 726 ] |
| 721 }, | 727 }, |
| 722 "debug": { | 728 "debug": { |
| 723 "description": "Enable debugging of
this VM instance. This call allows you to SSH to the VM. While the VM is in debu
g mode, it continues to serve live traffic. After you're done debugging an insta
nce, delete the instance; the system creates a new instance when needed. You can
't debug a non-VM instance.", | 729 "description": "Enables debugging on
a VM instance. This allows you to use the SSH command to connect to the virtual
machine where the instance lives. While in \"debug mode\", the instance continu
es to serve live traffic. You should delete the instance when you are done debug
ging and then allow the system to take over and determine if another instance sh
ould be started. Only applicable for instances in App Engine flexible environmen
t.", |
| 724 "httpMethod": "POST", | 730 "httpMethod": "POST", |
| 725 "id": "appengine.apps.services.versi
ons.instances.debug", | 731 "id": "appengine.apps.services.versi
ons.instances.debug", |
| 726 "parameterOrder": [ | 732 "parameterOrder": [ |
| 727 "appsId", | 733 "appsId", |
| 728 "servicesId", | 734 "servicesId", |
| 729 "versionsId", | 735 "versionsId", |
| 730 "instancesId" | 736 "instancesId" |
| 731 ], | 737 ], |
| 732 "parameters": { | 738 "parameters": { |
| 733 "appsId": { | 739 "appsId": { |
| 734 "description": "Part of `nam
e`. Name of the resource requested. For example: \"apps/myapp/services/default/v
ersions/v1/instances/instance-1\".", | 740 "description": "Part of `nam
e`. Name of the resource requested. Example: `apps/myapp/services/default/versio
ns/v1/instances/instance-1`.", |
| 735 "location": "path", | 741 "location": "path", |
| 736 "required": true, | 742 "required": true, |
| 737 "type": "string" | 743 "type": "string" |
| 738 }, | 744 }, |
| 739 "servicesId": { | 745 "servicesId": { |
| 740 "description": "Part of `nam
e`. See documentation of `appsId`.", | 746 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 741 "location": "path", | 747 "location": "path", |
| 742 "required": true, | 748 "required": true, |
| 743 "type": "string" | 749 "type": "string" |
| 744 }, | 750 }, |
| 745 "versionsId": { | 751 "versionsId": { |
| 746 "description": "Part of `nam
e`. See documentation of `appsId`.", | 752 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 747 "location": "path", | 753 "location": "path", |
| 748 "required": true, | 754 "required": true, |
| 749 "type": "string" | 755 "type": "string" |
| 750 }, | 756 }, |
| 751 "instancesId": { | 757 "instancesId": { |
| 752 "description": "Part of `nam
e`. See documentation of `appsId`.", | 758 "description": "Part of `nam
e`. See documentation of `appsId`.", |
| 753 "location": "path", | 759 "location": "path", |
| 754 "required": true, | 760 "required": true, |
| 755 "type": "string" | 761 "type": "string" |
| 756 } | 762 } |
| 757 }, | 763 }, |
| 758 "path": "v1beta5/apps/{appsId}/servi
ces/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug", | 764 "path": "v1/apps/{appsId}/services/{
servicesId}/versions/{versionsId}/instances/{instancesId}:debug", |
| 759 "request": { | 765 "request": { |
| 760 "$ref": "DebugInstanceRequest" | 766 "$ref": "DebugInstanceRequest" |
| 761 }, | 767 }, |
| 762 "response": { | 768 "response": { |
| 763 "$ref": "Operation" | 769 "$ref": "Operation" |
| 764 }, | 770 }, |
| 765 "scopes": [ | 771 "scopes": [ |
| 766 "https://www.googleapis.com/auth
/cloud-platform" | 772 "https://www.googleapis.com/auth
/cloud-platform" |
| 767 ] | 773 ] |
| 768 } | 774 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 798 "format": "int32", | 804 "format": "int32", |
| 799 "location": "query", | 805 "location": "query", |
| 800 "type": "integer" | 806 "type": "integer" |
| 801 }, | 807 }, |
| 802 "pageToken": { | 808 "pageToken": { |
| 803 "description": "The standard list page token
.", | 809 "description": "The standard list page token
.", |
| 804 "location": "query", | 810 "location": "query", |
| 805 "type": "string" | 811 "type": "string" |
| 806 } | 812 } |
| 807 }, | 813 }, |
| 808 "path": "v1beta5/apps/{appsId}/locations", | 814 "path": "v1/apps/{appsId}/locations", |
| 809 "response": { | 815 "response": { |
| 810 "$ref": "ListLocationsResponse" | 816 "$ref": "ListLocationsResponse" |
| 811 }, | 817 }, |
| 812 "scopes": [ | 818 "scopes": [ |
| 813 "https://www.googleapis.com/auth/cloud-platform" | 819 "https://www.googleapis.com/auth/cloud-platform" |
| 814 ] | 820 ] |
| 815 }, | 821 }, |
| 816 "get": { | 822 "get": { |
| 817 "description": "Get information about a location.", | 823 "description": "Get information about a location.", |
| 818 "httpMethod": "GET", | 824 "httpMethod": "GET", |
| 819 "id": "appengine.apps.locations.get", | 825 "id": "appengine.apps.locations.get", |
| 820 "parameterOrder": [ | 826 "parameterOrder": [ |
| 821 "appsId", | 827 "appsId", |
| 822 "locationsId" | 828 "locationsId" |
| 823 ], | 829 ], |
| 824 "parameters": { | 830 "parameters": { |
| 825 "appsId": { | 831 "appsId": { |
| 826 "description": "Part of `name`. Resource nam
e for the location.", | 832 "description": "Part of `name`. Resource nam
e for the location.", |
| 827 "location": "path", | 833 "location": "path", |
| 828 "required": true, | 834 "required": true, |
| 829 "type": "string" | 835 "type": "string" |
| 830 }, | 836 }, |
| 831 "locationsId": { | 837 "locationsId": { |
| 832 "description": "Part of `name`. See document
ation of `appsId`.", | 838 "description": "Part of `name`. See document
ation of `appsId`.", |
| 833 "location": "path", | 839 "location": "path", |
| 834 "required": true, | 840 "required": true, |
| 835 "type": "string" | 841 "type": "string" |
| 836 } | 842 } |
| 837 }, | 843 }, |
| 838 "path": "v1beta5/apps/{appsId}/locations/{locationsI
d}", | 844 "path": "v1/apps/{appsId}/locations/{locationsId}", |
| 839 "response": { | 845 "response": { |
| 840 "$ref": "Location" | 846 "$ref": "Location" |
| 841 }, | 847 }, |
| 842 "scopes": [ | 848 "scopes": [ |
| 843 "https://www.googleapis.com/auth/cloud-platform" | 849 "https://www.googleapis.com/auth/cloud-platform" |
| 844 ] | 850 ] |
| 845 } | 851 } |
| 846 } | 852 } |
| 847 } | 853 } |
| 848 } | 854 } |
| 849 } | 855 } |
| 850 }, | 856 }, |
| 851 "revision": "20160711", | 857 "revision": "20160802", |
| 852 "rootUrl": "https://appengine.googleapis.com/", | 858 "rootUrl": "https://appengine.googleapis.com/", |
| 853 "schemas": { | 859 "schemas": { |
| 854 "Operation": { | 860 "Operation": { |
| 855 "description": "This resource represents a long-running operation th
at is the result of a network API call.", | 861 "description": "This resource represents a long-running operation th
at is the result of a network API call.", |
| 856 "id": "Operation", | 862 "id": "Operation", |
| 857 "properties": { | 863 "properties": { |
| 858 "name": { | 864 "name": { |
| 859 "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`."
, | 865 "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`."
, |
| 860 "type": "string" | 866 "type": "string" |
| 861 }, | 867 }, |
| 862 "metadata": { | 868 "metadata": { |
| 863 "additionalProperties": { | 869 "additionalProperties": { |
| 864 "description": "Properties of the object. Contains field
@ype with type URL.", | 870 "description": "Properties of the object. Contains field
@type with type URL.", |
| 865 "type": "any" | 871 "type": "any" |
| 866 }, | 872 }, |
| 867 "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.", | 873 "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.", |
| 868 "type": "object" | 874 "type": "object" |
| 869 }, | 875 }, |
| 870 "done": { | 876 "done": { |
| 871 "description": "If the value is `false`, it means the operat
ion is still in progress. If true, the operation is completed, and either `error
` or `response` is available.", | 877 "description": "If the value is `false`, it means the operat
ion is still in progress. If true, the operation is completed, and either `error
` or `response` is available.", |
| 872 "type": "boolean" | 878 "type": "boolean" |
| 873 }, | 879 }, |
| 874 "error": { | 880 "error": { |
| 875 "$ref": "Status", | 881 "$ref": "Status", |
| 876 "description": "The error result of the operation in case of
failure." | 882 "description": "The error result of the operation in case of
failure." |
| 877 }, | 883 }, |
| 878 "response": { | 884 "response": { |
| 879 "additionalProperties": { | 885 "additionalProperties": { |
| 880 "description": "Properties of the object. Contains field
@ype with type URL.", | 886 "description": "Properties of the object. Contains field
@type with type URL.", |
| 881 "type": "any" | 887 "type": "any" |
| 882 }, | 888 }, |
| 883 "description": "The normal response of the operation in case
of success. If the original method returns no data on success, such as `Delete`
, the response is `google.protobuf.Empty`. If the original method is standard `G
et`/`Create`/`Update`, the response should be the resource. For other methods, t
he response should have the type `XxxResponse`, where `Xxx` is the original meth
od name. For example, if the original method name is `TakeSnapshot()`, the infer
red response type is `TakeSnapshotResponse`.", | 889 "description": "The normal response of the operation in case
of success. If the original method returns no data on success, such as `Delete`
, the response is `google.protobuf.Empty`. If the original method is standard `G
et`/`Create`/`Update`, the response should be the resource. For other methods, t
he response should have the type `XxxResponse`, where `Xxx` is the original meth
od name. For example, if the original method name is `TakeSnapshot()`, the infer
red response type is `TakeSnapshotResponse`.", |
| 884 "type": "object" | 890 "type": "object" |
| 885 } | 891 } |
| 886 }, | 892 }, |
| 887 "type": "object" | 893 "type": "object" |
| 888 }, | 894 }, |
| 889 "Status": { | 895 "Status": { |
| 890 "description": "The `Status` type defines a logical error model that
is suitable for different programming environments, including REST APIs and RPC
APIs. It is used by [gRPC](https://github.com/grpc). The error model is designe
d to be: - Simple to use and understand for most users - Flexible enough to meet
unexpected needs # Overview The `Status` message contains three pieces of data:
error code, error message, and error details. The error code should be an enum
value of google.rpc.Code, but it may accept additional error codes if needed. Th
e error message should be a developer-facing English message that helps develope
rs *understand* and *resolve* the error. If a localized user-facing error messag
e is needed, put the localized message in the error details or localize it in th
e client. The optional error details may contain arbitrary information about the
error. There is a predefined set of error detail types in the package `google.r
pc` which can be used for common error conditions. # Language mapping The `Statu
s` message is the logical representation of the error model, but it is not neces
sarily the actual wire format. When the `Status` message is exposed in different
client libraries and different wire protocols, it can be mapped differently. Fo
r example, it will likely be mapped to some exceptions in Java, but more likely
mapped to some error codes in C. # Other uses The error model and the `Status` m
essage can be used in a variety of environments, either with or without APIs, to
provide a consistent developer experience across different environments. Exampl
e uses of this error model include: - Partial errors. If a service needs to retu
rn partial errors to the client, it may embed the `Status` in the normal respons
e to indicate the partial errors. - Workflow errors. A typical workflow has mult
iple steps. Each step may have a `Status` message for error reporting purpose. -
Batch operations. If a client uses batch request and batch response, the `Statu
s` message should be used directly inside batch response, one for each error sub
-response. - Asynchronous operations. If an API call embeds asynchronous operati
on results in its response, the status of those operations should be represented
directly using the `Status` message. - Logging. If some API errors are stored i
n logs, the message `Status` could be used directly after any stripping needed f
or security/privacy reasons.", | 896 "description": "The `Status` type defines a logical error model that
is suitable for different programming environments, including REST APIs and RPC
APIs. It is used by [gRPC](https://github.com/grpc). The error model is designe
d to be: - Simple to use and understand for most users - Flexible enough to meet
unexpected needs # Overview The `Status` message contains three pieces of data:
error code, error message, and error details. The error code should be an enum
value of google.rpc.Code, but it may accept additional error codes if needed. Th
e error message should be a developer-facing English message that helps develope
rs *understand* and *resolve* the error. If a localized user-facing error messag
e is needed, put the localized message in the error details or localize it in th
e client. The optional error details may contain arbitrary information about the
error. There is a predefined set of error detail types in the package `google.r
pc` which can be used for common error conditions. # Language mapping The `Statu
s` message is the logical representation of the error model, but it is not neces
sarily the actual wire format. When the `Status` message is exposed in different
client libraries and different wire protocols, it can be mapped differently. Fo
r example, it will likely be mapped to some exceptions in Java, but more likely
mapped to some error codes in C. # Other uses The error model and the `Status` m
essage can be used in a variety of environments, either with or without APIs, to
provide a consistent developer experience across different environments. Exampl
e uses of this error model include: - Partial errors. If a service needs to retu
rn partial errors to the client, it may embed the `Status` in the normal respons
e to indicate the partial errors. - Workflow errors. A typical workflow has mult
iple steps. Each step may have a `Status` message for error reporting purpose. -
Batch operations. If a client uses batch request and batch response, the `Statu
s` message should be used directly inside batch response, one for each error sub
-response. - Asynchronous operations. If an API call embeds asynchronous operati
on results in its response, the status of those operations should be represented
directly using the `Status` message. - Logging. If some API errors are stored i
n logs, the message `Status` could be used directly after any stripping needed f
or security/privacy reasons.", |
| 891 "id": "Status", | 897 "id": "Status", |
| 892 "properties": { | 898 "properties": { |
| 893 "code": { | 899 "code": { |
| 894 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", | 900 "description": "The status code, which should be an enum val
ue of google.rpc.Code.", |
| 895 "format": "int32", | 901 "format": "int32", |
| 896 "type": "integer" | 902 "type": "integer" |
| 897 }, | 903 }, |
| 898 "message": { | 904 "message": { |
| 899 "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.", | 905 "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.", |
| 900 "type": "string" | 906 "type": "string" |
| 901 }, | 907 }, |
| 902 "details": { | 908 "details": { |
| 903 "description": "A list of messages that carry the error deta
ils. There will be a common set of message types for APIs to use.", | 909 "description": "A list of messages that carry the error deta
ils. There will be a common set of message types for APIs to use.", |
| 904 "items": { | 910 "items": { |
| 905 "additionalProperties": { | 911 "additionalProperties": { |
| 906 "description": "Properties of the object. Contains f
ield @ype with type URL.", | 912 "description": "Properties of the object. Contains f
ield @type with type URL.", |
| 907 "type": "any" | 913 "type": "any" |
| 908 }, | 914 }, |
| 909 "type": "object" | 915 "type": "object" |
| 910 }, | 916 }, |
| 911 "type": "array" | 917 "type": "array" |
| 912 } | 918 } |
| 913 }, | 919 }, |
| 914 "type": "object" | 920 "type": "object" |
| 915 }, | 921 }, |
| 916 "ListOperationsResponse": { | 922 "ListOperationsResponse": { |
| 917 "description": "The response message for Operations.ListOperations."
, | 923 "description": "The response message for Operations.ListOperations."
, |
| 918 "id": "ListOperationsResponse", | 924 "id": "ListOperationsResponse", |
| 919 "properties": { | 925 "properties": { |
| 920 "operations": { | 926 "operations": { |
| 921 "description": "A list of operations that matches the specif
ied filter in the request.", | 927 "description": "A list of operations that matches the specif
ied filter in the request.", |
| 922 "items": { | 928 "items": { |
| 923 "$ref": "Operation" | 929 "$ref": "Operation" |
| 924 }, | 930 }, |
| 925 "type": "array" | 931 "type": "array" |
| 926 }, | 932 }, |
| 927 "nextPageToken": { | 933 "nextPageToken": { |
| 928 "description": "The standard List next-page token.", | 934 "description": "The standard List next-page token.", |
| 929 "type": "string" | 935 "type": "string" |
| 930 } | 936 } |
| 931 }, | 937 }, |
| 932 "type": "object" | 938 "type": "object" |
| 933 }, | 939 }, |
| 934 "Application": { | 940 "Application": { |
| 935 "description": "An Application contains the top-level configuration
of an App Engine application.", | 941 "description": "An Application resource contains the top-level confi
guration of an App Engine application.", |
| 936 "id": "Application", | 942 "id": "Application", |
| 937 "properties": { | 943 "properties": { |
| 938 "name": { | 944 "name": { |
| 939 "description": "The full path to the Application resource in
the API. Example: \"apps/myapp\". @OutputOnly", | 945 "description": "Full path to the Application resource in the
API. Example: `apps/myapp`. @OutputOnly", |
| 940 "type": "string" | 946 "type": "string" |
| 941 }, | 947 }, |
| 942 "id": { | 948 "id": { |
| 943 "description": "The identifier of the Application resource.
This identifier is equivalent to the project ID of the Google Cloud Platform pro
ject where you want to deploy your application. Example: \"myapp\".", | 949 "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`.", |
| 944 "type": "string" | 950 "type": "string" |
| 945 }, | 951 }, |
| 946 "dispatchRules": { | 952 "dispatchRules": { |
| 947 "description": "HTTP path dispatch rules for requests to the
app that do not explicitly target a service or version. The rules are order-dep
endent. @OutputOnly", | 953 "description": "HTTP path dispatch rules for requests to the
application that do not explicitly target a service or version. Rules are order
-dependent. @OutputOnly", |
| 948 "items": { | 954 "items": { |
| 949 "$ref": "UrlDispatchRule" | 955 "$ref": "UrlDispatchRule" |
| 950 }, | 956 }, |
| 951 "type": "array" | 957 "type": "array" |
| 952 }, | 958 }, |
| 953 "authDomain": { | 959 "authDomain": { |
| 954 "description": "If set, only users from the specified Google
Apps authentication domain may access the application. If not set, any Google A
ccount may access the application.", | 960 "description": "Google Apps authentication domain that contr
ols which users can access this application. Defaults to open access for any Goo
gle Account.", |
| 955 "type": "string" | 961 "type": "string" |
| 956 }, | 962 }, |
| 957 "location": { | 963 "locationId": { |
| 958 "description": "The location from which the application will
be run. Application instances will run out of data centers in the chosen locati
on and all of the application's End User Content will be stored at rest. The def
ault is \"us-central\". Choices are: \"us-central\" - Central US \"europe-west\"
- Western Europe \"us-east1\" - Eastern US", | 964 "description": "Location from which this application will be
run. Application instances will run out of data centers in the chosen location,
which is also where all of the application's end user content is stored. Defaul
ts to `us-central`. Options are: `us-central` - Central US `europe-west` - Weste
rn Europe `us-east1` - Eastern US", |
| 959 "type": "string" | 965 "type": "string" |
| 960 }, | 966 }, |
| 961 "codeBucket": { | 967 "codeBucket": { |
| 962 "description": "A Google Cloud Storage bucket which can be u
sed for storing files associated with an application. This bucket is associated
with the application and can be used by the gcloud deployment commands. @OutputO
nly", | 968 "description": "Google Cloud Storage bucket that can be used
for storing files associated with this application. This bucket is associated w
ith the application and can be used by the gcloud deployment commands. @OutputOn
ly", |
| 963 "type": "string" | 969 "type": "string" |
| 964 }, | 970 }, |
| 965 "defaultCookieExpiration": { | 971 "defaultCookieExpiration": { |
| 966 "description": "Determines the cookie expiration policy for
the application. @OutputOnly", | 972 "description": "Cookie expiration policy for this applicatio
n. @OutputOnly", |
| 967 "type": "string" | 973 "type": "string" |
| 968 }, | 974 }, |
| 969 "defaultHostname": { | 975 "defaultHostname": { |
| 970 "description": "The hostname used to reach the application,
as resolved by App Engine. @OutputOnly", | 976 "description": "Hostname used to reach this application, as
resolved by App Engine. @OutputOnly", |
| 971 "type": "string" | 977 "type": "string" |
| 972 }, | 978 }, |
| 973 "defaultBucket": { | 979 "defaultBucket": { |
| 974 "description": "A Google Cloud Storage bucket which can be u
sed by the application to store content. @OutputOnly", | 980 "description": "Google Cloud Storage bucket that can be used
by this application to store content. @OutputOnly", |
| 975 "type": "string" | 981 "type": "string" |
| 976 } | 982 } |
| 977 }, | 983 }, |
| 978 "type": "object" | 984 "type": "object" |
| 979 }, | 985 }, |
| 980 "UrlDispatchRule": { | 986 "UrlDispatchRule": { |
| 981 "description": "Rules to match an HTTP request and dispatch that req
uest to a service.", | 987 "description": "Rules to match an HTTP request and dispatch that req
uest to a service.", |
| 982 "id": "UrlDispatchRule", | 988 "id": "UrlDispatchRule", |
| 983 "properties": { | 989 "properties": { |
| 984 "domain": { | 990 "domain": { |
| 985 "description": "The domain name to match on. Supports '*' (g
lob) wildcarding on the left-hand side of a '.'. If empty, all domains will be m
atched (the same as '*').", | 991 "description": "Domain name to match against. The wildcard \
"`*`\" is supported if specified before a period: \"`*.`\". Defaults to matching
all domains: \"`*`\".", |
| 986 "type": "string" | 992 "type": "string" |
| 987 }, | 993 }, |
| 988 "path": { | 994 "path": { |
| 989 "description": "The pathname within the host. This must star
t with a '/'. A single '*' (glob) can be included at the end of the path. The su
m of the lengths of the domain and path may not exceed 100 characters.", | 995 "description": "Pathname within the host. Must start with a
\"`/`\". A single \"`*`\" can be included at the end of the path. The sum of the
lengths of the domain and path may not exceed 100 characters.", |
| 990 "type": "string" | 996 "type": "string" |
| 991 }, | 997 }, |
| 992 "service": { | 998 "service": { |
| 993 "description": "The resource id of a Service in this applica
tion that should service the matched request. The Service must already exist. Ex
ample: \"default\".", | 999 "description": "Resource ID of a service in this application
that should serve the matched request. The service must already exist. Example:
`default`.", |
| 1000 "type": "string" |
| 1001 } |
| 1002 }, |
| 1003 "type": "object" |
| 1004 }, |
| 1005 "RepairApplicationRequest": { |
| 1006 "description": "Request message for 'Applications.RepairApplication'
.", |
| 1007 "id": "RepairApplicationRequest", |
| 1008 "type": "object" |
| 1009 }, |
| 1010 "ListServicesResponse": { |
| 1011 "description": "Response message for `Services.ListServices`.", |
| 1012 "id": "ListServicesResponse", |
| 1013 "properties": { |
| 1014 "services": { |
| 1015 "description": "The services belonging to the requested appl
ication.", |
| 1016 "items": { |
| 1017 "$ref": "Service" |
| 1018 }, |
| 1019 "type": "array" |
| 1020 }, |
| 1021 "nextPageToken": { |
| 1022 "description": "Continuation token for fetching the next pag
e of results.", |
| 1023 "type": "string" |
| 1024 } |
| 1025 }, |
| 1026 "type": "object" |
| 1027 }, |
| 1028 "Service": { |
| 1029 "description": "A Service resource is a logical component of an appl
ication that can share state and communicate in a secure fashion with other serv
ices. For example, an application that handles customer requests might include s
eparate services to handle tasks such as backend data analysis or API requests f
rom mobile devices. Each service has a collection of versions that define a spec
ific set of code used to implement the functionality of that service.", |
| 1030 "id": "Service", |
| 1031 "properties": { |
| 1032 "name": { |
| 1033 "description": "Full path to the Service resource in the API
. Example: `apps/myapp/services/default`. @OutputOnly", |
| 1034 "type": "string" |
| 1035 }, |
| 1036 "id": { |
| 1037 "description": "Relative name of the service within the appl
ication. Example: `default`. @OutputOnly", |
| 1038 "type": "string" |
| 1039 }, |
| 1040 "split": { |
| 1041 "$ref": "TrafficSplit", |
| 1042 "description": "Mapping that defines fractional HTTP traffic
diversion to different versions within the service." |
| 1043 } |
| 1044 }, |
| 1045 "type": "object" |
| 1046 }, |
| 1047 "TrafficSplit": { |
| 1048 "description": "Traffic routing configuration for versions within a
single service. Traffic splits define how traffic directed to the service is ass
igned to versions.", |
| 1049 "id": "TrafficSplit", |
| 1050 "properties": { |
| 1051 "shardBy": { |
| 1052 "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.", |
| 1053 "enum": [ |
| 1054 "UNSPECIFIED", |
| 1055 "COOKIE", |
| 1056 "IP" |
| 1057 ], |
| 1058 "type": "string" |
| 1059 }, |
| 1060 "allocations": { |
| 1061 "additionalProperties": { |
| 1062 "format": "double", |
| 1063 "type": "number" |
| 1064 }, |
| 1065 "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.", |
| 1066 "type": "object" |
| 1067 } |
| 1068 }, |
| 1069 "type": "object" |
| 1070 }, |
| 1071 "ListVersionsResponse": { |
| 1072 "description": "Response message for `Versions.ListVersions`.", |
| 1073 "id": "ListVersionsResponse", |
| 1074 "properties": { |
| 1075 "versions": { |
| 1076 "description": "The versions belonging to the requested serv
ice.", |
| 1077 "items": { |
| 1078 "$ref": "Version" |
| 1079 }, |
| 1080 "type": "array" |
| 1081 }, |
| 1082 "nextPageToken": { |
| 1083 "description": "Continuation token for fetching the next pag
e of results.", |
| 994 "type": "string" | 1084 "type": "string" |
| 995 } | 1085 } |
| 996 }, | 1086 }, |
| 997 "type": "object" | 1087 "type": "object" |
| 998 }, | 1088 }, |
| 999 "Version": { | 1089 "Version": { |
| 1000 "description": "A Version is a specific set of source code and confi
guration files deployed to a service.", | 1090 "description": "A Version resource is a specific set of source code
and configuration files that are deployed into a service.", |
| 1001 "id": "Version", | 1091 "id": "Version", |
| 1002 "properties": { | 1092 "properties": { |
| 1003 "name": { | 1093 "name": { |
| 1004 "description": "The full path to the Version resource in the
API. Example: \"apps/myapp/services/default/versions/v1\". @OutputOnly", | 1094 "description": "Full path to the Version resource in the API
. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly", |
| 1005 "type": "string" | 1095 "type": "string" |
| 1006 }, | 1096 }, |
| 1007 "id": { | 1097 "id": { |
| 1008 "description": "The relative name/path of the Version within
the service. Example: \"v1\". Version specifiers can contain lowercase letters,
digits, and hyphens. It cannot begin with the prefix `ah-` and the names `defau
lt` and `latest` are reserved and cannot be used.", | 1098 "description": "Relative name of the version within the serv
ice. Example: `v1`. Version names can contain only lowercase letters, numbers, o
r hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix
\"ah-\".", |
| 1009 "type": "string" | 1099 "type": "string" |
| 1010 }, | 1100 }, |
| 1011 "automaticScaling": { | 1101 "automaticScaling": { |
| 1012 "$ref": "AutomaticScaling", | 1102 "$ref": "AutomaticScaling", |
| 1013 "description": "Automatic scaling is the scaling policy that
App Engine has used since its inception. It is based on request rate, response
latencies, and other application metrics." | 1103 "description": "Automatic scaling is based on request rate,
response latencies, and other application metrics." |
| 1014 }, | 1104 }, |
| 1015 "basicScaling": { | 1105 "basicScaling": { |
| 1016 "$ref": "BasicScaling", | 1106 "$ref": "BasicScaling", |
| 1017 "description": "A service with basic scaling will create an
instance when the application receives a request. The instance will be turned do
wn when the app becomes idle. Basic scaling is ideal for work that is intermitte
nt or driven by user activity." | 1107 "description": "A service with basic scaling will create an
instance when the application receives a request. The instance will be turned do
wn when the app becomes idle. Basic scaling is ideal for work that is intermitte
nt or driven by user activity." |
| 1018 }, | 1108 }, |
| 1019 "manualScaling": { | 1109 "manualScaling": { |
| 1020 "$ref": "ManualScaling", | 1110 "$ref": "ManualScaling", |
| 1021 "description": "A service with manual scaling runs continuou
sly, allowing you to perform complex initialization and rely on the state of its
memory over time." | 1111 "description": "A service with manual scaling runs continuou
sly, allowing you to perform complex initialization and rely on the state of its
memory over time." |
| 1022 }, | 1112 }, |
| 1023 "inboundServices": { | 1113 "inboundServices": { |
| 1024 "description": "Before an application can receive email or X
MPP messages, the application must be configured to enable the service.", | 1114 "description": "Before an application can receive email or X
MPP messages, the application must be configured to enable the service.", |
| 1025 "enumDescriptions": [ | 1115 "enumDescriptions": [ |
| 1026 "Not specified.", | 1116 "Not specified.", |
| 1027 "Allows an application to receive mail.", | 1117 "Allows an application to receive mail.", |
| 1028 "Allows an application receive email bound notifications
.", | 1118 "Allows an application to receive email-bound notificati
ons.", |
| 1029 "Allows an application to receive error stanzas.", | 1119 "Allows an application to receive error stanzas.", |
| 1030 "Allows an application to receive instant messages.", | 1120 "Allows an application to receive instant messages.", |
| 1031 "Allows an application to receive user subscription POST
s.", | 1121 "Allows an application to receive user subscription POST
s.", |
| 1032 "Allows an application to receive a user's chat presence
.", | 1122 "Allows an application to receive a user's chat presence
.", |
| 1033 "Registers an application for notifications when a clien
t connects or disconnects from a channel.", | 1123 "Registers an application for notifications when a clien
t connects or disconnects from a channel.", |
| 1034 "Enables warmup requests." | 1124 "Enables warmup requests." |
| 1035 ], | 1125 ], |
| 1036 "items": { | 1126 "items": { |
| 1037 "enum": [ | 1127 "enum": [ |
| 1038 "INBOUND_SERVICE_UNSPECIFIED", | 1128 "INBOUND_SERVICE_UNSPECIFIED", |
| 1039 "INBOUND_SERVICE_MAIL", | 1129 "INBOUND_SERVICE_MAIL", |
| 1040 "INBOUND_SERVICE_MAIL_BOUNCE", | 1130 "INBOUND_SERVICE_MAIL_BOUNCE", |
| 1041 "INBOUND_SERVICE_XMPP_ERROR", | 1131 "INBOUND_SERVICE_XMPP_ERROR", |
| 1042 "INBOUND_SERVICE_XMPP_MESSAGE", | 1132 "INBOUND_SERVICE_XMPP_MESSAGE", |
| 1043 "INBOUND_SERVICE_XMPP_SUBSCRIBE", | 1133 "INBOUND_SERVICE_XMPP_SUBSCRIBE", |
| 1044 "INBOUND_SERVICE_XMPP_PRESENCE", | 1134 "INBOUND_SERVICE_XMPP_PRESENCE", |
| 1045 "INBOUND_SERVICE_CHANNEL_PRESENCE", | 1135 "INBOUND_SERVICE_CHANNEL_PRESENCE", |
| 1046 "INBOUND_SERVICE_WARMUP" | 1136 "INBOUND_SERVICE_WARMUP" |
| 1047 ], | 1137 ], |
| 1048 "type": "string" | 1138 "type": "string" |
| 1049 }, | 1139 }, |
| 1050 "type": "array" | 1140 "type": "array" |
| 1051 }, | 1141 }, |
| 1052 "instanceClass": { | 1142 "instanceClass": { |
| 1053 "description": "The instance class to use to run this app. V
alid values for AutomaticScaling are `[F1, F2, F4, F4_1G]`. Valid values for Man
ualScaling and BasicScaling are `[B1, B2, B4, B8, B4_1G]`. Default: \"F1\" for A
utomaticScaling, \"B1\" for ManualScaling and BasicScaling", | 1143 "description": "Instance class that is used to run this vers
ion. Valid values are: * AutomaticScaling: `F1`, `F2`, `F4`, `F4_1G` * ManualSca
ling or BasicScaling: `B1`, `B2`, `B4`, `B8`, `B4_1G` Defaults to `F1` for Autom
aticScaling and `B1` for ManualScaling or BasicScaling.", |
| 1054 "type": "string" | 1144 "type": "string" |
| 1055 }, | 1145 }, |
| 1056 "network": { | 1146 "network": { |
| 1057 "$ref": "Network", | 1147 "$ref": "Network", |
| 1058 "description": "Used to specify extra network settings (for
VM runtimes only)." | 1148 "description": "Extra network settings. Only applicable for
VM runtimes." |
| 1059 }, | 1149 }, |
| 1060 "resources": { | 1150 "resources": { |
| 1061 "$ref": "Resources", | 1151 "$ref": "Resources", |
| 1062 "description": "Used to specify how many machine resources a
n app version needs (for VM runtimes only)." | 1152 "description": "Machine resources for this version. Only app
licable for VM runtimes." |
| 1063 }, | 1153 }, |
| 1064 "runtime": { | 1154 "runtime": { |
| 1065 "description": "The desired runtime. Values can include pyth
on27, java7, go, etc.", | 1155 "description": "Desired runtime. Example: `python27`.", |
| 1066 "type": "string" | 1156 "type": "string" |
| 1067 }, | 1157 }, |
| 1068 "threadsafe": { | 1158 "threadsafe": { |
| 1069 "description": "If true, multiple requests can be dispatched
to the app at once.", | 1159 "description": "Whether multiple requests can be dispatched
to this version at once.", |
| 1070 "type": "boolean" | 1160 "type": "boolean" |
| 1071 }, | 1161 }, |
| 1072 "vm": { | 1162 "vm": { |
| 1073 "description": "Whether to deploy this app in a VM container
.", | 1163 "description": "Whether to deploy this version in a containe
r on a virtual machine.", |
| 1074 "type": "boolean" | 1164 "type": "boolean" |
| 1075 }, | 1165 }, |
| 1076 "betaSettings": { | 1166 "betaSettings": { |
| 1077 "additionalProperties": { | 1167 "additionalProperties": { |
| 1078 "type": "string" | 1168 "type": "string" |
| 1079 }, | 1169 }, |
| 1080 "description": "Beta settings supplied to the application vi
a metadata.", | 1170 "description": "Metadata settings that are supplied to this
version to enable beta runtime features.", |
| 1081 "type": "object" | 1171 "type": "object" |
| 1082 }, | 1172 }, |
| 1083 "env": { | 1173 "env": { |
| 1084 "description": "The App Engine execution environment to use
for this version. Default: \"1\"", | 1174 "description": "App Engine execution environment for this ve
rsion. Defaults to `standard`.", |
| 1085 "type": "string" | 1175 "type": "string" |
| 1086 }, | 1176 }, |
| 1087 "servingStatus": { | 1177 "servingStatus": { |
| 1088 "description": "The current serving status of this version.
Only `SERVING` versions will have instances created or billed for. If this field
is unset when a version is created, `SERVING` status will be assumed. It is an
error to explicitly set this field to `SERVING_STATUS_UNSPECIFIED`.", | 1178 "description": "Current serving status of this version. Only
the versions with a `SERVING` status create instances and can be billed. `SERVI
NG_STATUS_UNSPECIFIED` is an invalid value. Defaults to `SERVING`.", |
| 1089 "enum": [ | 1179 "enum": [ |
| 1090 "SERVING_STATUS_UNSPECIFIED", | 1180 "SERVING_STATUS_UNSPECIFIED", |
| 1091 "SERVING", | 1181 "SERVING", |
| 1092 "STOPPED" | 1182 "STOPPED" |
| 1093 ], | 1183 ], |
| 1094 "type": "string" | 1184 "type": "string" |
| 1095 }, | 1185 }, |
| 1096 "deployer": { | 1186 "createdBy": { |
| 1097 "description": "The email address of the user who created th
is version. @OutputOnly", | 1187 "description": "Email address of the user who created this v
ersion. @OutputOnly", |
| 1098 "type": "string" | 1188 "type": "string" |
| 1099 }, | 1189 }, |
| 1100 "creationTime": { | 1190 "createTime": { |
| 1101 "description": "Creation time of this version. This will be
between the start and end times of the operation that creates this version. @Out
putOnly", | 1191 "description": "Time that this version was created. @OutputO
nly", |
| 1102 "type": "string" | 1192 "type": "string" |
| 1103 }, | 1193 }, |
| 1104 "diskUsageBytes": { | 1194 "diskUsageBytes": { |
| 1105 "description": "Total size of version files hosted on App En
gine disk in bytes. @OutputOnly", | 1195 "description": "Total size in bytes of all the files that ar
e included in this version and curerntly hosted on the App Engine disk. @OutputO
nly", |
| 1106 "format": "int64", | 1196 "format": "int64", |
| 1107 "type": "string" | 1197 "type": "string" |
| 1108 }, | 1198 }, |
| 1109 "handlers": { | 1199 "handlers": { |
| 1110 "description": "An ordered list of URL Matching patterns tha
t should be applied to incoming requests. The first matching URL consumes the re
quest, and subsequent handlers are not attempted. Only returned in `GET` request
s if `view=FULL` is set. May only be set on create requests; once created, is im
mutable.", | 1200 "description": "An ordered list of URL-matching patterns tha
t should be applied to incoming requests. The first matching URL handles the req
uest and other request handlers are not attempted. Only returned in `GET` reques
ts if `view=FULL` is set.", |
| 1111 "items": { | 1201 "items": { |
| 1112 "$ref": "UrlMap" | 1202 "$ref": "UrlMap" |
| 1113 }, | 1203 }, |
| 1114 "type": "array" | 1204 "type": "array" |
| 1115 }, | 1205 }, |
| 1116 "errorHandlers": { | 1206 "errorHandlers": { |
| 1117 "description": "Custom static error pages instead of these g
eneric error pages, (limit 10 KB/page) Only returned in `GET` requests if `view=
FULL` is set. May only be set on create requests; once created, is immutable.", | 1207 "description": "Custom static error pages. Limited to 10KB p
er page. Only returned in `GET` requests if `view=FULL` is set.", |
| 1118 "items": { | 1208 "items": { |
| 1119 "$ref": "ErrorHandler" | 1209 "$ref": "ErrorHandler" |
| 1120 }, | 1210 }, |
| 1121 "type": "array" | 1211 "type": "array" |
| 1122 }, | 1212 }, |
| 1123 "libraries": { | 1213 "libraries": { |
| 1124 "description": "Configuration for Python runtime third-party
libraries required by the application. Only returned in `GET` requests if `view
=FULL` is set. May only be set on create requests; once created, is immutable.", | 1214 "description": "Configuration for third-party Python runtime
libraries that are required by the application. Only returned in `GET` requests
if `view=FULL` is set.", |
| 1125 "items": { | 1215 "items": { |
| 1126 "$ref": "Library" | 1216 "$ref": "Library" |
| 1127 }, | 1217 }, |
| 1128 "type": "array" | 1218 "type": "array" |
| 1129 }, | 1219 }, |
| 1130 "apiConfig": { | 1220 "apiConfig": { |
| 1131 "$ref": "ApiConfigHandler", | 1221 "$ref": "ApiConfigHandler", |
| 1132 "description": "Serving configuration for Google Cloud Endpo
ints. Only returned in `GET` requests if `view=FULL` is set. May only be set on
create requests; once created, is immutable." | 1222 "description": "Serving configuration for [Google Cloud Endp
oints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned
in `GET` requests if `view=FULL` is set." |
| 1133 }, | 1223 }, |
| 1134 "envVariables": { | 1224 "envVariables": { |
| 1135 "additionalProperties": { | 1225 "additionalProperties": { |
| 1136 "type": "string" | 1226 "type": "string" |
| 1137 }, | 1227 }, |
| 1138 "description": "Environment variables made available to the
application. Only returned in `GET` requests if `view=FULL` is set. May only be
set on create requests; once created, is immutable.", | 1228 "description": "Environment variables available to the appli
cation. Only returned in `GET` requests if `view=FULL` is set.", |
| 1139 "type": "object" | 1229 "type": "object" |
| 1140 }, | 1230 }, |
| 1141 "defaultExpiration": { | 1231 "defaultExpiration": { |
| 1142 "description": "The length of time a static file served by a
static file handler ought to be cached by web proxies and browsers, if the hand
ler does not specify its own expiration. Only returned in `GET` requests if `vie
w=FULL` is set. May only be set on create requests; once created, is immutable."
, | 1232 "description": "Duration that static files should be cached
by web proxies and browsers. Only applicable if the corresponding [StaticFilesHa
ndler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.
services.versions#staticfileshandler) does not specify its own expiration time.
Only returned in `GET` requests if `view=FULL` is set.", |
| 1143 "type": "string" | 1233 "type": "string" |
| 1144 }, | 1234 }, |
| 1145 "healthCheck": { | 1235 "healthCheck": { |
| 1146 "$ref": "HealthCheck", | 1236 "$ref": "HealthCheck", |
| 1147 "description": "Configure health checking for the VM instanc
es. Unhealthy VM instances will be stopped and replaced with new instances. Only
returned in `GET` requests if `view=FULL` is set. May only be set on create req
uests; once created, is immutable." | 1237 "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." |
| 1148 }, | 1238 }, |
| 1149 "nobuildFilesRegex": { | 1239 "nobuildFilesRegex": { |
| 1150 "description": "Go only. Files that match this pattern will
not be built into the app. May only be set on create requests.", | 1240 "description": "Files that match this pattern will not be bu
ilt into this version. Only applicable for Go runtimes. Only returned in `GET` r
equests if `view=FULL` is set.", |
| 1151 "type": "string" | 1241 "type": "string" |
| 1152 }, | 1242 }, |
| 1153 "deployment": { | 1243 "deployment": { |
| 1154 "$ref": "Deployment", | 1244 "$ref": "Deployment", |
| 1155 "description": "Code and application artifacts that make up
this version. Only returned in `GET` requests if `view=FULL` is set. May only be
set on create requests; once created, is immutable." | 1245 "description": "Code and application artifacts that make up
this version. Only returned in `GET` requests if `view=FULL` is set." |
| 1246 }, |
| 1247 "versionUrl": { |
| 1248 "description": "Serving URL for this version. Example: \"htt
ps://myversion-dot-myservice-dot-myapp.appspot.com\" @OutputOnly", |
| 1249 "type": "string" |
| 1156 } | 1250 } |
| 1157 }, | 1251 }, |
| 1158 "type": "object" | 1252 "type": "object" |
| 1159 }, | 1253 }, |
| 1160 "AutomaticScaling": { | 1254 "AutomaticScaling": { |
| 1161 "description": "Automatic scaling is the scaling policy that App Eng
ine has used since its inception. It is based on request rate, response latencie
s, and other application metrics.", | 1255 "description": "Automatic scaling is based on request rate, response
latencies, and other application metrics.", |
| 1162 "id": "AutomaticScaling", | 1256 "id": "AutomaticScaling", |
| 1163 "properties": { | 1257 "properties": { |
| 1164 "coolDownPeriod": { | 1258 "coolDownPeriod": { |
| 1165 "description": "The amount of time that the [Autoscaler](htt
ps://cloud.google.com/compute/docs/autoscaler/) should wait between changes to t
he number of virtual machines. Applies only to the VM runtime.", | 1259 "description": "Amount of time that the [Autoscaler](https:/
/cloud.google.com/compute/docs/autoscaler/) should wait between changes to the n
umber of virtual machines. Only applicable for VM runtimes.", |
| 1166 "type": "string" | 1260 "type": "string" |
| 1167 }, | 1261 }, |
| 1168 "cpuUtilization": { | 1262 "cpuUtilization": { |
| 1169 "$ref": "CpuUtilization", | 1263 "$ref": "CpuUtilization", |
| 1170 "description": "Target scaling by CPU usage." | 1264 "description": "Target scaling by CPU usage." |
| 1171 }, | 1265 }, |
| 1172 "maxConcurrentRequests": { | 1266 "maxConcurrentRequests": { |
| 1173 "description": "The number of concurrent requests an automat
ic scaling instance can accept before the scheduler spawns a new instance. Defau
lt value is chosen based on the runtime.", | 1267 "description": "Number of concurrent requests an automatic s
caling instance can accept before the scheduler spawns a new instance. Defaults
to a runtime-specific value.", |
| 1174 "format": "int32", | 1268 "format": "int32", |
| 1175 "type": "integer" | 1269 "type": "integer" |
| 1176 }, | 1270 }, |
| 1177 "maxIdleInstances": { | 1271 "maxIdleInstances": { |
| 1178 "description": "The maximum number of idle instances that Ap
p Engine should maintain for this version.", | 1272 "description": "Maximum number of idle instances that should
be maintained for this version.", |
| 1179 "format": "int32", | 1273 "format": "int32", |
| 1180 "type": "integer" | 1274 "type": "integer" |
| 1181 }, | 1275 }, |
| 1182 "maxTotalInstances": { | 1276 "maxTotalInstances": { |
| 1183 "description": "Max number of instances that App Engine shou
ld start to handle requests.", | 1277 "description": "Maximum number of instances that should be s
tarted to handle requests.", |
| 1184 "format": "int32", | 1278 "format": "int32", |
| 1185 "type": "integer" | 1279 "type": "integer" |
| 1186 }, | 1280 }, |
| 1187 "maxPendingLatency": { | 1281 "maxPendingLatency": { |
| 1188 "description": "The maximum amount of time that App Engine s
hould allow a request to wait in the pending queue before starting a new instanc
e to handle it.", | 1282 "description": "Maximum amount of time that a request should
wait in the pending queue before starting a new instance to handle it.", |
| 1189 "type": "string" | 1283 "type": "string" |
| 1190 }, | 1284 }, |
| 1191 "minIdleInstances": { | 1285 "minIdleInstances": { |
| 1192 "description": "The minimum number of idle instances that Ap
p Engine should maintain for this version. Only applies to the default version o
f a service, since other versions are not expected to receive significant traffi
c.", | 1286 "description": "Minimum number of idle instances that should
be maintained for this version. Only applicable for the default version of a se
rvice.", |
| 1193 "format": "int32", | 1287 "format": "int32", |
| 1194 "type": "integer" | 1288 "type": "integer" |
| 1195 }, | 1289 }, |
| 1196 "minTotalInstances": { | 1290 "minTotalInstances": { |
| 1197 "description": "Minimum number of instances that App Engine
should maintain.", | 1291 "description": "Minimum number of instances that should be m
aintained for this version.", |
| 1198 "format": "int32", | 1292 "format": "int32", |
| 1199 "type": "integer" | 1293 "type": "integer" |
| 1200 }, | 1294 }, |
| 1201 "minPendingLatency": { | 1295 "minPendingLatency": { |
| 1202 "description": "The minimum amount of time that App Engine s
hould allow a request to wait in the pending queue before starting a new instanc
e to handle it.", | 1296 "description": "Minimum amount of time a request should wait
in the pending queue before starting a new instance to handle it.", |
| 1203 "type": "string" | 1297 "type": "string" |
| 1204 }, | 1298 }, |
| 1205 "requestUtilization": { | 1299 "requestUtilization": { |
| 1206 "$ref": "RequestUtilization", | 1300 "$ref": "RequestUtilization", |
| 1207 "description": "Target scaling by request utilization." | 1301 "description": "Target scaling by request utilization." |
| 1208 }, | 1302 }, |
| 1209 "diskUtilization": { | 1303 "diskUtilization": { |
| 1210 "$ref": "DiskUtilization", | 1304 "$ref": "DiskUtilization", |
| 1211 "description": "Target scaling by disk usage." | 1305 "description": "Target scaling by disk usage." |
| 1212 }, | 1306 }, |
| 1213 "networkUtilization": { | 1307 "networkUtilization": { |
| 1214 "$ref": "NetworkUtilization", | 1308 "$ref": "NetworkUtilization", |
| 1215 "description": "Target scaling by network usage." | 1309 "description": "Target scaling by network usage." |
| 1216 } | 1310 } |
| 1217 }, | 1311 }, |
| 1218 "type": "object" | 1312 "type": "object" |
| 1219 }, | 1313 }, |
| 1220 "CpuUtilization": { | 1314 "CpuUtilization": { |
| 1221 "description": "Target scaling by CPU usage.", | 1315 "description": "Target scaling by CPU usage.", |
| 1222 "id": "CpuUtilization", | 1316 "id": "CpuUtilization", |
| 1223 "properties": { | 1317 "properties": { |
| 1224 "aggregationWindowLength": { | 1318 "aggregationWindowLength": { |
| 1225 "description": "The period of time over which CPU utilizatio
n is calculated.", | 1319 "description": "Period of time over which CPU utilization is
calculated.", |
| 1226 "type": "string" | 1320 "type": "string" |
| 1227 }, | 1321 }, |
| 1228 "targetUtilization": { | 1322 "targetUtilization": { |
| 1229 "description": "Target (0-1) CPU utilization ratio to mainta
in when scaling.", | 1323 "description": "Target CPU utilization ratio to maintain whe
n scaling. Must be between 0 and 1.", |
| 1230 "format": "double", | 1324 "format": "double", |
| 1231 "type": "number" | 1325 "type": "number" |
| 1232 } | 1326 } |
| 1233 }, | 1327 }, |
| 1234 "type": "object" | 1328 "type": "object" |
| 1235 }, | 1329 }, |
| 1236 "RequestUtilization": { | 1330 "RequestUtilization": { |
| 1237 "description": "Target scaling by request utilization (for VM runtim
es only).", | 1331 "description": "Target scaling by request utilization. Only applicab
le for VM runtimes.", |
| 1238 "id": "RequestUtilization", | 1332 "id": "RequestUtilization", |
| 1239 "properties": { | 1333 "properties": { |
| 1240 "targetRequestCountPerSec": { | 1334 "targetRequestCountPerSecond": { |
| 1241 "description": "Target requests per second.", | 1335 "description": "Target requests per second.", |
| 1242 "format": "int32", | 1336 "format": "int32", |
| 1243 "type": "integer" | 1337 "type": "integer" |
| 1244 }, | 1338 }, |
| 1245 "targetConcurrentRequests": { | 1339 "targetConcurrentRequests": { |
| 1246 "description": "Target number of concurrent requests.", | 1340 "description": "Target number of concurrent requests.", |
| 1247 "format": "int32", | 1341 "format": "int32", |
| 1248 "type": "integer" | 1342 "type": "integer" |
| 1249 } | 1343 } |
| 1250 }, | 1344 }, |
| 1251 "type": "object" | 1345 "type": "object" |
| 1252 }, | 1346 }, |
| 1253 "DiskUtilization": { | 1347 "DiskUtilization": { |
| 1254 "description": "Target scaling by disk usage (for VM runtimes only).
", | 1348 "description": "Target scaling by disk usage. Only applicable for VM
runtimes.", |
| 1255 "id": "DiskUtilization", | 1349 "id": "DiskUtilization", |
| 1256 "properties": { | 1350 "properties": { |
| 1257 "targetWriteBytesPerSec": { | 1351 "targetWriteBytesPerSecond": { |
| 1258 "description": "Target bytes per second written.", | 1352 "description": "Target bytes written per second.", |
| 1259 "format": "int32", | 1353 "format": "int32", |
| 1260 "type": "integer" | 1354 "type": "integer" |
| 1261 }, | 1355 }, |
| 1262 "targetWriteOpsPerSec": { | 1356 "targetWriteOpsPerSecond": { |
| 1263 "description": "Target ops per second written.", | 1357 "description": "Target ops written per second.", |
| 1264 "format": "int32", | 1358 "format": "int32", |
| 1265 "type": "integer" | 1359 "type": "integer" |
| 1266 }, | 1360 }, |
| 1267 "targetReadBytesPerSec": { | 1361 "targetReadBytesPerSecond": { |
| 1268 "description": "Target bytes per second read.", | 1362 "description": "Target bytes read per second.", |
| 1269 "format": "int32", | 1363 "format": "int32", |
| 1270 "type": "integer" | 1364 "type": "integer" |
| 1271 }, | 1365 }, |
| 1272 "targetReadOpsPerSec": { | 1366 "targetReadOpsPerSecond": { |
| 1273 "description": "Target ops per second read.", | 1367 "description": "Target ops read per seconds.", |
| 1274 "format": "int32", | 1368 "format": "int32", |
| 1275 "type": "integer" | 1369 "type": "integer" |
| 1276 } | 1370 } |
| 1277 }, | 1371 }, |
| 1278 "type": "object" | 1372 "type": "object" |
| 1279 }, | 1373 }, |
| 1280 "NetworkUtilization": { | 1374 "NetworkUtilization": { |
| 1281 "description": "Target scaling by network usage (for VM runtimes onl
y).", | 1375 "description": "Target scaling by network usage. Only applicable for
VM runtimes.", |
| 1282 "id": "NetworkUtilization", | 1376 "id": "NetworkUtilization", |
| 1283 "properties": { | 1377 "properties": { |
| 1284 "targetSentBytesPerSec": { | 1378 "targetSentBytesPerSecond": { |
| 1285 "description": "Target bytes per second sent.", | 1379 "description": "Target bytes sent per second.", |
| 1286 "format": "int32", | 1380 "format": "int32", |
| 1287 "type": "integer" | 1381 "type": "integer" |
| 1288 }, | 1382 }, |
| 1289 "targetSentPacketsPerSec": { | 1383 "targetSentPacketsPerSecond": { |
| 1290 "description": "Target packets per second sent.", | 1384 "description": "Target packets sent per second.", |
| 1291 "format": "int32", | 1385 "format": "int32", |
| 1292 "type": "integer" | 1386 "type": "integer" |
| 1293 }, | 1387 }, |
| 1294 "targetReceivedBytesPerSec": { | 1388 "targetReceivedBytesPerSecond": { |
| 1295 "description": "Target bytes per second received.", | 1389 "description": "Target bytes received per second.", |
| 1296 "format": "int32", | 1390 "format": "int32", |
| 1297 "type": "integer" | 1391 "type": "integer" |
| 1298 }, | 1392 }, |
| 1299 "targetReceivedPacketsPerSec": { | 1393 "targetReceivedPacketsPerSecond": { |
| 1300 "description": "Target packets per second received.", | 1394 "description": "Target packets received per second.", |
| 1301 "format": "int32", | 1395 "format": "int32", |
| 1302 "type": "integer" | 1396 "type": "integer" |
| 1303 } | 1397 } |
| 1304 }, | 1398 }, |
| 1305 "type": "object" | 1399 "type": "object" |
| 1306 }, | 1400 }, |
| 1307 "BasicScaling": { | 1401 "BasicScaling": { |
| 1308 "description": "A service with basic scaling will create an instance
when the application receives a request. The instance will be turned down when
the app becomes idle. Basic scaling is ideal for work that is intermittent or dr
iven by user activity.", | 1402 "description": "A service with basic scaling will create an instance
when the application receives a request. The instance will be turned down when
the app becomes idle. Basic scaling is ideal for work that is intermittent or dr
iven by user activity.", |
| 1309 "id": "BasicScaling", | 1403 "id": "BasicScaling", |
| 1310 "properties": { | 1404 "properties": { |
| 1311 "idleTimeout": { | 1405 "idleTimeout": { |
| 1312 "description": "The instance will be shut down this amount o
f time after receiving its last request.", | 1406 "description": "Duration of time after the last request that
an instance must wait before the instance is shut down.", |
| 1313 "type": "string" | 1407 "type": "string" |
| 1314 }, | 1408 }, |
| 1315 "maxInstances": { | 1409 "maxInstances": { |
| 1316 "description": "The maximum number of instances for App Engi
ne to create for this version.", | 1410 "description": "Maximum number of instances to create for th
is version.", |
| 1317 "format": "int32", | 1411 "format": "int32", |
| 1318 "type": "integer" | 1412 "type": "integer" |
| 1319 } | 1413 } |
| 1320 }, | 1414 }, |
| 1321 "type": "object" | 1415 "type": "object" |
| 1322 }, | 1416 }, |
| 1323 "ManualScaling": { | 1417 "ManualScaling": { |
| 1324 "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.", | 1418 "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.", |
| 1325 "id": "ManualScaling", | 1419 "id": "ManualScaling", |
| 1326 "properties": { | 1420 "properties": { |
| 1327 "instances": { | 1421 "instances": { |
| 1328 "description": "The number of instances to assign to the ser
vice at the start. This number can later be altered by using the [Modules API](h
ttps://cloud.google.com/appengine/docs/python/modules/functions) `set_num_instan
ces()` function.", | 1422 "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.", |
| 1329 "format": "int32", | 1423 "format": "int32", |
| 1330 "type": "integer" | 1424 "type": "integer" |
| 1331 } | 1425 } |
| 1332 }, | 1426 }, |
| 1333 "type": "object" | 1427 "type": "object" |
| 1334 }, | 1428 }, |
| 1335 "Network": { | 1429 "Network": { |
| 1336 "description": "Used to specify extra network settings (for VM runti
mes only).", | 1430 "description": "Extra network settings. Only applicable for VM runti
mes.", |
| 1337 "id": "Network", | 1431 "id": "Network", |
| 1338 "properties": { | 1432 "properties": { |
| 1339 "forwardedPorts": { | 1433 "forwardedPorts": { |
| 1340 "description": "A list of ports (or port pairs) to forward f
rom the VM into the app container.", | 1434 "description": "List of ports, or port pairs, to forward fro
m the virtual machine to the application container.", |
| 1341 "items": { | 1435 "items": { |
| 1342 "type": "string" | 1436 "type": "string" |
| 1343 }, | 1437 }, |
| 1344 "type": "array" | 1438 "type": "array" |
| 1345 }, | 1439 }, |
| 1346 "instanceTag": { | 1440 "instanceTag": { |
| 1347 "description": "A tag to apply to the VM instance during cre
ation.", | 1441 "description": "Tag to apply to the VM instance during creat
ion.", |
| 1348 "type": "string" | 1442 "type": "string" |
| 1349 }, | 1443 }, |
| 1350 "name": { | 1444 "name": { |
| 1351 "description": "The Google Compute Engine network where the
VMs will be created. If not specified, or empty, the network named \"default\" w
ill be used. (The short name should be specified, not the resource path.)", | 1445 "description": "Google Cloud Platform network where the virt
ual machines are created. Specify the short name, not the resource path. Default
s to `default`.", |
| 1352 "type": "string" | 1446 "type": "string" |
| 1353 } | 1447 } |
| 1354 }, | 1448 }, |
| 1355 "type": "object" | 1449 "type": "object" |
| 1356 }, | 1450 }, |
| 1357 "Resources": { | 1451 "Resources": { |
| 1358 "description": "Used to specify how many machine resources an app ve
rsion needs.", | 1452 "description": "Machine resources for a version.", |
| 1359 "id": "Resources", | 1453 "id": "Resources", |
| 1360 "properties": { | 1454 "properties": { |
| 1361 "cpu": { | 1455 "cpu": { |
| 1362 "description": "How many CPU cores an app version needs.", | 1456 "description": "Number of CPU cores needed.", |
| 1363 "format": "double", | 1457 "format": "double", |
| 1364 "type": "number" | 1458 "type": "number" |
| 1365 }, | 1459 }, |
| 1366 "diskGb": { | 1460 "diskGb": { |
| 1367 "description": "How much disk size, in GB, an app version ne
eds.", | 1461 "description": "Disk size (GB) needed.", |
| 1368 "format": "double", | 1462 "format": "double", |
| 1369 "type": "number" | 1463 "type": "number" |
| 1370 }, | 1464 }, |
| 1371 "memoryGb": { | 1465 "memoryGb": { |
| 1372 "description": "How much memory, in GB, an app version needs
.", | 1466 "description": "Memory (GB) needed.", |
| 1373 "format": "double", | 1467 "format": "double", |
| 1374 "type": "number" | 1468 "type": "number" |
| 1375 } | 1469 } |
| 1376 }, | 1470 }, |
| 1377 "type": "object" | 1471 "type": "object" |
| 1378 }, | 1472 }, |
| 1379 "UrlMap": { | 1473 "UrlMap": { |
| 1380 "description": "A URL pattern and description of how it should be ha
ndled. App Engine can handle URLs by executing application code, or by serving s
tatic files uploaded with the code, such as images, CSS or JavaScript.", | 1474 "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.", |
| 1381 "id": "UrlMap", | 1475 "id": "UrlMap", |
| 1382 "properties": { | 1476 "properties": { |
| 1383 "urlRegex": { | 1477 "urlRegex": { |
| 1384 "description": "A URL prefix. This value uses regular expres
sion syntax (and so regexp special characters must be escaped), but it should no
t contain groupings. All URLs that begin with this prefix are handled by this ha
ndler, using the portion of the URL after the prefix as part of the file path. T
his is always required.", | 1478 "description": "URL prefix. Uses regular expression syntax,
which means regexp special characters must be escaped, but should not contain gr
oupings. All URLs that begin with this prefix are handled by this handler, using
the portion of the URL after the prefix as part of the file path.", |
| 1385 "type": "string" | 1479 "type": "string" |
| 1386 }, | 1480 }, |
| 1387 "staticFiles": { | 1481 "staticFiles": { |
| 1388 "$ref": "StaticFilesHandler", | 1482 "$ref": "StaticFilesHandler", |
| 1389 "description": "Returns the contents of a file, such as an i
mage, as the response." | 1483 "description": "Returns the contents of a file, such as an i
mage, as the response." |
| 1390 }, | 1484 }, |
| 1391 "script": { | 1485 "script": { |
| 1392 "$ref": "ScriptHandler", | 1486 "$ref": "ScriptHandler", |
| 1393 "description": "Executes a script to handle the request that
matches the URL pattern." | 1487 "description": "Executes a script to handle the request that
matches this URL pattern." |
| 1394 }, | 1488 }, |
| 1395 "apiEndpoint": { | 1489 "apiEndpoint": { |
| 1396 "$ref": "ApiEndpointHandler", | 1490 "$ref": "ApiEndpointHandler", |
| 1397 "description": "Use API Endpoints to handle requests." | 1491 "description": "Uses API Endpoints to handle requests." |
| 1398 }, | 1492 }, |
| 1399 "securityLevel": { | 1493 "securityLevel": { |
| 1400 "description": "Configures whether security (HTTPS) should b
e enforced for this URL.", | 1494 "description": "Security (HTTPS) enforcement for this URL.", |
| 1401 "enum": [ | 1495 "enum": [ |
| 1402 "SECURE_UNSPECIFIED", | 1496 "SECURE_UNSPECIFIED", |
| 1403 "SECURE_DEFAULT", | 1497 "SECURE_DEFAULT", |
| 1404 "SECURE_NEVER", | 1498 "SECURE_NEVER", |
| 1405 "SECURE_OPTIONAL", | 1499 "SECURE_OPTIONAL", |
| 1406 "SECURE_ALWAYS" | 1500 "SECURE_ALWAYS" |
| 1407 ], | 1501 ], |
| 1408 "type": "string" | 1502 "type": "string" |
| 1409 }, | 1503 }, |
| 1410 "login": { | 1504 "login": { |
| 1411 "description": "What level of login is required to access th
is resource.", | 1505 "description": "Level of login required to access this resou
rce.", |
| 1412 "enum": [ | 1506 "enum": [ |
| 1413 "LOGIN_UNSPECIFIED", | 1507 "LOGIN_UNSPECIFIED", |
| 1414 "LOGIN_OPTIONAL", | 1508 "LOGIN_OPTIONAL", |
| 1415 "LOGIN_ADMIN", | 1509 "LOGIN_ADMIN", |
| 1416 "LOGIN_REQUIRED" | 1510 "LOGIN_REQUIRED" |
| 1417 ], | 1511 ], |
| 1418 "type": "string" | 1512 "type": "string" |
| 1419 }, | 1513 }, |
| 1420 "authFailAction": { | 1514 "authFailAction": { |
| 1421 "description": "For users not logged in, how to handle acces
s to resources with required login. Defaults to \"redirect\".", | 1515 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", |
| 1422 "enum": [ | 1516 "enum": [ |
| 1423 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1517 "AUTH_FAIL_ACTION_UNSPECIFIED", |
| 1424 "AUTH_FAIL_ACTION_REDIRECT", | 1518 "AUTH_FAIL_ACTION_REDIRECT", |
| 1425 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1519 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
| 1426 ], | 1520 ], |
| 1427 "type": "string" | 1521 "type": "string" |
| 1428 }, | 1522 }, |
| 1429 "redirectHttpResponseCode": { | 1523 "redirectHttpResponseCode": { |
| 1430 "description": "`30x` code to use when performing redirects
for the `secure` field. A `302` is used by default.", | 1524 "description": "`30x` code to use when performing redirects
for the `secure` field. Defaults to `302`.", |
| 1431 "enum": [ | 1525 "enum": [ |
| 1432 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", | 1526 "REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED", |
| 1433 "REDIRECT_HTTP_RESPONSE_CODE_301", | 1527 "REDIRECT_HTTP_RESPONSE_CODE_301", |
| 1434 "REDIRECT_HTTP_RESPONSE_CODE_302", | 1528 "REDIRECT_HTTP_RESPONSE_CODE_302", |
| 1435 "REDIRECT_HTTP_RESPONSE_CODE_303", | 1529 "REDIRECT_HTTP_RESPONSE_CODE_303", |
| 1436 "REDIRECT_HTTP_RESPONSE_CODE_307" | 1530 "REDIRECT_HTTP_RESPONSE_CODE_307" |
| 1437 ], | 1531 ], |
| 1438 "type": "string" | 1532 "type": "string" |
| 1439 } | 1533 } |
| 1440 }, | 1534 }, |
| 1441 "type": "object" | 1535 "type": "object" |
| 1442 }, | 1536 }, |
| 1443 "StaticFilesHandler": { | 1537 "StaticFilesHandler": { |
| 1444 "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.", | 1538 "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.", |
| 1445 "id": "StaticFilesHandler", | 1539 "id": "StaticFilesHandler", |
| 1446 "properties": { | 1540 "properties": { |
| 1447 "path": { | 1541 "path": { |
| 1448 "description": "The path to the static files matched by the
URL pattern, from the application root directory. The path can refer to text mat
ched in groupings in the URL pattern.", | 1542 "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.", |
| 1449 "type": "string" | 1543 "type": "string" |
| 1450 }, | 1544 }, |
| 1451 "uploadPathRegex": { | 1545 "uploadPathRegex": { |
| 1452 "description": "A regular expression that matches the file p
aths for all files that will be referenced by this handler.", | 1546 "description": "Regular expression that matches the file pat
hs for all files that should be referenced by this handler.", |
| 1453 "type": "string" | 1547 "type": "string" |
| 1454 }, | 1548 }, |
| 1455 "httpHeaders": { | 1549 "httpHeaders": { |
| 1456 "additionalProperties": { | 1550 "additionalProperties": { |
| 1457 "type": "string" | 1551 "type": "string" |
| 1458 }, | 1552 }, |
| 1459 "description": "HTTP headers to use for all responses from t
hese URLs.", | 1553 "description": "HTTP headers to use for all responses from t
hese URLs.", |
| 1460 "type": "object" | 1554 "type": "object" |
| 1461 }, | 1555 }, |
| 1462 "mimeType": { | 1556 "mimeType": { |
| 1463 "description": "If specified, all files served by this handl
er will be served using the specified MIME type. If not specified, the MIME type
for a file will be derived from the file's filename extension.", | 1557 "description": "MIME type used to serve all files served by
this handler. Defaults to file-specific MIME types, which are derived from each
file's filename extension.", |
| 1464 "type": "string" | 1558 "type": "string" |
| 1465 }, | 1559 }, |
| 1466 "expiration": { | 1560 "expiration": { |
| 1467 "description": "The length of time a static file served by t
his handler ought to be cached by web proxies and browsers.", | 1561 "description": "Time a static file served by this handler sh
ould be cached by web proxies and browsers.", |
| 1468 "type": "string" | 1562 "type": "string" |
| 1469 }, | 1563 }, |
| 1470 "requireMatchingFile": { | 1564 "requireMatchingFile": { |
| 1471 "description": "If true, this UrlMap entry does not match th
e request unless the file referenced by the handler also exists. If no such file
exists, processing will continue with the next UrlMap that matches the requeste
d URL.", | 1565 "description": "Whether this handler should match the reques
t if the file referenced by the handler does not exist.", |
| 1472 "type": "boolean" | 1566 "type": "boolean" |
| 1473 }, | 1567 }, |
| 1474 "applicationReadable": { | 1568 "applicationReadable": { |
| 1475 "description": "By default, files declared in static file ha
ndlers are uploaded as static data and are only served to end users, they cannot
be read by an application. If this field is set to true, the files are also upl
oaded as code data so your application can read them. Both uploads are charged a
gainst your code and static data storage resource quotas.", | 1569 "description": "Whether files should also be uploaded as cod
e data. By default, files declared in static file handlers are uploaded as stati
c data and are only served to end users; they cannot be read by the application.
If enabled, uploads are charged against both your code and static data storage
resource quotas.", |
| 1476 "type": "boolean" | 1570 "type": "boolean" |
| 1477 } | 1571 } |
| 1478 }, | 1572 }, |
| 1479 "type": "object" | 1573 "type": "object" |
| 1480 }, | 1574 }, |
| 1481 "ScriptHandler": { | 1575 "ScriptHandler": { |
| 1482 "description": "Executes a script to handle the request that matches
the URL pattern.", | 1576 "description": "Executes a script to handle the request that matches
the URL pattern.", |
| 1483 "id": "ScriptHandler", | 1577 "id": "ScriptHandler", |
| 1484 "properties": { | 1578 "properties": { |
| 1485 "scriptPath": { | 1579 "scriptPath": { |
| 1486 "description": "Specifies the path to the script from the ap
plication root directory.", | 1580 "description": "Path to the script from the application root
directory.", |
| 1487 "type": "string" | 1581 "type": "string" |
| 1488 } | 1582 } |
| 1489 }, | 1583 }, |
| 1490 "type": "object" | 1584 "type": "object" |
| 1491 }, | 1585 }, |
| 1492 "ApiEndpointHandler": { | 1586 "ApiEndpointHandler": { |
| 1493 "description": "Use Google Cloud Endpoints to handle requests.", | 1587 "description": "Uses Google Cloud Endpoints to handle requests.", |
| 1494 "id": "ApiEndpointHandler", | 1588 "id": "ApiEndpointHandler", |
| 1495 "properties": { | 1589 "properties": { |
| 1496 "scriptPath": { | 1590 "scriptPath": { |
| 1497 "description": "Specifies the path to the script from the ap
plication root directory.", | 1591 "description": "Path to the script from the application root
directory.", |
| 1498 "type": "string" | 1592 "type": "string" |
| 1499 } | 1593 } |
| 1500 }, | 1594 }, |
| 1501 "type": "object" | 1595 "type": "object" |
| 1502 }, | 1596 }, |
| 1503 "ErrorHandler": { | 1597 "ErrorHandler": { |
| 1504 "description": "A custom static error page to be served when an erro
r occurs.", | 1598 "description": "Custom static error page to be served when an error
occurs.", |
| 1505 "id": "ErrorHandler", | 1599 "id": "ErrorHandler", |
| 1506 "properties": { | 1600 "properties": { |
| 1507 "errorCode": { | 1601 "errorCode": { |
| 1508 "description": "The error condition this handler applies to.
", | 1602 "description": "Error condition this handler applies to.", |
| 1509 "enum": [ | 1603 "enum": [ |
| 1510 "ERROR_CODE_UNSPECIFIED", | 1604 "ERROR_CODE_UNSPECIFIED", |
| 1511 "ERROR_CODE_DEFAULT", | 1605 "ERROR_CODE_DEFAULT", |
| 1512 "ERROR_CODE_OVER_QUOTA", | 1606 "ERROR_CODE_OVER_QUOTA", |
| 1513 "ERROR_CODE_DOS_API_DENIAL", | 1607 "ERROR_CODE_DOS_API_DENIAL", |
| 1514 "ERROR_CODE_TIMEOUT" | 1608 "ERROR_CODE_TIMEOUT" |
| 1515 ], | 1609 ], |
| 1516 "type": "string" | 1610 "type": "string" |
| 1517 }, | 1611 }, |
| 1518 "staticFile": { | 1612 "staticFile": { |
| 1519 "description": "Static file content to be served for this er
ror.", | 1613 "description": "Static file content to be served for this er
ror.", |
| 1520 "type": "string" | 1614 "type": "string" |
| 1521 }, | 1615 }, |
| 1522 "mimeType": { | 1616 "mimeType": { |
| 1523 "description": "MIME type of file. If unspecified, \"text/ht
ml\" is assumed.", | 1617 "description": "MIME type of file. Defaults to `text/html`."
, |
| 1524 "type": "string" | 1618 "type": "string" |
| 1525 } | 1619 } |
| 1526 }, | 1620 }, |
| 1527 "type": "object" | 1621 "type": "object" |
| 1528 }, | 1622 }, |
| 1529 "Library": { | 1623 "Library": { |
| 1530 "description": "A Python runtime third-party library required by the
application.", | 1624 "description": "Third-party Python runtime library that is required
by the application.", |
| 1531 "id": "Library", | 1625 "id": "Library", |
| 1532 "properties": { | 1626 "properties": { |
| 1533 "name": { | 1627 "name": { |
| 1534 "description": "The name of the library, e.g. \"PIL\" or \"d
jango\".", | 1628 "description": "Name of the library. Example: \"django\".", |
| 1535 "type": "string" | 1629 "type": "string" |
| 1536 }, | 1630 }, |
| 1537 "version": { | 1631 "version": { |
| 1538 "description": "The version of the library to select, or \"l
atest\".", | 1632 "description": "Version of the library to select, or \"lates
t\".", |
| 1539 "type": "string" | 1633 "type": "string" |
| 1540 } | 1634 } |
| 1541 }, | 1635 }, |
| 1542 "type": "object" | 1636 "type": "object" |
| 1543 }, | 1637 }, |
| 1544 "ApiConfigHandler": { | 1638 "ApiConfigHandler": { |
| 1545 "description": "API Serving configuration for Cloud Endpoints.", | 1639 "description": "[Google Cloud Endpoints](https://cloud.google.com/ap
pengine/docs/python/endpoints/) configuration for API handlers.", |
| 1546 "id": "ApiConfigHandler", | 1640 "id": "ApiConfigHandler", |
| 1547 "properties": { | 1641 "properties": { |
| 1548 "authFailAction": { | 1642 "authFailAction": { |
| 1549 "description": "For users not logged in, how to handle acces
s to resources with required login. Defaults to \"redirect\".", | 1643 "description": "Action to take when users access resources t
hat require authentication. Defaults to `redirect`.", |
| 1550 "enum": [ | 1644 "enum": [ |
| 1551 "AUTH_FAIL_ACTION_UNSPECIFIED", | 1645 "AUTH_FAIL_ACTION_UNSPECIFIED", |
| 1552 "AUTH_FAIL_ACTION_REDIRECT", | 1646 "AUTH_FAIL_ACTION_REDIRECT", |
| 1553 "AUTH_FAIL_ACTION_UNAUTHORIZED" | 1647 "AUTH_FAIL_ACTION_UNAUTHORIZED" |
| 1554 ], | 1648 ], |
| 1555 "type": "string" | 1649 "type": "string" |
| 1556 }, | 1650 }, |
| 1557 "login": { | 1651 "login": { |
| 1558 "description": "What level of login is required to access th
is resource. Default is \"optional\".", | 1652 "description": "Level of login required to access this resou
rce. Defaults to `optional`.", |
| 1559 "enum": [ | 1653 "enum": [ |
| 1560 "LOGIN_UNSPECIFIED", | 1654 "LOGIN_UNSPECIFIED", |
| 1561 "LOGIN_OPTIONAL", | 1655 "LOGIN_OPTIONAL", |
| 1562 "LOGIN_ADMIN", | 1656 "LOGIN_ADMIN", |
| 1563 "LOGIN_REQUIRED" | 1657 "LOGIN_REQUIRED" |
| 1564 ], | 1658 ], |
| 1565 "type": "string" | 1659 "type": "string" |
| 1566 }, | 1660 }, |
| 1567 "script": { | 1661 "script": { |
| 1568 "description": "Specifies the path to the script from the ap
plication root directory.", | 1662 "description": "Path to the script from the application root
directory.", |
| 1569 "type": "string" | 1663 "type": "string" |
| 1570 }, | 1664 }, |
| 1571 "securityLevel": { | 1665 "securityLevel": { |
| 1572 "description": "Configures whether security (HTTPS) should b
e enforced for this URL.", | 1666 "description": "Security (HTTPS) enforcement for this URL.", |
| 1573 "enum": [ | 1667 "enum": [ |
| 1574 "SECURE_UNSPECIFIED", | 1668 "SECURE_UNSPECIFIED", |
| 1575 "SECURE_DEFAULT", | 1669 "SECURE_DEFAULT", |
| 1576 "SECURE_NEVER", | 1670 "SECURE_NEVER", |
| 1577 "SECURE_OPTIONAL", | 1671 "SECURE_OPTIONAL", |
| 1578 "SECURE_ALWAYS" | 1672 "SECURE_ALWAYS" |
| 1579 ], | 1673 ], |
| 1580 "type": "string" | 1674 "type": "string" |
| 1581 }, | 1675 }, |
| 1582 "url": { | 1676 "url": { |
| 1583 "description": "URL to serve the endpoint at.", | 1677 "description": "URL to serve the endpoint at.", |
| 1584 "type": "string" | 1678 "type": "string" |
| 1585 } | 1679 } |
| 1586 }, | 1680 }, |
| 1587 "type": "object" | 1681 "type": "object" |
| 1588 }, | 1682 }, |
| 1589 "HealthCheck": { | 1683 "HealthCheck": { |
| 1590 "description": "Configure health checking for the VM instances. Unhe
althy VM instances will be killed and replaced with new instances.", | 1684 "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.", |
| 1591 "id": "HealthCheck", | 1685 "id": "HealthCheck", |
| 1592 "properties": { | 1686 "properties": { |
| 1593 "disableHealthCheck": { | 1687 "disableHealthCheck": { |
| 1594 "description": "Whether to explicitly disable health checks
for this instance.", | 1688 "description": "Whether to explicitly disable health checks
for this instance.", |
| 1595 "type": "boolean" | 1689 "type": "boolean" |
| 1596 }, | 1690 }, |
| 1597 "host": { | 1691 "host": { |
| 1598 "description": "The host header to send when performing an H
TTP health check (e.g. myapp.appspot.com)", | 1692 "description": "Host header to send when performing an HTTP
health check. Example: \"myapp.appspot.com\"", |
| 1599 "type": "string" | 1693 "type": "string" |
| 1600 }, | 1694 }, |
| 1601 "healthyThreshold": { | 1695 "healthyThreshold": { |
| 1602 "description": "The number of consecutive successful health
checks before receiving traffic.", | 1696 "description": "Number of consecutive successful health chec
ks required before receiving traffic.", |
| 1603 "format": "uint32", | 1697 "format": "uint32", |
| 1604 "type": "integer" | 1698 "type": "integer" |
| 1605 }, | 1699 }, |
| 1606 "unhealthyThreshold": { | 1700 "unhealthyThreshold": { |
| 1607 "description": "The number of consecutive failed health chec
ks before removing traffic.", | 1701 "description": "Number of consecutive failed health checks r
equired before removing traffic.", |
| 1608 "format": "uint32", | 1702 "format": "uint32", |
| 1609 "type": "integer" | 1703 "type": "integer" |
| 1610 }, | 1704 }, |
| 1611 "restartThreshold": { | 1705 "restartThreshold": { |
| 1612 "description": "The number of consecutive failed health chec
ks before an instance is restarted.", | 1706 "description": "Number of consecutive failed health checks r
equired before an instance is restarted.", |
| 1613 "format": "uint32", | 1707 "format": "uint32", |
| 1614 "type": "integer" | 1708 "type": "integer" |
| 1615 }, | 1709 }, |
| 1616 "checkInterval": { | 1710 "checkInterval": { |
| 1617 "description": "The interval between health checks.", | 1711 "description": "Interval between health checks.", |
| 1618 "type": "string" | 1712 "type": "string" |
| 1619 }, | 1713 }, |
| 1620 "timeout": { | 1714 "timeout": { |
| 1621 "description": "The amount of time before the health check i
s considered failed.", | 1715 "description": "Time before the health check is considered f
ailed.", |
| 1622 "type": "string" | 1716 "type": "string" |
| 1623 } | 1717 } |
| 1624 }, | 1718 }, |
| 1625 "type": "object" | 1719 "type": "object" |
| 1626 }, | 1720 }, |
| 1627 "Deployment": { | 1721 "Deployment": { |
| 1628 "description": "Code and application artifacts used to deploy a vers
ion to App Engine.", | 1722 "description": "Code and application artifacts used to deploy a vers
ion to App Engine.", |
| 1629 "id": "Deployment", | 1723 "id": "Deployment", |
| 1630 "properties": { | 1724 "properties": { |
| 1631 "files": { | 1725 "files": { |
| 1632 "additionalProperties": { | 1726 "additionalProperties": { |
| 1633 "$ref": "FileInfo" | 1727 "$ref": "FileInfo" |
| 1634 }, | 1728 }, |
| 1635 "description": "A manifest of files stored in Google Cloud S
torage which should be included as part of this application. All files must be r
eadable using the credentials supplied with this call.", | 1729 "description": "Manifest of the files stored in Google Cloud
Storage that are included as part of this version. All files must be readable u
sing the credentials supplied with this call.", |
| 1636 "type": "object" | 1730 "type": "object" |
| 1637 }, | 1731 }, |
| 1638 "container": { | 1732 "container": { |
| 1639 "$ref": "ContainerInfo", | 1733 "$ref": "ContainerInfo", |
| 1640 "description": "If supplied, a docker (container) image whic
h should be used to start the application. Only applicable to the 'vm' runtime." | 1734 "description": "A Docker image that App Engine uses to run t
he version. Only applicable for instances in App Engine flexible environment." |
| 1641 }, | 1735 }, |
| 1642 "sourceReferences": { | 1736 "zip": { |
| 1643 "description": "The origin of the source code for this deplo
yment. There can be more than one source reference per Version if source code is
distributed among multiple repositories.", | 1737 "$ref": "ZipInfo", |
| 1644 "items": { | 1738 "description": "The zip file for this deployment, if this is
a zip deployment." |
| 1645 "$ref": "SourceReference" | |
| 1646 }, | |
| 1647 "type": "array" | |
| 1648 } | 1739 } |
| 1649 }, | 1740 }, |
| 1650 "type": "object" | 1741 "type": "object" |
| 1651 }, | 1742 }, |
| 1652 "FileInfo": { | 1743 "FileInfo": { |
| 1653 "description": "A single source file which is part of the applicatio
n to be deployed.", | 1744 "description": "Single source file that is part of the version to be
deployed. Each source file that is deployed must be specified separately.", |
| 1654 "id": "FileInfo", | 1745 "id": "FileInfo", |
| 1655 "properties": { | 1746 "properties": { |
| 1656 "sourceUrl": { | 1747 "sourceUrl": { |
| 1657 "description": "The URL source to use to fetch this file. Mu
st be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage
.googleapis.com/\\/\\'.", | 1748 "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/\\/\\'.", |
| 1658 "type": "string" | 1749 "type": "string" |
| 1659 }, | 1750 }, |
| 1660 "sha1Sum": { | 1751 "sha1Sum": { |
| 1661 "description": "The SHA1 (160 bits) hash of the file in hex.
", | 1752 "description": "The SHA1 hash of the file, in hex.", |
| 1662 "type": "string" | 1753 "type": "string" |
| 1663 }, | 1754 }, |
| 1664 "mimeType": { | 1755 "mimeType": { |
| 1665 "description": "The MIME type of the file; if unspecified, t
he value from Google Cloud Storage will be used.", | 1756 "description": "The MIME type of the file. Defaults to the v
alue from Google Cloud Storage.", |
| 1666 "type": "string" | 1757 "type": "string" |
| 1667 } | 1758 } |
| 1668 }, | 1759 }, |
| 1669 "type": "object" | 1760 "type": "object" |
| 1670 }, | 1761 }, |
| 1671 "ContainerInfo": { | 1762 "ContainerInfo": { |
| 1672 "description": "A Docker (container) image which should be used to s
tart the application.", | 1763 "description": "Docker image that is used to start a VM container fo
r the version you deploy.", |
| 1673 "id": "ContainerInfo", | 1764 "id": "ContainerInfo", |
| 1674 "properties": { | 1765 "properties": { |
| 1675 "image": { | 1766 "image": { |
| 1676 "description": "Reference to a hosted container image. Must
be a URI to a resource in a Docker repository. Must be fully qualified, includin
g tag or digest. e.g. gcr.io/my-project/image:tag or gcr.io/my-project/image@dig
est", | 1767 "description": "URI to the hosted container image in a Docke
r repository. The URI must be fully qualified and include a tag or digest. Examp
les: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"", |
| 1677 "type": "string" | 1768 "type": "string" |
| 1678 } | 1769 } |
| 1679 }, | 1770 }, |
| 1680 "type": "object" | 1771 "type": "object" |
| 1681 }, | 1772 }, |
| 1682 "SourceReference": { | 1773 "ZipInfo": { |
| 1683 "description": "A reference to a particular snapshot of the source t
ree used to build and deploy the application.", | 1774 "id": "ZipInfo", |
| 1684 "id": "SourceReference", | |
| 1685 "properties": { | 1775 "properties": { |
| 1686 "repository": { | 1776 "sourceUrl": { |
| 1687 "description": "Optional. A URI string identifying the repos
itory. Example: \"https://source.developers.google.com/p/app-123/r/default\"", | 1777 "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/\\/\\'.", |
| 1688 "type": "string" | 1778 "type": "string" |
| 1689 }, | 1779 }, |
| 1690 "revisionId": { | 1780 "filesCount": { |
| 1691 "description": "The canonical (and persistent) identifier of
the deployed revision, i.e. any kind of aliases including tags or branch names
are not allowed. Example (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"", | 1781 "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.", |
| 1692 "type": "string" | 1782 "format": "int32", |
| 1783 "type": "integer" |
| 1693 } | 1784 } |
| 1694 }, | 1785 }, |
| 1695 "type": "object" | 1786 "type": "object" |
| 1696 }, | 1787 }, |
| 1697 "ListVersionsResponse": { | 1788 "ListInstancesResponse": { |
| 1698 "description": "Response message for `Versions.ListVersions`.", | 1789 "description": "Response message for `Instances.ListInstances`.", |
| 1699 "id": "ListVersionsResponse", | 1790 "id": "ListInstancesResponse", |
| 1700 "properties": { | 1791 "properties": { |
| 1701 "versions": { | 1792 "instances": { |
| 1702 "description": "The versions belonging to the requested appl
ication service.", | 1793 "description": "The instances belonging to the requested ver
sion.", |
| 1703 "items": { | 1794 "items": { |
| 1704 "$ref": "Version" | 1795 "$ref": "Instance" |
| 1705 }, | 1796 }, |
| 1706 "type": "array" | 1797 "type": "array" |
| 1707 }, | 1798 }, |
| 1708 "nextPageToken": { | |
| 1709 "description": "Continuation token for fetching the next pag
e of results.", | |
| 1710 "type": "string" | |
| 1711 } | |
| 1712 }, | |
| 1713 "type": "object" | |
| 1714 }, | |
| 1715 "Service": { | |
| 1716 "description": "A service is a logical component of an application t
hat can share state and communicate in a secure fashion with other services. For
example, an application that handles customer requests might include separate s
ervices to handle other tasks such as API requests from mobile devices or backen
d data analysis. Each service has a collection of versions that define a specifi
c set of code used to implement the functionality of that service.", | |
| 1717 "id": "Service", | |
| 1718 "properties": { | |
| 1719 "name": { | |
| 1720 "description": "The full path to the Service resource in the
API. Example: \"apps/myapp/services/default\" @OutputOnly", | |
| 1721 "type": "string" | |
| 1722 }, | |
| 1723 "id": { | |
| 1724 "description": "The relative name/path of the service within
the application. Example: \"default\" @OutputOnly", | |
| 1725 "type": "string" | |
| 1726 }, | |
| 1727 "split": { | |
| 1728 "$ref": "TrafficSplit", | |
| 1729 "description": "A mapping that defines fractional HTTP traff
ic diversion to different versions within the service." | |
| 1730 } | |
| 1731 }, | |
| 1732 "type": "object" | |
| 1733 }, | |
| 1734 "TrafficSplit": { | |
| 1735 "description": "Configuration for traffic splitting for versions wit
hin a single service. Traffic splitting allows traffic directed to the service t
o be assigned to one of several versions in a fractional way, enabling experimen
ts and canarying new builds, for example.", | |
| 1736 "id": "TrafficSplit", | |
| 1737 "properties": { | |
| 1738 "shardBy": { | |
| 1739 "description": "Which mechanism should be used as a selector
when choosing a version to send a request to. The traffic selection algorithm w
ill be stable for either type until allocations are changed.", | |
| 1740 "enum": [ | |
| 1741 "UNSPECIFIED", | |
| 1742 "COOKIE", | |
| 1743 "IP" | |
| 1744 ], | |
| 1745 "type": "string" | |
| 1746 }, | |
| 1747 "allocations": { | |
| 1748 "additionalProperties": { | |
| 1749 "format": "double", | |
| 1750 "type": "number" | |
| 1751 }, | |
| 1752 "description": "Mapping from service version IDs within the
service to fractional (0.000, 1] allocations of traffic for that version. Each v
ersion may only be specified once, but some versions in the service may not have
any traffic allocation. Services that have traffic allocated in this field may
not be deleted until the service is deleted, or their traffic allocation is remo
ved. Allocations must sum to 1. Supports precision up to two decimal places for
IP-based splits and up to three decimal places for cookie-based splits.", | |
| 1753 "type": "object" | |
| 1754 } | |
| 1755 }, | |
| 1756 "type": "object" | |
| 1757 }, | |
| 1758 "ListServicesResponse": { | |
| 1759 "description": "Response message for `Services.ListServices`.", | |
| 1760 "id": "ListServicesResponse", | |
| 1761 "properties": { | |
| 1762 "services": { | |
| 1763 "description": "The services belonging to the requested appl
ication.", | |
| 1764 "items": { | |
| 1765 "$ref": "Service" | |
| 1766 }, | |
| 1767 "type": "array" | |
| 1768 }, | |
| 1769 "nextPageToken": { | 1799 "nextPageToken": { |
| 1770 "description": "Continuation token for fetching the next pag
e of results.", | 1800 "description": "Continuation token for fetching the next pag
e of results.", |
| 1771 "type": "string" | 1801 "type": "string" |
| 1772 } | 1802 } |
| 1773 }, | 1803 }, |
| 1774 "type": "object" | 1804 "type": "object" |
| 1775 }, | 1805 }, |
| 1776 "Instance": { | 1806 "Instance": { |
| 1777 "description": "Instances are the computing units that App Engine us
es to automatically scale an application.", | 1807 "description": "An Instance resource is the computing unit that App
Engine uses to automatically scale an application.", |
| 1778 "id": "Instance", | 1808 "id": "Instance", |
| 1779 "properties": { | 1809 "properties": { |
| 1780 "name": { | 1810 "name": { |
| 1781 "description": "The full path to the Instance resource in th
e API. Example: \"apps/myapp/services/default/versions/v1/instances/instance-1\"
@OutputOnly", | 1811 "description": "Full path to the Instance resource in the AP
I. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`. @Out
putOnly", |
| 1782 "type": "string" | 1812 "type": "string" |
| 1783 }, | 1813 }, |
| 1784 "id": { | 1814 "id": { |
| 1785 "description": "The relative name/path of the instance withi
n the version. Example: \"instance-1\" @OutputOnly", | 1815 "description": "Relative name of the instance within the ver
sion. Example: `instance-1`. @OutputOnly", |
| 1786 "type": "string" | 1816 "type": "string" |
| 1787 }, | 1817 }, |
| 1788 "appEngineRelease": { | 1818 "appEngineRelease": { |
| 1789 "description": "The App Engine release the instance is runni
ng on. @OutputOnly", | 1819 "description": "App Engine release this instance is running
on. @OutputOnly", |
| 1790 "type": "string" | 1820 "type": "string" |
| 1791 }, | 1821 }, |
| 1792 "availability": { | 1822 "availability": { |
| 1793 "description": "Availability of instance. @OutputOnly", | 1823 "description": "Availability of the instance. @OutputOnly", |
| 1794 "enum": [ | 1824 "enum": [ |
| 1795 "UNSPECIFIED", | 1825 "UNSPECIFIED", |
| 1796 "RESIDENT", | 1826 "RESIDENT", |
| 1797 "DYNAMIC" | 1827 "DYNAMIC" |
| 1798 ], | 1828 ], |
| 1799 "type": "string" | 1829 "type": "string" |
| 1800 }, | 1830 }, |
| 1801 "vmName": { | 1831 "vmName": { |
| 1802 "description": "For VMEngines instances, the name of the Com
pute Engine VM where the instance lives. @OutputOnly", | 1832 "description": "Name of the virtual machine where this insta
nce lives. Only applicable for instances in App Engine flexible environment. @Ou
tputOnly", |
| 1803 "type": "string" | 1833 "type": "string" |
| 1804 }, | 1834 }, |
| 1805 "vmZoneName": { | 1835 "vmZoneName": { |
| 1806 "description": "For VMEngines instances, the zone where the
Compute Engine VM is located. @OutputOnly", | 1836 "description": "Zone where the virtual machine is located. O
nly applicable for instances in App Engine flexible environment. @OutputOnly", |
| 1807 "type": "string" | 1837 "type": "string" |
| 1808 }, | 1838 }, |
| 1809 "vmId": { | 1839 "vmId": { |
| 1810 "description": "For VMEngines instances, the Compute Engine
VM ID of the instance. @OutputOnly", | 1840 "description": "Virtual machine ID of this instance. Only ap
plicable for instances in App Engine flexible environment. @OutputOnly", |
| 1811 "type": "string" | 1841 "type": "string" |
| 1812 }, | 1842 }, |
| 1813 "startTimestamp": { | 1843 "startTime": { |
| 1814 "description": "Time when instance was started. @OutputOnly"
, | 1844 "description": "Time that this instance was started. @Output
Only", |
| 1815 "type": "string" | 1845 "type": "string" |
| 1816 }, | 1846 }, |
| 1817 "requests": { | 1847 "requests": { |
| 1818 "description": "Number of requests (since the clone was star
ted). @OutputOnly", | 1848 "description": "Number of requests since this instance was s
tarted. @OutputOnly", |
| 1819 "format": "int32", | 1849 "format": "int32", |
| 1820 "type": "integer" | 1850 "type": "integer" |
| 1821 }, | 1851 }, |
| 1822 "errors": { | 1852 "errors": { |
| 1823 "description": "Number of errors since the instance was star
ted. @OutputOnly", | 1853 "description": "Number of errors since this instance was sta
rted. @OutputOnly", |
| 1824 "format": "uint32", | 1854 "format": "int32", |
| 1825 "type": "integer" | 1855 "type": "integer" |
| 1826 }, | 1856 }, |
| 1827 "qps": { | 1857 "qps": { |
| 1828 "description": "QPS for this instance (averaged over the las
t minute). @OutputOnly", | 1858 "description": "Average queries per second (QPS) over the la
st minute. @OutputOnly", |
| 1829 "format": "float", | 1859 "format": "float", |
| 1830 "type": "number" | 1860 "type": "number" |
| 1831 }, | 1861 }, |
| 1832 "averageLatency": { | 1862 "averageLatency": { |
| 1833 "description": "Latency in milliseconds (averaged over the l
ast minute). @OutputOnly", | 1863 "description": "Average latency (ms) over the last minute. @
OutputOnly", |
| 1834 "format": "int32", | 1864 "format": "int32", |
| 1835 "type": "integer" | 1865 "type": "integer" |
| 1836 }, | 1866 }, |
| 1837 "memoryUsage": { | 1867 "memoryUsage": { |
| 1838 "description": "Memory usage (in bytes). @OutputOnly", | 1868 "description": "Total memory in use (bytes). @OutputOnly", |
| 1839 "format": "int64", | 1869 "format": "int64", |
| 1840 "type": "string" | 1870 "type": "string" |
| 1841 }, | 1871 }, |
| 1842 "vmStatus": { | 1872 "vmStatus": { |
| 1843 "description": "For VMEngines instances, the status of the C
ompute Engine VM where the instance lives. @OutputOnly", | 1873 "description": "Status of the virtual machine where this ins
tance lives. Only applicable for instances in App Engine flexible environment. @
OutputOnly", |
| 1844 "type": "string" | 1874 "type": "string" |
| 1845 }, | 1875 }, |
| 1846 "vmUnlocked": { | 1876 "vmDebugEnabled": { |
| 1847 "description": "For VMEngines instances, whether the instanc
e has been unlocked. @OutputOnly", | 1877 "description": "Whether this instance is in debug mode. Only
applicable for instances in App Engine flexible environment. @OutputOnly", |
| 1848 "type": "boolean" | 1878 "type": "boolean" |
| 1849 } | 1879 } |
| 1850 }, | 1880 }, |
| 1851 "type": "object" | 1881 "type": "object" |
| 1852 }, | 1882 }, |
| 1853 "ListInstancesResponse": { | |
| 1854 "description": "Response message for `Instances.ListInstances`.", | |
| 1855 "id": "ListInstancesResponse", | |
| 1856 "properties": { | |
| 1857 "instances": { | |
| 1858 "description": "The instances belonging to the requested ver
sion.", | |
| 1859 "items": { | |
| 1860 "$ref": "Instance" | |
| 1861 }, | |
| 1862 "type": "array" | |
| 1863 }, | |
| 1864 "nextPageToken": { | |
| 1865 "description": "Continuation token for fetching the next pag
e of results.", | |
| 1866 "type": "string" | |
| 1867 } | |
| 1868 }, | |
| 1869 "type": "object" | |
| 1870 }, | |
| 1871 "DebugInstanceRequest": { | 1883 "DebugInstanceRequest": { |
| 1872 "description": "Request message for `Instances.DebugInstance`.", | 1884 "description": "Request message for `Instances.DebugInstance`.", |
| 1873 "id": "DebugInstanceRequest", | 1885 "id": "DebugInstanceRequest", |
| 1874 "type": "object" | 1886 "type": "object" |
| 1875 }, | 1887 }, |
| 1876 "ListLocationsResponse": { | 1888 "ListLocationsResponse": { |
| 1877 "description": "The response message for LocationService.ListLocatio
ns.", | 1889 "description": "The response message for LocationService.ListLocatio
ns.", |
| 1878 "id": "ListLocationsResponse", | 1890 "id": "ListLocationsResponse", |
| 1879 "properties": { | 1891 "properties": { |
| 1880 "locations": { | 1892 "locations": { |
| 1881 "description": "A list of locations that matches the specifi
ed filter in the request.", | 1893 "description": "A list of locations that matches the specifi
ed filter in the request.", |
| 1882 "items": { | 1894 "items": { |
| 1883 "$ref": "Location" | 1895 "$ref": "Location" |
| 1884 }, | 1896 }, |
| 1885 "type": "array" | 1897 "type": "array" |
| 1886 }, | 1898 }, |
| 1887 "nextPageToken": { | 1899 "nextPageToken": { |
| 1888 "description": "The standard List next-page token.", | 1900 "description": "The standard List next-page token.", |
| 1889 "type": "string" | 1901 "type": "string" |
| 1890 } | 1902 } |
| 1891 }, | 1903 }, |
| 1892 "type": "object" | 1904 "type": "object" |
| 1893 }, | 1905 }, |
| 1894 "Location": { | 1906 "Location": { |
| 1895 "description": "A resource that represents Google Cloud Platform loc
ation.", | 1907 "description": "A resource that represents Google Cloud Platform loc
ation.", |
| 1896 "id": "Location", | 1908 "id": "Location", |
| 1897 "properties": { | 1909 "properties": { |
| 1898 "name": { | 1910 "name": { |
| 1899 "description": "Resource name for the location, which may va
ry between implementations. Example: `\"projects/example-project/locations/us-ea
st1\"`", | 1911 "description": "Resource name for the location, which may va
ry between implementations. For example: `\"projects/example-project/locations/u
s-east1\"`", |
| 1912 "type": "string" |
| 1913 }, |
| 1914 "locationId": { |
| 1915 "description": "The cononical id for this location. For exam
ple: `\"us-east1\"`.", |
| 1900 "type": "string" | 1916 "type": "string" |
| 1901 }, | 1917 }, |
| 1902 "labels": { | 1918 "labels": { |
| 1903 "additionalProperties": { | 1919 "additionalProperties": { |
| 1904 "type": "string" | 1920 "type": "string" |
| 1905 }, | 1921 }, |
| 1906 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", | 1922 "description": "Cross-service attributes for the location. F
or example {\"cloud.googleapis.com/region\": \"us-east1\"}", |
| 1907 "type": "object" | 1923 "type": "object" |
| 1908 }, | 1924 }, |
| 1909 "metadata": { | 1925 "metadata": { |
| 1910 "additionalProperties": { | 1926 "additionalProperties": { |
| 1911 "description": "Properties of the object. Contains field
@ype with type URL.", | 1927 "description": "Properties of the object. Contains field
@type with type URL.", |
| 1912 "type": "any" | 1928 "type": "any" |
| 1913 }, | 1929 }, |
| 1914 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", | 1930 "description": "Service-specific metadata. For example the a
vailable capacity at the given location.", |
| 1915 "type": "object" | 1931 "type": "object" |
| 1916 } | 1932 } |
| 1917 }, | 1933 }, |
| 1918 "type": "object" | 1934 "type": "object" |
| 1919 }, | 1935 }, |
| 1920 "OperationMetadata": { | 1936 "OperationMetadata": { |
| 1921 "description": "Metadata for the given google.longrunning.Operation.
", | 1937 "description": "Metadata for the given google.longrunning.Operation.
", |
| 1922 "id": "OperationMetadata", | 1938 "id": "OperationMetadata", |
| 1923 "properties": { | 1939 "properties": { |
| 1924 "operationType": { | 1940 "operationType": { |
| 1925 "description": "The type of the operation (deprecated, use m
ethod field instead). Example: \"create_version\". @OutputOnly", | 1941 "description": "Type of this operation. Deprecated, use meth
od field instead. Example: \"create_version\". @OutputOnly", |
| 1926 "type": "string" | 1942 "type": "string" |
| 1927 }, | 1943 }, |
| 1928 "insertTime": { | 1944 "insertTime": { |
| 1929 "description": "Timestamp that this operation was received.
@OutputOnly", | 1945 "description": "Timestamp that this operation was created. @
OutputOnly", |
| 1930 "type": "string" | 1946 "type": "string" |
| 1931 }, | 1947 }, |
| 1932 "endTime": { | 1948 "endTime": { |
| 1933 "description": "Timestamp that this operation was completed.
(Not present if the operation is still in progress.) @OutputOnly", | 1949 "description": "Timestamp that this operation completed. @Ou
tputOnly", |
| 1934 "type": "string" | 1950 "type": "string" |
| 1935 }, | 1951 }, |
| 1936 "user": { | 1952 "user": { |
| 1937 "description": "The user who requested this operation. @Outp
utOnly", | 1953 "description": "User who requested this operation. @OutputOn
ly", |
| 1938 "type": "string" | 1954 "type": "string" |
| 1939 }, | 1955 }, |
| 1940 "target": { | 1956 "target": { |
| 1941 "description": "Resource that this operation is acting on. E
xample: \"apps/myapp/modules/default\". @OutputOnly", | 1957 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/modules/default`. @OutputOnly", |
| 1942 "type": "string" | 1958 "type": "string" |
| 1943 }, | 1959 }, |
| 1944 "method": { | 1960 "method": { |
| 1945 "description": "API method name that initiated the operation
. Example: \"google.appengine.v1beta4.Version.CreateVersion\". @OutputOnly", | 1961 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1beta4.Version.CreateVersion`. @OutputOnly", |
| 1946 "type": "string" | 1962 "type": "string" |
| 1947 } | 1963 } |
| 1948 }, | 1964 }, |
| 1949 "type": "object" | 1965 "type": "object" |
| 1950 }, | 1966 }, |
| 1951 "OperationMetadataV1Beta5": { | 1967 "OperationMetadataV1Beta5": { |
| 1952 "description": "Metadata for the given google.longrunning.Operation.
", | 1968 "description": "Metadata for the given google.longrunning.Operation.
", |
| 1953 "id": "OperationMetadataV1Beta5", | 1969 "id": "OperationMetadataV1Beta5", |
| 1954 "properties": { | 1970 "properties": { |
| 1955 "method": { | 1971 "method": { |
| 1956 "description": "API method name that initiated the operation
. Example: \"google.appengine.v1beta5.Version.CreateVersion\". @OutputOnly", | 1972 "description": "API method name that initiated this operatio
n. Example: `google.appengine.v1beta5.Version.CreateVersion`. @OutputOnly", |
| 1957 "type": "string" | 1973 "type": "string" |
| 1958 }, | 1974 }, |
| 1959 "insertTime": { | 1975 "insertTime": { |
| 1960 "description": "Timestamp that this operation was received.
@OutputOnly", | 1976 "description": "Timestamp that this operation was created. @
OutputOnly", |
| 1961 "type": "string" | 1977 "type": "string" |
| 1962 }, | 1978 }, |
| 1963 "endTime": { | 1979 "endTime": { |
| 1964 "description": "Timestamp that this operation was completed.
(Not present if the operation is still in progress.) @OutputOnly", | 1980 "description": "Timestamp that this operation completed. @Ou
tputOnly", |
| 1965 "type": "string" | 1981 "type": "string" |
| 1966 }, | 1982 }, |
| 1967 "user": { | 1983 "user": { |
| 1968 "description": "The user who requested this operation. @Outp
utOnly", | 1984 "description": "User who requested this operation. @OutputOn
ly", |
| 1969 "type": "string" | 1985 "type": "string" |
| 1970 }, | 1986 }, |
| 1971 "target": { | 1987 "target": { |
| 1972 "description": "Resource that this operation is acting on. E
xample: \"apps/myapp/services/default\". @OutputOnly", | 1988 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", |
| 1973 "type": "string" | 1989 "type": "string" |
| 1974 } | 1990 } |
| 1975 }, | 1991 }, |
| 1976 "type": "object" | 1992 "type": "object" |
| 1977 }, | 1993 }, |
| 1978 "OperationMetadataV1": { | 1994 "OperationMetadataV1": { |
| 1979 "description": "Metadata for the given google.longrunning.Operation.
", | 1995 "description": "Metadata for the given google.longrunning.Operation.
", |
| 1980 "id": "OperationMetadataV1", | 1996 "id": "OperationMetadataV1", |
| 1981 "properties": { | 1997 "properties": { |
| 1982 "method": { | 1998 "method": { |
| 1983 "description": "API method name that initiated the operation
. Example: \"google.appengine.v1.Version.CreateVersion\". @OutputOnly", | 1999 "description": "API method that initiated this operation. Ex
ample: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly", |
| 1984 "type": "string" | 2000 "type": "string" |
| 1985 }, | 2001 }, |
| 1986 "insertTime": { | 2002 "insertTime": { |
| 1987 "description": "Timestamp that this operation was received.
@OutputOnly", | 2003 "description": "Time that this operation was created. @Outpu
tOnly", |
| 1988 "type": "string" | 2004 "type": "string" |
| 1989 }, | 2005 }, |
| 1990 "endTime": { | 2006 "endTime": { |
| 1991 "description": "Timestamp that this operation was completed.
(Not present if the operation is still in progress.) @OutputOnly", | 2007 "description": "Time that this operation completed. @OutputO
nly", |
| 1992 "type": "string" | 2008 "type": "string" |
| 1993 }, | 2009 }, |
| 1994 "user": { | 2010 "user": { |
| 1995 "description": "The user who requested this operation. @Outp
utOnly", | 2011 "description": "User who requested this operation. @OutputOn
ly", |
| 1996 "type": "string" | 2012 "type": "string" |
| 1997 }, | 2013 }, |
| 1998 "target": { | 2014 "target": { |
| 1999 "description": "Resource that this operation is acting on. E
xample: \"apps/myapp/services/default\". @OutputOnly", | 2015 "description": "Name of the resource that this operation is
acting on. Example: `apps/myapp/services/default`. @OutputOnly", |
| 2000 "type": "string" | 2016 "type": "string" |
| 2001 } | 2017 } |
| 2002 }, | 2018 }, |
| 2003 "type": "object" | 2019 "type": "object" |
| 2004 }, | 2020 }, |
| 2005 "LocationMetadata": { | 2021 "LocationMetadata": { |
| 2006 "description": "Metadata for the given google.cloud.location.Locatio
n.", | 2022 "description": "Metadata for the given google.cloud.location.Locatio
n.", |
| 2007 "id": "LocationMetadata", | 2023 "id": "LocationMetadata", |
| 2024 "properties": { |
| 2025 "standardEnvironmentAvailable": { |
| 2026 "description": "App Engine Standard Environment is available
in the given location. @OutputOnly", |
| 2027 "type": "boolean" |
| 2028 }, |
| 2029 "flexibleEnvironmentAvailable": { |
| 2030 "description": "App Engine Flexible Environment is available
in the given location. @OutputOnly", |
| 2031 "type": "boolean" |
| 2032 } |
| 2033 }, |
| 2008 "type": "object" | 2034 "type": "object" |
| 2009 } | 2035 } |
| 2010 }, | 2036 }, |
| 2011 "servicePath": "", | 2037 "servicePath": "", |
| 2012 "title": "Google App Engine Admin API", | 2038 "title": "Google App Engine Admin API", |
| 2013 "version": "v1beta5" | 2039 "version": "v1" |
| 2014 } | 2040 } |
| OLD | NEW |