blob: 639aa8228f9e299354ceb0de105e2466aac011f3 [file] [log] [blame]
{
"discoveryVersion": "v1",
"ownerName": "Google",
"resources": {
"apps": {
"methods": {
"patch": {
"response": {
"$ref": "Operation"
},
"parameterOrder": [
"appsId"
],
"httpMethod": "PATCH",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the Application resource to update. Example: apps/myapp.",
"type": "string",
"required": true
},
"mask": {
"format": "google-fieldmask",
"description": "Standard field mask for the set of fields to be updated.",
"type": "string",
"location": "query"
}
},
"flatPath": "v1beta4/apps/{appsId}",
"id": "appengine.apps.patch",
"path": "v1beta4/apps/{appsId}",
"request": {
"$ref": "Application"
},
"description": "Updates the specified Application resource. You can update the following fields:\nauth_domain (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.auth_domain)\ndefault_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.default_cookie_expiration)"
},
"get": {
"description": "Gets information about an application.",
"response": {
"$ref": "Application"
},
"parameterOrder": [
"appsId"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"ensureResourcesExist": {
"type": "boolean",
"location": "query",
"description": "Certain resources associated with an application are created on-demand. Controls whether these resources should be created when performing the GET operation. If specified and any resources could not be created, the request will fail with an error code. Additionally, this parameter can cause the request to take longer to complete."
},
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the application to get. Example: apps/myapp.",
"type": "string",
"required": true
}
},
"flatPath": "v1beta4/apps/{appsId}",
"id": "appengine.apps.get",
"path": "v1beta4/apps/{appsId}"
},
"create": {
"description": "Creates an App Engine application for a Google Cloud Platform project. Required fields:\nid - The ID of the target Cloud Platform project.\nlocation - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/python/console/).",
"request": {
"$ref": "Application"
},
"response": {
"$ref": "Operation"
},
"parameterOrder": [],
"httpMethod": "POST",
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta4/apps",
"id": "appengine.apps.create",
"path": "v1beta4/apps"
}
},
"resources": {
"operations": {
"methods": {
"get": {
"httpMethod": "GET",
"parameterOrder": [
"appsId",
"operationsId"
],
"response": {
"$ref": "Operation"
},
"parameters": {
"appsId": {
"location": "path",
"description": "Part of `name`. The name of the operation resource.",
"type": "string",
"required": true
},
"operationsId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/operations/{operationsId}",
"path": "v1beta4/apps/{appsId}/operations/{operationsId}",
"id": "appengine.apps.operations.get",
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service."
},
"list": {
"httpMethod": "GET",
"parameterOrder": [
"appsId"
],
"response": {
"$ref": "ListOperationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"filter": {
"description": "The standard list filter.",
"type": "string",
"location": "query"
},
"pageToken": {
"location": "query",
"description": "The standard list page token.",
"type": "string"
},
"appsId": {
"description": "Part of `name`. The name of the operation's parent resource.",
"type": "string",
"required": true,
"location": "path"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "The standard list page size.",
"type": "integer"
}
},
"flatPath": "v1beta4/apps/{appsId}/operations",
"path": "v1beta4/apps/{appsId}/operations",
"id": "appengine.apps.operations.list",
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as \"/v1/{name=users/*}/operations\" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id."
}
}
},
"locations": {
"methods": {
"get": {
"response": {
"$ref": "Location"
},
"parameterOrder": [
"appsId",
"locationsId"
],
"httpMethod": "GET",
"parameters": {
"locationsId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"appsId": {
"location": "path",
"description": "Part of `name`. Resource name for the location.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/locations/{locationsId}",
"id": "appengine.apps.locations.get",
"path": "v1beta4/apps/{appsId}/locations/{locationsId}",
"description": "Get information about a location."
},
"list": {
"description": "Lists information about the supported locations for this service.",
"httpMethod": "GET",
"parameterOrder": [
"appsId"
],
"response": {
"$ref": "ListLocationsResponse"
},
"parameters": {
"pageSize": {
"format": "int32",
"description": "The standard list page size.",
"type": "integer",
"location": "query"
},
"filter": {
"type": "string",
"location": "query",
"description": "The standard list filter."
},
"pageToken": {
"location": "query",
"description": "The standard list page token.",
"type": "string"
},
"appsId": {
"description": "Part of `name`. The resource that owns the locations collection, if applicable.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/locations",
"path": "v1beta4/apps/{appsId}/locations",
"id": "appengine.apps.locations.list"
}
}
},
"modules": {
"methods": {
"delete": {
"id": "appengine.apps.modules.delete",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}",
"description": "Deletes the specified module and all enclosed versions.",
"parameterOrder": [
"appsId",
"modulesId"
],
"response": {
"$ref": "Operation"
},
"httpMethod": "DELETE",
"parameters": {
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default.",
"type": "string",
"required": true
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}"
},
"patch": {
"response": {
"$ref": "Operation"
},
"parameterOrder": [
"appsId",
"modulesId"
],
"httpMethod": "PATCH",
"parameters": {
"appsId": {
"description": "Part of `name`. Name of the resource to update. Example: apps/myapp/modules/default.",
"type": "string",
"required": true,
"location": "path"
},
"migrateTraffic": {
"location": "query",
"description": "Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#automaticscaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules#shardby) field in the Module resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).",
"type": "boolean"
},
"mask": {
"location": "query",
"format": "google-fieldmask",
"description": "Standard field mask for the set of fields to be updated.",
"type": "string"
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}",
"id": "appengine.apps.modules.patch",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}",
"description": "Updates the configuration of the specified module.",
"request": {
"$ref": "Module"
}
},
"list": {
"response": {
"$ref": "ListModulesResponse"
},
"parameterOrder": [
"appsId"
],
"httpMethod": "GET",
"parameters": {
"pageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string",
"location": "query"
},
"appsId": {
"type": "string",
"required": true,
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp."
},
"pageSize": {
"type": "integer",
"location": "query",
"format": "int32",
"description": "Maximum results to return per page."
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/modules",
"id": "appengine.apps.modules.list",
"path": "v1beta4/apps/{appsId}/modules",
"description": "Lists all the modules in the application."
},
"get": {
"response": {
"$ref": "Module"
},
"parameterOrder": [
"appsId",
"modulesId"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"appsId": {
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default.",
"type": "string",
"required": true,
"location": "path"
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
}
},
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}",
"id": "appengine.apps.modules.get",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}",
"description": "Gets the current configuration of the specified module."
}
},
"resources": {
"versions": {
"methods": {
"delete": {
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
"id": "appengine.apps.modules.versions.delete",
"description": "Deletes an existing version.",
"httpMethod": "DELETE",
"parameterOrder": [
"appsId",
"modulesId",
"versionsId"
],
"response": {
"$ref": "Operation"
},
"parameters": {
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1.",
"type": "string",
"required": true
},
"versionsId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
"id": "appengine.apps.modules.versions.patch",
"request": {
"$ref": "Version"
},
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment.\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment.\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.",
"httpMethod": "PATCH",
"parameterOrder": [
"appsId",
"modulesId",
"versionsId"
],
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"mask": {
"location": "query",
"format": "google-fieldmask",
"description": "Standard field mask for the set of fields to be updated.",
"type": "string"
},
"versionsId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"appsId": {
"type": "string",
"required": true,
"location": "path",
"description": "Part of `name`. Name of the resource to update. Example: apps/myapp/modules/default/versions/1."
}
},
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}"
},
"list": {
"response": {
"$ref": "ListVersionsResponse"
},
"parameterOrder": [
"appsId",
"modulesId"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"view": {
"location": "query",
"enum": [
"BASIC",
"FULL"
],
"description": "Controls the set of fields returned in the List response.",
"type": "string"
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
},
"pageToken": {
"type": "string",
"location": "query",
"description": "Continuation token for fetching the next page of results."
},
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default.",
"type": "string",
"required": true
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "Maximum results to return per page.",
"type": "integer"
}
},
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions",
"id": "appengine.apps.modules.versions.list",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions",
"description": "Lists the versions of a module."
},
"get": {
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
"id": "appengine.apps.modules.versions.get",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
"description": "Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.",
"parameterOrder": [
"appsId",
"modulesId",
"versionsId"
],
"httpMethod": "GET",
"response": {
"$ref": "Version"
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"appsId": {
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1.",
"type": "string",
"required": true,
"location": "path"
},
"view": {
"location": "query",
"enum": [
"BASIC",
"FULL"
],
"description": "Controls the set of fields returned in the Get response.",
"type": "string"
},
"versionsId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
}
},
"create": {
"httpMethod": "POST",
"parameterOrder": [
"appsId",
"modulesId"
],
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"appsId": {
"type": "string",
"required": true,
"location": "path",
"description": "Part of `name`. Name of the resource to update. Example: apps/myapp/modules/default."
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
}
},
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions",
"id": "appengine.apps.modules.versions.create",
"request": {
"$ref": "Version"
},
"description": "Deploys code and resource files to a new version."
}
},
"resources": {
"instances": {
"methods": {
"delete": {
"httpMethod": "DELETE",
"response": {
"$ref": "Operation"
},
"parameterOrder": [
"appsId",
"modulesId",
"versionsId",
"instancesId"
],
"parameters": {
"instancesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
},
"appsId": {
"type": "string",
"required": true,
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1/instances/instance-1."
},
"versionsId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}",
"id": "appengine.apps.modules.versions.instances.delete",
"description": "Stops a running instance."
},
"list": {
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances",
"id": "appengine.apps.modules.versions.instances.list",
"description": "Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).",
"httpMethod": "GET",
"response": {
"$ref": "ListInstancesResponse"
},
"parameterOrder": [
"appsId",
"modulesId",
"versionsId"
],
"parameters": {
"pageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string",
"location": "query"
},
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1.",
"type": "string",
"required": true
},
"pageSize": {
"format": "int32",
"description": "Maximum results to return per page.",
"type": "integer",
"location": "query"
},
"versionsId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"modulesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances"
},
"get": {
"httpMethod": "GET",
"parameterOrder": [
"appsId",
"modulesId",
"versionsId",
"instancesId"
],
"response": {
"$ref": "Instance"
},
"parameters": {
"instancesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.",
"type": "string",
"required": true
},
"versionsId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}",
"id": "appengine.apps.modules.versions.instances.get",
"description": "Gets instance information."
},
"debug": {
"response": {
"$ref": "Operation"
},
"parameterOrder": [
"appsId",
"modulesId",
"versionsId",
"instancesId"
],
"httpMethod": "POST",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"instancesId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"appsId": {
"location": "path",
"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.",
"type": "string",
"required": true
},
"versionsId": {
"location": "path",
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true
},
"modulesId": {
"description": "Part of `name`. See documentation of `appsId`.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug",
"id": "appengine.apps.modules.versions.instances.debug",
"path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug",
"request": {
"$ref": "DebugInstanceRequest"
},
"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 continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment."
}
}
}
}
}
}
}
}
}
},
"parameters": {
"key": {
"location": "query",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string"
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string",
"location": "query"
},
"pp": {
"default": "true",
"type": "boolean",
"location": "query",
"description": "Pretty-print response."
},
"bearer_token": {
"description": "OAuth bearer token.",
"type": "string",
"location": "query"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string"
},
"prettyPrint": {
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean",
"location": "query"
},
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string"
},
"$.xgafv": {
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
],
"description": "V1 error format.",
"type": "string"
},
"callback": {
"location": "query",
"description": "JSONP",
"type": "string"
},
"alt": {
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
]
}
},
"schemas": {
"UrlMap": {
"type": "object",
"properties": {
"securityLevel": {
"description": "Security (HTTPS) enforcement for this URL.",
"type": "string",
"enumDescriptions": [
"Not specified.",
"Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.",
"Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.",
"Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.",
"Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect."
],
"enum": [
"SECURE_UNSPECIFIED",
"SECURE_DEFAULT",
"SECURE_NEVER",
"SECURE_OPTIONAL",
"SECURE_ALWAYS"
]
},
"authFailAction": {
"enum": [
"AUTH_FAIL_ACTION_UNSPECIFIED",
"AUTH_FAIL_ACTION_REDIRECT",
"AUTH_FAIL_ACTION_UNAUTHORIZED"
],
"description": "Action to take when users access resources that require authentication. Defaults to redirect.",
"type": "string",
"enumDescriptions": [
"Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
"Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account.",
"Rejects request with a 401 HTTP status code and an error message."
]
},
"script": {
"$ref": "ScriptHandler",
"description": "Executes a script to handle the request that matches this URL pattern."
},
"urlRegex": {
"description": "A URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. 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.",
"type": "string"
},
"login": {
"enumDescriptions": [
"Not specified. LOGIN_OPTIONAL is assumed.",
"Does not require that the user is signed in.",
"If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.",
"If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken."
],
"enum": [
"LOGIN_UNSPECIFIED",
"LOGIN_OPTIONAL",
"LOGIN_ADMIN",
"LOGIN_REQUIRED"
],
"description": "Level of login required to access this resource.",
"type": "string"
},
"apiEndpoint": {
"$ref": "ApiEndpointHandler",
"description": "Uses API Endpoints to handle requests."
},
"staticDirectory": {
"description": "Serves the entire contents of a directory as static files.This attribute is deprecated. You can mimic the behavior of static directories using static files.",
"$ref": "StaticDirectoryHandler"
},
"staticFiles": {
"$ref": "StaticFilesHandler",
"description": "Returns the contents of a file, such as an image, as the response."
},
"redirectHttpResponseCode": {
"description": "30x code to use when performing redirects for the secure field. Defaults to 302.",
"type": "string",
"enumDescriptions": [
"Not specified. 302 is assumed.",
"301 Moved Permanently code.",
"302 Moved Temporarily code.",
"303 See Other code.",
"307 Temporary Redirect code."
],
"enum": [
"REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
"REDIRECT_HTTP_RESPONSE_CODE_301",
"REDIRECT_HTTP_RESPONSE_CODE_302",
"REDIRECT_HTTP_RESPONSE_CODE_303",
"REDIRECT_HTTP_RESPONSE_CODE_307"
]
}
},
"id": "UrlMap",
"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."
},
"ApiConfigHandler": {
"description": "Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.",
"type": "object",
"properties": {
"login": {
"enumDescriptions": [
"Not specified. LOGIN_OPTIONAL is assumed.",
"Does not require that the user is signed in.",
"If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.",
"If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken."
],
"enum": [
"LOGIN_UNSPECIFIED",
"LOGIN_OPTIONAL",
"LOGIN_ADMIN",
"LOGIN_REQUIRED"
],
"description": "Level of login required to access this resource. Defaults to optional.",
"type": "string"
},
"url": {
"description": "URL to serve the endpoint at.",
"type": "string"
},
"securityLevel": {
"description": "Security (HTTPS) enforcement for this URL.",
"type": "string",
"enumDescriptions": [
"Not specified.",
"Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.",
"Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.",
"Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.",
"Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect."
],
"enum": [
"SECURE_UNSPECIFIED",
"SECURE_DEFAULT",
"SECURE_NEVER",
"SECURE_OPTIONAL",
"SECURE_ALWAYS"
]
},
"authFailAction": {
"enumDescriptions": [
"Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.",
"Redirects user to \"accounts.google.com\". The user is redirected back to the application URL after signing in or creating an account.",
"Rejects request with a 401 HTTP status code and an error message."
],
"enum": [
"AUTH_FAIL_ACTION_UNSPECIFIED",
"AUTH_FAIL_ACTION_REDIRECT",
"AUTH_FAIL_ACTION_UNAUTHORIZED"
],
"description": "Action to take when users access resources that require authentication. Defaults to redirect.",
"type": "string"
},
"script": {
"description": "Path to the script from the application root directory.",
"type": "string"
}
},
"id": "ApiConfigHandler"
},
"Operation": {
"id": "Operation",
"description": "This resource represents a long-running operation that is the result of a network API call.",
"type": "object",
"properties": {
"done": {
"description": "If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.",
"type": "boolean"
},
"response": {
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
},
"name": {
"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.",
"type": "string"
},
"error": {
"description": "The error result of the operation in case of failure or cancellation.",
"$ref": "Status"
},
"metadata": {
"description": "Service-specific metadata associated with the 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.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
}
}
},
"ScriptHandler": {
"description": "Executes a script to handle the request that matches the URL pattern.",
"type": "object",
"properties": {
"scriptPath": {
"description": "Path to the script from the application root directory.",
"type": "string"
}
},
"id": "ScriptHandler"
},
"FileInfo": {
"description": "Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.",
"type": "object",
"properties": {
"sha1Sum": {
"type": "string",
"description": "The SHA1 hash of the file, in hex."
},
"mimeType": {
"description": "The MIME type of the file.Defaults to the value from Google Cloud Storage.",
"type": "string"
},
"sourceUrl": {
"description": "URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/\u003cbucket\u003e/\u003cobject\u003e'.",
"type": "string"
}
},
"id": "FileInfo"
},
"StaticFilesHandler": {
"type": "object",
"properties": {
"expiration": {
"format": "google-duration",
"description": "Time a static file served by this handler should be cached.",
"type": "string"
},
"applicationReadable": {
"type": "boolean",
"description": "Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static 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."
},
"httpHeaders": {
"description": "HTTP headers to use for all responses from these URLs.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"uploadPathRegex": {
"type": "string",
"description": "Regular expression that matches the file paths for all files that should be referenced by this handler."
},
"path": {
"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.",
"type": "string"
},
"mimeType": {
"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.",
"type": "string"
},
"requireMatchingFile": {
"description": "Whether this handler should match the request if the file referenced by the handler does not exist.",
"type": "boolean"
}
},
"id": "StaticFilesHandler",
"description": "Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them."
},
"DiskUtilization": {
"properties": {
"targetReadBytesPerSec": {
"format": "int32",
"description": "Target bytes read per second.",
"type": "integer"
},
"targetWriteOpsPerSec": {
"format": "int32",
"description": "Target ops written per second.",
"type": "integer"
},
"targetWriteBytesPerSec": {
"format": "int32",
"description": "Target bytes written per second.",
"type": "integer"
},
"targetReadOpsPerSec": {
"format": "int32",
"description": "Target ops read per second.",
"type": "integer"
}
},
"id": "DiskUtilization",
"description": "Target scaling by disk usage. Only applicable for VM runtimes.",
"type": "object"
},
"BasicScaling": {
"description": "A module 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 driven by user activity.",
"type": "object",
"properties": {
"maxInstances": {
"format": "int32",
"description": "Maximum number of instances to create for this version.",
"type": "integer"
},
"idleTimeout": {
"format": "google-duration",
"description": "Duration of time after the last request that an instance must wait before the instance is shut down.",
"type": "string"
}
},
"id": "BasicScaling"
},
"OperationMetadataExperimental": {
"id": "OperationMetadataExperimental",
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object",
"properties": {
"method": {
"description": "API method that initiated this operation. Example: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnly",
"type": "string"
},
"insertTime": {
"format": "google-datetime",
"description": "Time that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
"format": "google-datetime",
"description": "Time that this operation completed.@OutputOnly",
"type": "string"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
"type": "string"
},
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
}
}
},
"CpuUtilization": {
"id": "CpuUtilization",
"description": "Target scaling by CPU usage.",
"type": "object",
"properties": {
"aggregationWindowLength": {
"format": "google-duration",
"description": "Period of time over which CPU utilization is calculated.",
"type": "string"
},
"targetUtilization": {
"format": "double",
"description": "Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.",
"type": "number"
}
}
},
"IdentityAwareProxy": {
"description": "Identity-Aware Proxy",
"type": "object",
"properties": {
"enabled": {
"description": "Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.",
"type": "boolean"
},
"oauth2ClientSecret": {
"description": "For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly",
"type": "string"
},
"oauth2ClientId": {
"description": "OAuth2 client ID to use for the authentication flow.",
"type": "string"
},
"oauth2ClientSecretSha256": {
"description": "Hex-encoded SHA-256 hash of the client secret.@OutputOnly",
"type": "string"
}
},
"id": "IdentityAwareProxy"
},
"Status": {
"properties": {
"details": {
"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
"items": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"code": {
"format": "int32",
"description": "The status code, which should be an enum value of google.rpc.Code.",
"type": "integer"
},
"message": {
"type": "string",
"description": "A developer-facing error message, which should 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."
}
},
"id": "Status",
"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 designed to be:\nSimple to use and understand for most users\nFlexible enough to meet unexpected needsOverviewThe 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. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc that can be used for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.Other usesThe error model and the Status message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.Example uses of this error model include:\nPartial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors.\nWorkflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting.\nBatch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response.\nAsynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message.\nLogging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons.",
"type": "object"
},
"ManualScaling": {
"description": "A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.",
"type": "object",
"properties": {
"instances": {
"format": "int32",
"description": "Number of instances to assign to the module 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.",
"type": "integer"
}
},
"id": "ManualScaling"
},
"TrafficSplit": {
"description": "Traffic routing configuration for versions within a single module. Traffic splits define how traffic directed to the module is assigned to versions.",
"type": "object",
"properties": {
"allocations": {
"additionalProperties": {
"format": "double",
"type": "number"
},
"description": "Mapping from version IDs within the module to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the module may not have any traffic allocation. Modules that have traffic allocated cannot be deleted until either the module is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.",
"type": "object"
},
"shardBy": {
"description": "Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.",
"type": "string",
"enumDescriptions": [
"Diversion method unspecified.",
"Diversion based on a specially named cookie, \"GOOGAPPUID.\" The cookie must be set by the application itself or else no diversion will occur.",
"Diversion based on applying the modulus operation to a fingerprint of the IP address."
],
"enum": [
"UNSPECIFIED",
"COOKIE",
"IP"
]
}
},
"id": "TrafficSplit"
},
"LocationMetadata": {
"properties": {
"flexibleEnvironmentAvailable": {
"type": "boolean",
"description": "App Engine Flexible Environment is available in the given location.@OutputOnly"
},
"standardEnvironmentAvailable": {
"description": "App Engine Standard Environment is available in the given location.@OutputOnly",
"type": "boolean"
}
},
"id": "LocationMetadata",
"description": "Metadata for the given google.cloud.location.Location.",
"type": "object"
},
"OperationMetadataV1Beta": {
"id": "OperationMetadataV1Beta",
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object",
"properties": {
"endTime": {
"format": "google-datetime",
"description": "Time that this operation completed.@OutputOnly",
"type": "string"
},
"warning": {
"description": "Durable messages that persist on every operation poll. @OutputOnly",
"items": {
"type": "string"
},
"type": "array"
},
"insertTime": {
"format": "google-datetime",
"description": "Time that this operation was created.@OutputOnly",
"type": "string"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
},
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"ephemeralMessage": {
"description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
"type": "string"
},
"method": {
"description": "API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly",
"type": "string"
}
}
},
"ListModulesResponse": {
"description": "Response message for Modules.ListModules.",
"type": "object",
"properties": {
"nextPageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string"
},
"modules": {
"description": "The modules belonging to the requested application.",
"items": {
"$ref": "Module"
},
"type": "array"
}
},
"id": "ListModulesResponse"
},
"Resources": {
"description": "Machine resources for a version.",
"type": "object",
"properties": {
"volumes": {
"description": "User specified volumes.",
"items": {
"$ref": "Volume"
},
"type": "array"
},
"diskGb": {
"format": "double",
"description": "Disk size (GB) needed.",
"type": "number"
},
"memoryGb": {
"format": "double",
"description": "Memory (GB) needed.",
"type": "number"
},
"cpu": {
"format": "double",
"description": "Number of CPU cores needed.",
"type": "number"
}
},
"id": "Resources"
},
"Deployment": {
"description": "Code and application artifacts used to deploy a version to App Engine.",
"type": "object",
"properties": {
"sourceReferences": {
"description": "Origin of the source code for this deployment. There can be more than one source reference per version if source code is distributed among multiple repositories.",
"items": {
"$ref": "SourceReference"
},
"type": "array"
},
"container": {
"$ref": "ContainerInfo",
"description": "The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment."
},
"files": {
"additionalProperties": {
"$ref": "FileInfo"
},
"description": "Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.",
"type": "object"
}
},
"id": "Deployment"
},
"Volume": {
"type": "object",
"properties": {
"sizeGb": {
"format": "double",
"description": "Volume size in gigabytes.",
"type": "number"
},
"name": {
"description": "Unique name for the volume.",
"type": "string"
},
"volumeType": {
"description": "Underlying volume type, e.g. 'tmpfs'.",
"type": "string"
}
},
"id": "Volume",
"description": "Volumes mounted within the app container. Only applicable for VM runtimes."
},
"ListOperationsResponse": {
"properties": {
"operations": {
"description": "A list of operations that matches the specified filter in the request.",
"items": {
"$ref": "Operation"
},
"type": "array"
},
"nextPageToken": {
"type": "string",
"description": "The standard List next-page token."
}
},
"id": "ListOperationsResponse",
"description": "The response message for Operations.ListOperations.",
"type": "object"
},
"OperationMetadata": {
"properties": {
"insertTime": {
"format": "google-datetime",
"description": "Timestamp that this operation was created.@OutputOnly",
"type": "string"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
"type": "string"
},
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"method": {
"description": "API method that initiated this operation. Example: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
"type": "string"
},
"endTime": {
"format": "google-datetime",
"description": "Timestamp that this operation completed.@OutputOnly",
"type": "string"
},
"operationType": {
"type": "string",
"description": "Type of this operation. Deprecated, use method field instead. Example: \"create_version\".@OutputOnly"
}
},
"id": "OperationMetadata",
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object"
},
"ListInstancesResponse": {
"id": "ListInstancesResponse",
"description": "Response message for Instances.ListInstances.",
"type": "object",
"properties": {
"instances": {
"description": "The instances belonging to the requested version.",
"items": {
"$ref": "Instance"
},
"type": "array"
},
"nextPageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string"
}
}
},
"OperationMetadataV1": {
"properties": {
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
},
"ephemeralMessage": {
"description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
"type": "string"
},
"method": {
"type": "string",
"description": "API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.@OutputOnly"
},
"endTime": {
"format": "google-datetime",
"description": "Time that this operation completed.@OutputOnly",
"type": "string"
},
"warning": {
"description": "Durable messages that persist on every operation poll. @OutputOnly",
"items": {
"type": "string"
},
"type": "array"
},
"insertTime": {
"format": "google-datetime",
"description": "Time that this operation was created.@OutputOnly",
"type": "string"
}
},
"id": "OperationMetadataV1",
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object"
},
"ErrorHandler": {
"description": "Custom static error page to be served when an error occurs.",
"type": "object",
"properties": {
"mimeType": {
"type": "string",
"description": "MIME type of file. Defaults to text/html."
},
"errorCode": {
"enum": [
"ERROR_CODE_UNSPECIFIED",
"ERROR_CODE_DEFAULT",
"ERROR_CODE_OVER_QUOTA",
"ERROR_CODE_DOS_API_DENIAL",
"ERROR_CODE_TIMEOUT"
],
"description": "Error condition this handler applies to.",
"type": "string",
"enumDescriptions": [
"Not specified. ERROR_CODE_DEFAULT is assumed.",
"All other error types.",
"Application has exceeded a resource quota.",
"Client blocked by the application's Denial of Service protection configuration.",
"Deadline reached before the application responds."
]
},
"staticFile": {
"description": "Static file content to be served for this error.",
"type": "string"
}
},
"id": "ErrorHandler"
},
"OperationMetadataV1Alpha": {
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object",
"properties": {
"warning": {
"items": {
"type": "string"
},
"type": "array",
"description": "Durable messages that persist on every operation poll. @OutputOnly"
},
"insertTime": {
"type": "string",
"format": "google-datetime",
"description": "Time that this operation was created.@OutputOnly"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
},
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"ephemeralMessage": {
"description": "Ephemeral message that may change every time the operation is polled. @OutputOnly",
"type": "string"
},
"method": {
"description": "API method that initiated this operation. Example: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly",
"type": "string"
},
"endTime": {
"format": "google-datetime",
"description": "Time that this operation completed.@OutputOnly",
"type": "string"
}
},
"id": "OperationMetadataV1Alpha"
},
"Application": {
"description": "An Application resource contains the top-level configuration of an App Engine application.",
"type": "object",
"properties": {
"dispatchRules": {
"description": "HTTP path dispatch rules for requests to the application that do not explicitly target a module or version. Rules are order-dependent.@OutputOnly",
"items": {
"$ref": "UrlDispatchRule"
},
"type": "array"
},
"defaultHostname": {
"description": "Hostname used to reach the application, as resolved by App Engine.@OutputOnly",
"type": "string"
},
"name": {
"description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
"type": "string"
},
"iap": {
"$ref": "IdentityAwareProxy"
},
"authDomain": {
"description": "Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.",
"type": "string"
},
"id": {
"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.",
"type": "string"
},
"defaultCookieExpiration": {
"format": "google-duration",
"description": "Cookie expiration policy for this application.",
"type": "string"
},
"codeBucket": {
"description": "Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly",
"type": "string"
},
"location": {
"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.Defaults to us-central.Options are:us-central - Central USeurope-west - Western Europeus-east1 - Eastern US",
"type": "string"
},
"defaultBucket": {
"description": "Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly",
"type": "string"
}
},
"id": "Application"
},
"Network": {
"description": "Extra network settings. Only applicable for VM runtimes.",
"type": "object",
"properties": {
"instanceTag": {
"description": "Tag to apply to the VM instance during creation.",
"type": "string"
},
"forwardedPorts": {
"description": "List of ports, or port pairs, to forward from the virtual machine to the application container.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.",
"type": "string"
}
},
"id": "Network"
},
"UrlDispatchRule": {
"description": "Rules to match an HTTP request and dispatch that request to a module.",
"type": "object",
"properties": {
"module": {
"description": "Resource ID of a module in this application that should serve the matched request. The module must already exist. Example: default.",
"type": "string"
},
"domain": {
"description": "Domain name to match against. The wildcard \"*\" is supported if specified before a period: \"*.\".Defaults to matching all domains: \"*\".",
"type": "string"
},
"path": {
"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.",
"type": "string"
}
},
"id": "UrlDispatchRule"
},
"Instance": {
"type": "object",
"properties": {
"averageLatency": {
"type": "integer",
"format": "int32",
"description": "Average latency (ms) over the last minute.@OutputOnly"
},
"vmIp": {
"description": "The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"memoryUsage": {
"format": "int64",
"description": "Total memory in use (bytes).@OutputOnly",
"type": "string"
},
"id": {
"description": "Relative name of the instance within the version. Example: instance-1.@OutputOnly",
"type": "string"
},
"availability": {
"enum": [
"UNSPECIFIED",
"RESIDENT",
"DYNAMIC"
],
"description": "Availability of the instance.@OutputOnly",
"type": "string",
"enumDescriptions": [
"",
"",
""
]
},
"errors": {
"format": "uint32",
"description": "Number of errors since this instance was started.@OutputOnly",
"type": "integer"
},
"vmStatus": {
"description": "Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"requests": {
"type": "integer",
"format": "int32",
"description": "Number of requests since this instance was started.@OutputOnly"
},
"appEngineRelease": {
"description": "App Engine release this instance is running on.@OutputOnly",
"type": "string"
},
"startTimestamp": {
"format": "google-datetime",
"description": "Time that this instance was started.@OutputOnly",
"type": "string"
},
"vmName": {
"description": "Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"qps": {
"format": "float",
"description": "Average queries per second (QPS) over the last minute.@OutputOnly",
"type": "number"
},
"vmId": {
"description": "Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"vmZoneName": {
"description": "Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"name": {
"description": "Full path to the Instance resource in the API. Example: apps/myapp/modules/default/versions/v1/instances/instance-1.@OutputOnly",
"type": "string"
},
"vmUnlocked": {
"description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "boolean"
}
},
"id": "Instance",
"description": "An Instance resource is the computing unit that App Engine uses to automatically scale an application."
},
"ListVersionsResponse": {
"description": "Response message for Versions.ListVersions.",
"type": "object",
"properties": {
"nextPageToken": {
"description": "Continuation token for fetching the next page of results.",
"type": "string"
},
"versions": {
"description": "The versions belonging to the requested module.",
"items": {
"$ref": "Version"
},
"type": "array"
}
},
"id": "ListVersionsResponse"
},
"Module": {
"id": "Module",
"description": "A Module resource is a logical component of an application that can share state and communicate in a secure fashion with other modules. For example, an application that handles customer requests might include separate modules to handle tasks such as backend data analysis or API requests from mobile devices. Each module has a collection of versions that define a specific set of code used to implement the functionality of that module.",
"type": "object",
"properties": {
"split": {
"$ref": "TrafficSplit",
"description": "Mapping that defines fractional HTTP traffic diversion to different versions within the module."
},
"id": {
"description": "Relative name of the module within the application. Example: default.@OutputOnly",
"type": "string"
},
"name": {
"description": "Full path to the Module resource in the API. Example: apps/myapp/modules/default.@OutputOnly",
"type": "string"
}
}
},
"ApiEndpointHandler": {
"id": "ApiEndpointHandler",
"description": "Uses Google Cloud Endpoints to handle requests.",
"type": "object",
"properties": {
"scriptPath": {
"description": "Path to the script from the application root directory.",
"type": "string"
}
}
},
"AutomaticScaling": {
"description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
"type": "object",
"properties": {
"minPendingLatency": {
"format": "google-duration",
"description": "Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.",
"type": "string"
},
"requestUtilization": {
"$ref": "RequestUtilization",
"description": "Target scaling by request utilization."
},
"maxIdleInstances": {
"format": "int32",
"description": "Maximum number of idle instances that should be maintained for this version.",
"type": "integer"
},
"minIdleInstances": {
"format": "int32",
"description": "Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a module.",
"type": "integer"
},
"maxTotalInstances": {
"format": "int32",
"description": "Maximum number of instances that should be started to handle requests.",
"type": "integer"
},
"minTotalInstances": {
"format": "int32",
"description": "Minimum number of instances that should be maintained for this version.",
"type": "integer"
},
"networkUtilization": {
"description": "Target scaling by network usage.",
"$ref": "NetworkUtilization"
},
"coolDownPeriod": {
"format": "google-duration",
"description": "Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.",
"type": "string"
},
"maxConcurrentRequests": {
"format": "int32",
"description": "Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.",
"type": "integer"
},
"maxPendingLatency": {
"format": "google-duration",
"description": "Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.",
"type": "string"
},
"cpuUtilization": {
"$ref": "CpuUtilization",
"description": "Target scaling by CPU usage."
},
"diskUtilization": {
"$ref": "DiskUtilization",
"description": "Target scaling by disk usage."
}
},
"id": "AutomaticScaling"
},
"StaticDirectoryHandler": {
"description": "Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static directory handlers make it easy to serve the entire contents of a directory as static files.",
"type": "object",
"properties": {
"expiration": {
"format": "google-duration",
"description": "Time a static file served by this handler should be cached.",
"type": "string"
},
"httpHeaders": {
"additionalProperties": {
"type": "string"
},
"description": "HTTP headers to use for all responses from these URLs.",
"type": "object"
},
"applicationReadable": {
"description": "Whether files should also be uploaded as code data. By default, files declared in static directory handlers are uploaded as static 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.",
"type": "boolean"
},
"directory": {
"description": "Path to the directory containing the static files from the application root directory. Everything after the end of the matched URL pattern is appended to static_dir to form the full path to the requested file.",
"type": "string"
},
"mimeType": {
"description": "MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are direved from each file's filename extension.",
"type": "string"
},
"requireMatchingFile": {
"description": "Whether this handler should match the request if the file referenced by the handler does not exist.",
"type": "boolean"
}
},
"id": "StaticDirectoryHandler"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"type": "object",
"properties": {
"name": {
"description": "Resource name for the location, which may vary between implementations. For example: \"projects/example-project/locations/us-east1\"",
"type": "string"
},
"locationId": {
"description": "The canonical id for this location. For example: \"us-east1\".",
"type": "string"
},
"metadata": {
"description": "Service-specific metadata. For example the available capacity at the given location.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Cross-service attributes for the location. For example\n{\"cloud.googleapis.com/region\": \"us-east1\"}\n",
"type": "object"
}
},
"id": "Location"
},
"NetworkUtilization": {
"type": "object",
"properties": {
"targetReceivedBytesPerSec": {
"format": "int32",
"description": "Target bytes received per second.",
"type": "integer"
},
"targetSentPacketsPerSec": {
"type": "integer",
"format": "int32",
"description": "Target packets sent per second."
},
"targetReceivedPacketsPerSec": {
"type": "integer",
"format": "int32",
"description": "Target packets received per second."
},
"targetSentBytesPerSec": {
"format": "int32",
"description": "Target bytes sent per second.",
"type": "integer"
}
},
"id": "NetworkUtilization",
"description": "Target scaling by network usage. Only applicable for VM runtimes."
},
"HealthCheck": {
"id": "HealthCheck",
"description": "Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.",
"type": "object",
"properties": {
"host": {
"type": "string",
"description": "Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\""
},
"restartThreshold": {
"type": "integer",
"format": "uint32",
"description": "Number of consecutive failed health checks required before an instance is restarted."
},
"healthyThreshold": {
"format": "uint32",
"description": "Number of consecutive successful health checks required before receiving traffic.",
"type": "integer"
},
"checkInterval": {
"format": "google-duration",
"description": "Interval between health checks.",
"type": "string"
},
"timeout": {
"format": "google-duration",
"description": "Time before the health check is considered failed.",
"type": "string"
},
"unhealthyThreshold": {
"format": "uint32",
"description": "Number of consecutive failed health checks required before removing traffic.",
"type": "integer"
},
"disableHealthCheck": {
"description": "Whether to explicitly disable health checks for this instance.",
"type": "boolean"
}
}
},
"SourceReference": {
"description": "Reference to a particular snapshot of the source tree used to build and deploy the application.",
"type": "object",
"properties": {
"revisionId": {
"description": "The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): \"2198322f89e0bb2e25021667c2ed489d1fd34e6b\"",
"type": "string"
},
"repository": {
"description": "URI string identifying the repository. Example: \"https://source.developers.google.com/p/app-123/r/default\"",
"type": "string"
}
},
"id": "SourceReference"
},
"DebugInstanceRequest": {
"properties": {
"sshKey": {
"description": "Public SSH key to add to the instance. Examples:\n[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME]\n[USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).",
"type": "string"
}
},
"id": "DebugInstanceRequest",
"description": "Request message for Instances.DebugInstance.",
"type": "object"
},
"Library": {
"description": "Third-party Python runtime library that is required by the application.",
"type": "object",
"properties": {
"version": {
"description": "Version of the library to select, or \"latest\".",
"type": "string"
},
"name": {
"description": "Name of the library. Example: \"django\".",
"type": "string"
}
},
"id": "Library"
},
"OperationMetadataV1Beta5": {
"properties": {
"method": {
"description": "API method name that initiated this operation. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
"type": "string"
},
"insertTime": {
"format": "google-datetime",
"description": "Timestamp that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
"format": "google-datetime",
"description": "Timestamp that this operation completed.@OutputOnly",
"type": "string"
},
"target": {
"description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
},
"user": {
"description": "User who requested this operation.@OutputOnly",
"type": "string"
}
},
"id": "OperationMetadataV1Beta5",
"description": "Metadata for the given google.longrunning.Operation.",
"type": "object"
},
"ListLocationsResponse": {
"description": "The response message for Locations.ListLocations.",
"type": "object",
"properties": {
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
},
"locations": {
"description": "A list of locations that matches the specified filter in the request.",
"items": {
"$ref": "Location"
},
"type": "array"
}
},
"id": "ListLocationsResponse"
},
"Version": {
"id": "Version",
"description": "A Version resource is a specific set of source code and configuration files that are deployed into a module.",
"type": "object",
"properties": {
"resources": {
"$ref": "Resources",
"description": "Machine resources for this version. Only applicable for VM runtimes."
},
"inboundServices": {
"items": {
"enum": [
"INBOUND_SERVICE_UNSPECIFIED",
"INBOUND_SERVICE_MAIL",
"INBOUND_SERVICE_MAIL_BOUNCE",
"INBOUND_SERVICE_XMPP_ERROR",
"INBOUND_SERVICE_XMPP_MESSAGE",
"INBOUND_SERVICE_XMPP_SUBSCRIBE",
"INBOUND_SERVICE_XMPP_PRESENCE",
"INBOUND_SERVICE_CHANNEL_PRESENCE",
"INBOUND_SERVICE_WARMUP"
],
"type": "string"
},
"type": "array",
"enumDescriptions": [
"Not specified.",
"Allows an application to receive mail.",
"Allows an application to receive email-bound notifications.",
"Allows an application to receive error stanzas.",
"Allows an application to receive instant messages.",
"Allows an application to receive user subscription POSTs.",
"Allows an application to receive a user's chat presence.",
"Registers an application for notifications when a client connects or disconnects from a channel.",
"Enables warmup requests."
],
"description": "Before an application can receive email or XMPP messages, the application must be configured to enable the service."
},
"errorHandlers": {
"description": "Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.",
"items": {
"$ref": "ErrorHandler"
},
"type": "array"
},
"defaultExpiration": {
"format": "google-duration",
"description": "Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (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.",
"type": "string"
},
"libraries": {
"description": "Configuration for third-party Python runtime libraries required by the application.Only returned in GET requests if view=FULL is set.",
"items": {
"$ref": "Library"
},
"type": "array"
},
"nobuildFilesRegex": {
"description": "Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.",
"type": "string"
},
"creationTime": {
"format": "google-datetime",
"description": "Time that this version was created.@OutputOnly",
"type": "string"
},
"basicScaling": {
"$ref": "BasicScaling",
"description": "A module 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 driven by user activity."
},
"runtime": {
"description": "Desired runtime. Example: python27.",
"type": "string"
},
"id": {
"description": "Relative name of the version within the module. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\".",
"type": "string"
},
"envVariables": {
"description": "Environment variables made available to the application.Only returned in GET requests if view=FULL is set.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"network": {
"description": "Extra network settings. Only applicable for VM runtimes.",
"$ref": "Network"
},
"betaSettings": {
"additionalProperties": {
"type": "string"
},
"description": "Metadata settings that are supplied to this version to enable beta runtime features.",
"type": "object"
},
"env": {
"description": "App Engine execution environment to use for this version.Defaults to 1.",
"type": "string"
},
"handlers": {
"description": "An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.",
"items": {
"$ref": "UrlMap"
},
"type": "array"
},
"deployer": {
"description": "Email address of the user who created this version.@OutputOnly",
"type": "string"
},
"automaticScaling": {
"description": "Automatic scaling is based on request rate, response latencies, and other application metrics.",
"$ref": "AutomaticScaling"
},
"healthCheck": {
"$ref": "HealthCheck",
"description": "Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set."
},
"threadsafe": {
"description": "Whether multiple requests can be dispatched to this version at once.",
"type": "boolean"
},
"manualScaling": {
"$ref": "ManualScaling",
"description": "A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time."
},
"name": {
"description": "Full path to the Version resource in the API. Example: apps/myapp/modules/default/versions/v1.@OutputOnly",
"type": "string"
},
"apiConfig": {
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.",
"$ref": "ApiConfigHandler"
},
"vm": {
"description": "Whether to deploy this version in a container on a virtual machine.",
"type": "boolean"
},
"instanceClass": {
"description": "Instance class that is used to run this version. Valid values are:\nAutomaticScaling: F1, F2, F4, F4_1G\nManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.",
"type": "string"
},
"servingStatus": {
"enumDescriptions": [
"Not specified.",
"Currently serving. Instances are created according to the scaling settings of the version.",
"Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING."
],
"enum": [
"SERVING_STATUS_UNSPECIFIED",
"SERVING",
"STOPPED"
],
"description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
"type": "string"
},
"runtimeApiVersion": {
"description": "The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/\u003clanguage\u003e/config/appref",
"type": "string"
},
"deployment": {
"description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.",
"$ref": "Deployment"
}
}
},
"ContainerInfo": {
"description": "Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment.",
"type": "object",
"properties": {
"image": {
"description": "URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"",
"type": "string"
}
},
"id": "ContainerInfo"
},
"RequestUtilization": {
"description": "Target scaling by request utilization. Only applicable for VM runtimes.",
"type": "object",
"properties": {
"targetConcurrentRequests": {
"format": "int32",
"description": "Target number of concurrent requests.",
"type": "integer"
},
"targetRequestCountPerSec": {
"format": "int32",
"description": "Target requests per second.",
"type": "integer"
}
},
"id": "RequestUtilization"
}
},
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"protocol": "rest",
"version": "v1beta4",
"baseUrl": "https://appengine.googleapis.com/",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/appengine.admin": {
"description": "View and manage your applications deployed on Google App Engine"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
},
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"servicePath": "",
"description": "The App Engine Admin API enables developers to provision and manage their App Engine applications.",
"kind": "discovery#restDescription",
"rootUrl": "https://appengine.googleapis.com/",
"basePath": "",
"ownerDomain": "google.com",
"name": "appengine",
"batchPath": "batch",
"id": "appengine:v1beta4",
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
"revision": "20171009",
"title": "Google App Engine Admin API"
}