Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1774)

Unified Diff: discovery/googleapis_beta/appengine__v1beta5.json

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis_beta/appengine__v1beta5.json
diff --git a/discovery/googleapis_beta/appengine__v1beta5.json b/discovery/googleapis_beta/appengine__v1beta5.json
index 406a29c2c6d6ca64b71840043ed9b83a0c4831e9..9f0dc5fad516115a99a32665159ed701c7785390 100644
--- a/discovery/googleapis_beta/appengine__v1beta5.json
+++ b/discovery/googleapis_beta/appengine__v1beta5.json
@@ -20,7 +20,7 @@
"description": "Provisions and manages App Engine applications.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/bxm0Hg_anT2iVOk8OuVymCOFgn0\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/UEz2jJACNpYPzXjVH7xBeGPwZAM\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -114,7 +114,7 @@
"apps": {
"methods": {
"create": {
- "description": "Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the [Google Cloud Resource Manager create project topic](https://cloud.google.com/resource-manager/docs/creating-project).",
+ "description": "Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the Google Cloud Resource Manager create project topic (https://cloud.google.com/resource-manager/docs/creating-project).",
"httpMethod": "POST",
"id": "appengine.apps.create",
"path": "v1beta5/apps",
@@ -137,13 +137,13 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the application to get. Example: `apps/myapp`.",
+ "description": "Part of `name`. Name of the application to get. Example: apps/myapp.",
"location": "path",
"required": true,
"type": "string"
},
"ensureResourcesExist": {
- "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. Note: This parameter will be deprecated in a future version of the API.",
+ "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. Note: This parameter will be deprecated in a future version of the API.",
"location": "query",
"type": "boolean"
}
@@ -157,7 +157,7 @@
]
},
"patch": {
- "description": "Updates application fields.",
+ "description": "Updates the specified Application resource. You can update the following fields: auth_domain (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps#Application.FIELDS.auth_domain) default_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps#Application.FIELDS.default_cookie_expiration)",
"httpMethod": "PATCH",
"id": "appengine.apps.patch",
"parameterOrder": [
@@ -165,7 +165,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the application to update. Example: `apps/myapp`.",
+ "description": "Part of `name`. Name of the Application resource to update. Example: apps/myapp.",
"location": "path",
"required": true,
"type": "string"
@@ -192,7 +192,7 @@
"operations": {
"methods": {
"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 below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.",
+ "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 below allows API services to override the binding to use different resource name schemes, such as users/*/operations.",
"httpMethod": "GET",
"id": "appengine.apps.operations.list",
"parameterOrder": [
@@ -278,7 +278,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
"location": "path",
"required": true,
"type": "string"
@@ -308,7 +308,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
"location": "path",
"required": true,
"type": "string"
@@ -339,7 +339,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp.",
"location": "path",
"required": true,
"type": "string"
@@ -376,7 +376,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource to update. Example: `apps/myapp/services/default`.",
+ "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.",
"location": "path",
"required": true,
"type": "string"
@@ -393,7 +393,7 @@
"type": "string"
},
"migrateTraffic": {
- "description": "Set to `true` to gradually shift traffic from one version to another single version. By default, traffic is shifted immediately. For gradual traffic migration, the target version must be located within instances that are configured for both [warmup requests](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#inboundservicetype) and [automatic scaling](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#automaticscaling). You must specify the [`shardBy`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services#shardby) field in the Service 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).",
+ "description": "Set to true to gradually shift traffic from one version to another single version. By default, traffic is shifted immediately. For gradual traffic migration, the target version must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#automaticscaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services#shardby) field in the Service 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).",
"location": "query",
"type": "boolean"
}
@@ -457,7 +457,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
"location": "path",
"required": true,
"type": "string"
@@ -484,7 +484,7 @@
]
},
"get": {
- "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.",
+ "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.",
"httpMethod": "GET",
"id": "appengine.apps.services.versions.get",
"parameterOrder": [
@@ -494,7 +494,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
"location": "path",
"required": true,
"type": "string"
@@ -512,7 +512,7 @@
"type": "string"
},
"view": {
- "description": "Controls the set of fields returned in the `Get` response.",
+ "description": "Controls the set of fields returned in the Get response.",
"enum": [
"BASIC",
"FULL"
@@ -541,7 +541,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.",
"location": "path",
"required": true,
"type": "string"
@@ -553,7 +553,7 @@
"type": "string"
},
"view": {
- "description": "Controls the set of fields returned in the `List` response.",
+ "description": "Controls the set of fields returned in the List response.",
"enum": [
"BASIC",
"FULL"
@@ -584,7 +584,7 @@
]
},
"patch": {
- "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: * [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment. * [`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/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/v1beta5/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment. * [`automatic_scaling.max_idle_instances`](https://cloud.google.com/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 standard environment.",
+ "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: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment. instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/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/v1beta5/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment. automatic_scaling.max_idle_instances (https://cloud.google.com/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 standard environment.",
"httpMethod": "PATCH",
"id": "appengine.apps.services.versions.patch",
"parameterOrder": [
@@ -594,7 +594,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource to update. Example: `apps/myapp/services/default/versions/1`.",
+ "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.",
"location": "path",
"required": true,
"type": "string"
@@ -688,7 +688,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.",
"location": "path",
"required": true,
"type": "string"
@@ -733,7 +733,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.",
"location": "path",
"required": true,
"type": "string"
@@ -773,7 +773,7 @@
]
},
"debug": {
- "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.",
+ "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.",
"httpMethod": "POST",
"id": "appengine.apps.services.versions.instances.debug",
"parameterOrder": [
@@ -784,7 +784,7 @@
],
"parameters": {
"appsId": {
- "description": "Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`.",
+ "description": "Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.",
"location": "path",
"required": true,
"type": "string"
@@ -905,7 +905,7 @@
}
}
},
- "revision": "20161101",
+ "revision": "20161208",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ListOperationsResponse": {
@@ -931,7 +931,7 @@
"id": "Operation",
"properties": {
"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`.",
+ "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"
},
"metadata": {
@@ -943,7 +943,7 @@
"type": "object"
},
"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.",
+ "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"
},
"error": {
@@ -955,14 +955,14 @@
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
- "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`.",
+ "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"
}
},
"type": "object"
},
"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: - 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. 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` which can be used for common error conditions. # Language mapping The `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 uses The 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: - Partial errors. If a service needs to return partial errors to the client, it may embed the `Status` in the normal response to indicate the partial errors. - Workflow errors. A typical workflow has multiple steps. Each step may have a `Status` message for error reporting purpose. - Batch operations. If a client uses batch request and batch response, the `Status` message should be used directly inside batch response, one for each error sub-response. - Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the `Status` message. - Logging. If some API errors are stored in logs, the message `Status` could be used directly after any stripping needed for security/privacy reasons.",
+ "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: Simple to use and understand for most users Flexible 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 which 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: Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Workflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting purpose. Batch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons.",
"id": "Status",
"properties": {
"code": {
@@ -993,42 +993,42 @@
"id": "Application",
"properties": {
"name": {
- "description": "Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly",
+ "description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
"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`.",
+ "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"
},
"dispatchRules": {
- "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly",
+ "description": "HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent.@OutputOnly",
"items": {
"$ref": "UrlDispatchRule"
},
"type": "array"
},
"authDomain": {
- "description": "Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.",
+ "description": "Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.",
"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 US `europe-west` - Western Europe `us-east1` - Eastern US",
+ "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"
},
"codeBucket": {
- "description": "A 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",
+ "description": "A 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"
},
"defaultCookieExpiration": {
- "description": "Cookie expiration policy for this application. @OutputOnly",
+ "description": "Cookie expiration policy for this application.",
"type": "string"
},
"defaultHostname": {
- "description": "Hostname used to reach the application, as resolved by App Engine. @OutputOnly",
+ "description": "Hostname used to reach the application, as resolved by App Engine.@OutputOnly",
"type": "string"
},
"defaultBucket": {
- "description": "A Google Cloud Storage bucket that can be used by the application to store content. @OutputOnly",
+ "description": "A Google Cloud Storage bucket that can be used by the application to store content.@OutputOnly",
"type": "string"
}
},
@@ -1039,15 +1039,15 @@
"id": "UrlDispatchRule",
"properties": {
"domain": {
- "description": "Domain name to match against. The wildcard \"`*`\" is supported if specified before a period: \"`*.`\". Defaults to matching all domains: \"`*`\".",
+ "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.",
+ "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"
},
"service": {
- "description": "Resource id of a service in this application that should serve the matched request. The service must already exist. Example: `default`.",
+ "description": "Resource id of a service in this application that should serve the matched request. The service must already exist. Example: default.",
"type": "string"
}
},
@@ -1058,11 +1058,11 @@
"id": "Version",
"properties": {
"name": {
- "description": "Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly",
+ "description": "Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly",
"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-\".",
+ "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"
},
"automaticScaling": {
@@ -1107,7 +1107,7 @@
"type": "array"
},
"instanceClass": {
- "description": "Instance class that is used to run this version. Valid values are: * AutomaticScaling: `F1`, `F2`, `F4`, `F4_1G` * ManualScaling or BasicScaling: `B1`, `B2`, `B4`, `B8`, `B4_1G` Defaults to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.",
+ "description": "Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.",
"type": "string"
},
"network": {
@@ -1119,7 +1119,7 @@
"description": "Machine resources for this version. Only applicable for VM runtimes."
},
"runtime": {
- "description": "Desired runtime. Example: `python27`.",
+ "description": "Desired runtime. Example: python27.",
"type": "string"
},
"threadsafe": {
@@ -1138,11 +1138,11 @@
"type": "object"
},
"env": {
- "description": "App Engine execution environment to use for this version. Defaults to `1`.",
+ "description": "App Engine execution environment to use for this version.Defaults to 1.",
"type": "string"
},
"servingStatus": {
- "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`.",
+ "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.",
"enum": [
"SERVING_STATUS_UNSPECIFIED",
"SERVING",
@@ -1151,34 +1151,34 @@
"type": "string"
},
"deployer": {
- "description": "Email address of the user who created this version. @OutputOnly",
+ "description": "Email address of the user who created this version.@OutputOnly",
"type": "string"
},
"creationTime": {
- "description": "Time that this version was created. @OutputOnly",
+ "description": "Time that this version was created.@OutputOnly",
"type": "string"
},
"diskUsageBytes": {
- "description": "Total size of version files hosted on App Engine disk in bytes. @OutputOnly",
+ "description": "Total size of version files hosted on App Engine disk in bytes.@OutputOnly",
"format": "int64",
"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.",
+ "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"
},
"errorHandlers": {
- "description": "Custom static error pages. Limited to 10KB per page. Only returned in `GET` requests if `view=FULL` is set.",
+ "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"
},
"libraries": {
- "description": "Configuration for third-party Python runtime libraries required by the application. Only returned in `GET` requests if `view=FULL` is set.",
+ "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"
},
@@ -1186,30 +1186,34 @@
},
"apiConfig": {
"$ref": "ApiConfigHandler",
- "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."
+ "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."
},
"envVariables": {
"additionalProperties": {
"type": "string"
},
- "description": "Environment variables made available to the application. Only returned in `GET` requests if `view=FULL` is set.",
+ "description": "Environment variables made available to the application.Only returned in GET requests if view=FULL is set.",
"type": "object"
},
"defaultExpiration": {
- "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.",
+ "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"
},
"healthCheck": {
"$ref": "HealthCheck",
- "description": "Configures health checking for VM instances. Unhealthy instances are be stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set."
+ "description": "Configures health checking for VM instances. Unhealthy instances are be stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set."
},
"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.",
+ "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"
},
"deployment": {
"$ref": "Deployment",
- "description": "Code and application artifacts that make up this version. Only returned in `GET` requests if `view=FULL` is set."
+ "description": "Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set."
+ },
+ "endpointsApiService": {
+ "$ref": "EndpointsApiService",
+ "description": "Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app."
}
},
"type": "object"
@@ -1219,7 +1223,7 @@
"id": "AutomaticScaling",
"properties": {
"coolDownPeriod": {
- "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.",
+ "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"
},
"cpuUtilization": {
@@ -1227,7 +1231,7 @@
"description": "Target scaling by CPU usage."
},
"maxConcurrentRequests": {
- "description": "Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance. Defaults to a runtime-specific value.",
+ "description": "Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.",
"format": "int32",
"type": "integer"
},
@@ -1382,7 +1386,7 @@
"id": "ManualScaling",
"properties": {
"instances": {
- "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.",
+ "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.",
"format": "int32",
"type": "integer"
}
@@ -1405,7 +1409,11 @@
"type": "string"
},
"name": {
- "description": "Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path. Defaults to `default`.",
+ "description": "Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.",
+ "type": "string"
+ },
+ "subnetworkName": {
+ "description": "Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the Flex app.",
"type": "string"
}
},
@@ -1429,6 +1437,33 @@
"description": "Memory (GB) needed.",
"format": "double",
"type": "number"
+ },
+ "volumes": {
+ "description": "Volumes mounted within the app container.",
+ "items": {
+ "$ref": "Volume"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "Volume": {
+ "description": "Volumes mounted within the app container. Only applicable for VM runtimes.",
+ "id": "Volume",
+ "properties": {
+ "name": {
+ "description": "Unique name for the volume.",
+ "type": "string"
+ },
+ "volumeType": {
+ "description": "Underlying volume type, e.g. 'tmpfs'.",
+ "type": "string"
+ },
+ "sizeGb": {
+ "description": "Volume size in gigabytes.",
+ "format": "double",
+ "type": "number"
}
},
"type": "object"
@@ -1475,7 +1510,7 @@
"type": "string"
},
"authFailAction": {
- "description": "Action to take when users access resources that require authentication. Defaults to `redirect`.",
+ "description": "Action to take when users access resources that require authentication. Defaults to redirect.",
"enum": [
"AUTH_FAIL_ACTION_UNSPECIFIED",
"AUTH_FAIL_ACTION_REDIRECT",
@@ -1484,7 +1519,7 @@
"type": "string"
},
"redirectHttpResponseCode": {
- "description": "`30x` code to use when performing redirects for the `secure` field. Defaults to `302`.",
+ "description": "30x code to use when performing redirects for the secure field. Defaults to 302.",
"enum": [
"REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED",
"REDIRECT_HTTP_RESPONSE_CODE_301",
@@ -1577,7 +1612,7 @@
"type": "string"
},
"mimeType": {
- "description": "MIME type of file. Defaults to `text/html`.",
+ "description": "MIME type of file. Defaults to text/html.",
"type": "string"
}
},
@@ -1599,11 +1634,11 @@
"type": "object"
},
"ApiConfigHandler": {
- "description": "[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.",
+ "description": "Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.",
"id": "ApiConfigHandler",
"properties": {
"authFailAction": {
- "description": "Action to take when users access resources that require authentication. Defaults to `redirect`.",
+ "description": "Action to take when users access resources that require authentication. Defaults to redirect.",
"enum": [
"AUTH_FAIL_ACTION_UNSPECIFIED",
"AUTH_FAIL_ACTION_REDIRECT",
@@ -1612,7 +1647,7 @@
"type": "string"
},
"login": {
- "description": "Level of login required to access this resource. Defaults to `optional`.",
+ "description": "Level of login required to access this resource. Defaults to optional.",
"enum": [
"LOGIN_UNSPECIFIED",
"LOGIN_OPTIONAL",
@@ -1711,7 +1746,7 @@
"id": "FileInfo",
"properties": {
"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/\\/\\'.",
+ "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//'.",
"type": "string"
},
"sha1Sum": {
@@ -1719,7 +1754,7 @@
"type": "string"
},
"mimeType": {
- "description": "The MIME type of the file. Defaults to the value from Google Cloud Storage.",
+ "description": "The MIME type of the file.Defaults to the value from Google Cloud Storage.",
"type": "string"
}
},
@@ -1751,8 +1786,23 @@
},
"type": "object"
},
+ "EndpointsApiService": {
+ "description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy.The fields here refer to the name and configuration id of a \"service\" resource in the Service Management API (https://cloud.google.com/service-management/overview).",
+ "id": "EndpointsApiService",
+ "properties": {
+ "name": {
+ "description": "Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endpoints.myproject.cloud.goog\"",
+ "type": "string"
+ },
+ "configId": {
+ "description": "Endpoints service configuration id as specified by the Service Management API. For example \"2016-09-19r1\"",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"ListVersionsResponse": {
- "description": "Response message for `Versions.ListVersions`.",
+ "description": "Response message for Versions.ListVersions.",
"id": "ListVersionsResponse",
"properties": {
"versions": {
@@ -1774,11 +1824,11 @@
"id": "Service",
"properties": {
"name": {
- "description": "Full path to the Service resource in the API. Example: `apps/myapp/services/default`. @OutputOnly",
+ "description": "Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
},
"id": {
- "description": "Relative name of the service within the application. Example: `default`. @OutputOnly",
+ "description": "Relative name of the service within the application. Example: default.@OutputOnly",
"type": "string"
},
"split": {
@@ -1813,7 +1863,7 @@
"type": "object"
},
"ListServicesResponse": {
- "description": "Response message for `Services.ListServices`.",
+ "description": "Response message for Services.ListServices.",
"id": "ListServicesResponse",
"properties": {
"services": {
@@ -1835,19 +1885,19 @@
"id": "Instance",
"properties": {
"name": {
- "description": "Full path to the Instance resource in the API. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`. @OutputOnly",
+ "description": "Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.@OutputOnly",
"type": "string"
},
"id": {
- "description": "Relative name of the instance within the version. Example: `instance-1`. @OutputOnly",
+ "description": "Relative name of the instance within the version. Example: instance-1.@OutputOnly",
"type": "string"
},
"appEngineRelease": {
- "description": "App Engine release this instance is running on. @OutputOnly",
+ "description": "App Engine release this instance is running on.@OutputOnly",
"type": "string"
},
"availability": {
- "description": "Availability of the instance. @OutputOnly",
+ "description": "Availability of the instance.@OutputOnly",
"enum": [
"UNSPECIFIED",
"RESIDENT",
@@ -1856,63 +1906,63 @@
"type": "string"
},
"vmName": {
- "description": "Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. @OutputOnly",
+ "description": "Name of the virtual machine where this instance lives. 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",
+ "description": "Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"vmId": {
- "description": "Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment. @OutputOnly",
+ "description": "Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"startTimestamp": {
- "description": "Time that this instance was started. @OutputOnly",
+ "description": "Time that this instance was started.@OutputOnly",
"type": "string"
},
"requests": {
- "description": "Number of requests since this instance was started. @OutputOnly",
+ "description": "Number of requests since this instance was started.@OutputOnly",
"format": "int32",
"type": "integer"
},
"errors": {
- "description": "Number of errors since this instance was started. @OutputOnly",
+ "description": "Number of errors since this instance was started.@OutputOnly",
"format": "uint32",
"type": "integer"
},
"qps": {
- "description": "Average queries per second (QPS) over the last minute. @OutputOnly",
+ "description": "Average queries per second (QPS) over the last minute.@OutputOnly",
"format": "float",
"type": "number"
},
"averageLatency": {
- "description": "Average latency (ms) over the last minute. @OutputOnly",
+ "description": "Average latency (ms) over the last minute.@OutputOnly",
"format": "int32",
"type": "integer"
},
"memoryUsage": {
- "description": "Total memory in use (bytes). @OutputOnly",
+ "description": "Total memory in use (bytes).@OutputOnly",
"format": "int64",
"type": "string"
},
"vmStatus": {
- "description": "Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. @OutputOnly",
+ "description": "Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
},
"vmUnlocked": {
- "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment. @OutputOnly",
+ "description": "Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "boolean"
},
"vmIp": {
- "description": "The IP address of this instance. Only applicable for instances in App Engine flexible environment. @OutputOnly",
+ "description": "The IP address of this instance. Only applicable for instances in App Engine flexible environment.@OutputOnly",
"type": "string"
}
},
"type": "object"
},
"ListInstancesResponse": {
- "description": "Response message for `Instances.ListInstances`.",
+ "description": "Response message for Instances.ListInstances.",
"id": "ListInstancesResponse",
"properties": {
"instances": {
@@ -1930,11 +1980,11 @@
"type": "object"
},
"DebugInstanceRequest": {
- "description": "Request message for `Instances.DebugInstance`.",
+ "description": "Request message for Instances.DebugInstance.",
"id": "DebugInstanceRequest",
"properties": {
"sshKey": {
- "description": "Public SSH key to add to the instance. Example: `[USERNAME]:ssh-rsa KEY_VALUE` or `[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)",
+ "description": "Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [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"
}
},
@@ -1963,11 +2013,11 @@
"id": "Location",
"properties": {
"name": {
- "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
+ "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\"`.",
+ "description": "The canonical id for this location. For example: \"us-east1\".",
"type": "string"
},
"labels": {
@@ -1993,23 +2043,23 @@
"id": "OperationMetadataExperimental",
"properties": {
"method": {
- "description": "API method that initiated this operation. Example: `google.appengine.experimental.CustomDomains.CreateCustomDomain`. @OutputOnly",
+ "description": "API method that initiated this operation. Example: google.appengine.experimental.CustomDomains.CreateCustomDomain.@OutputOnly",
"type": "string"
},
"insertTime": {
- "description": "Time that this operation was created. @OutputOnly",
+ "description": "Time that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
- "description": "Time that this operation completed. @OutputOnly",
+ "description": "Time that this operation completed.@OutputOnly",
"type": "string"
},
"user": {
- "description": "User who requested this operation. @OutputOnly",
+ "description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"target": {
- "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/customDomains/example.com`. @OutputOnly",
+ "description": "Name of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.@OutputOnly",
"type": "string"
}
},
@@ -2020,27 +2070,27 @@
"id": "OperationMetadata",
"properties": {
"operationType": {
- "description": "Type of this operation. Deprecated, use method field instead. Example: \"create_version\". @OutputOnly",
+ "description": "Type of this operation. Deprecated, use method field instead. Example: \"create_version\".@OutputOnly",
"type": "string"
},
"insertTime": {
- "description": "Timestamp that this operation was created. @OutputOnly",
+ "description": "Timestamp that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
- "description": "Timestamp that this operation completed. @OutputOnly",
+ "description": "Timestamp that this operation completed.@OutputOnly",
"type": "string"
},
"user": {
- "description": "User who requested this operation. @OutputOnly",
+ "description": "User who requested this operation.@OutputOnly",
"type": "string"
},
"target": {
- "description": "Name of the resource that this operation is acting on. Example: `apps/myapp/modules/default`. @OutputOnly",
+ "description": "Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly",
"type": "string"
},
"method": {
- "description": "API method that initiated this operation. Example: `google.appengine.v1beta4.Version.CreateVersion`. @OutputOnly",
+ "description": "API method that initiated this operation. Example: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly",
"type": "string"
}
},
@@ -2051,23 +2101,23 @@
"id": "OperationMetadataV1Beta5",
"properties": {
"method": {
- "description": "API method name that initiated this operation. Example: `google.appengine.v1beta5.Version.CreateVersion`. @OutputOnly",
+ "description": "API method name that initiated this operation. Example: google.appengine.v1beta5.Version.CreateVersion.@OutputOnly",
"type": "string"
},
"insertTime": {
- "description": "Timestamp that this operation was created. @OutputOnly",
+ "description": "Timestamp that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
- "description": "Timestamp that this operation completed. @OutputOnly",
+ "description": "Timestamp that this operation completed.@OutputOnly",
"type": "string"
},
"user": {
- "description": "User who requested this operation. @OutputOnly",
+ "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",
+ "description": "Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly",
"type": "string"
}
},
@@ -2078,24 +2128,35 @@
"id": "OperationMetadataV1",
"properties": {
"method": {
- "description": "API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly",
+ "description": "API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.@OutputOnly",
"type": "string"
},
"insertTime": {
- "description": "Time that this operation was created. @OutputOnly",
+ "description": "Time that this operation was created.@OutputOnly",
"type": "string"
},
"endTime": {
- "description": "Time that this operation completed. @OutputOnly",
+ "description": "Time that this operation completed.@OutputOnly",
"type": "string"
},
"user": {
- "description": "User who requested this operation. @OutputOnly",
+ "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",
+ "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"
+ },
+ "warning": {
+ "description": "Durable messages that persist on every operation poll. @OutputOnly",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
}
},
"type": "object"
@@ -2105,11 +2166,11 @@
"id": "LocationMetadata",
"properties": {
"standardEnvironmentAvailable": {
- "description": "App Engine Standard Environment is available in the given location. @OutputOnly",
+ "description": "App Engine Standard Environment is available in the given location.@OutputOnly",
"type": "boolean"
},
"flexibleEnvironmentAvailable": {
- "description": "App Engine Flexible Environment is available in the given location. @OutputOnly",
+ "description": "App Engine Flexible Environment is available in the given location.@OutputOnly",
"type": "boolean"
}
},
« no previous file with comments | « discovery/googleapis_beta/appengine__v1beta4.json ('k') | discovery/googleapis_beta/clouderrorreporting__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698