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

Unified Diff: discovery/googleapis_beta/appengine__v1beta4.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 months 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
« no previous file with comments | « discovery/googleapis/youtubereporting__v1.json ('k') | discovery/googleapis_beta/appengine__v1beta5.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis_beta/appengine__v1beta4.json
diff --git a/discovery/googleapis_beta/appengine__v1beta4.json b/discovery/googleapis_beta/appengine__v1beta4.json
index 7ffa521400e0f9efa93c780362b4cb0202b18d59..e59c8d30f1c9c210a7d5b36aec6db9c3a04f4360 100644
--- a/discovery/googleapis_beta/appengine__v1beta4.json
+++ b/discovery/googleapis_beta/appengine__v1beta4.json
@@ -14,7 +14,7 @@
"description": "The Google App Engine Admin API enables developers to provision and manage their App Engine applications.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
- "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/q1k107w8H1_Vpbv_soyd95U2Uhs\"",
+ "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/sOTtGIhBrGRLc0_FlU9VkPbZAm0\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -445,6 +445,51 @@
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
+ },
+ "patch": {
+ "description": "Updates an existing version. Note: UNIMPLEMENTED.",
+ "httpMethod": "PATCH",
+ "id": "appengine.apps.modules.versions.patch",
+ "parameterOrder": [
+ "appsId",
+ "modulesId",
+ "versionsId"
+ ],
+ "parameters": {
+ "appsId": {
+ "description": "Part of `name`. Name of the resource to update. For example: \"apps/myapp/modules/default/versions/1\".",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "modulesId": {
+ "description": "Part of `name`. See documentation of `appsId`.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "versionsId": {
+ "description": "Part of `name`. See documentation of `appsId`.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "mask": {
+ "description": "Standard field mask for the set of fields to be updated.",
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}",
+ "request": {
+ "$ref": "Version"
+ },
+ "response": {
+ "$ref": "Operation"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/cloud-platform"
+ ]
}
}
}
@@ -526,7 +571,7 @@
}
}
},
- "revision": "20160121",
+ "revision": "20160223",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"Application": {
@@ -538,7 +583,7 @@
"type": "string"
},
"id": {
- "description": "The relative name/path of the application. Example: \"myapp\". @OutputOnly",
+ "description": "The relative name/path of the application. Example: \"myapp\".",
"type": "string"
},
"dispatchRules": {
@@ -548,6 +593,10 @@
},
"type": "array"
},
+ "authDomain": {
+ "description": "If set, only users from the specified Google Apps authentication domain may access the application. If not set, any Google Account may access the application.",
+ "type": "string"
+ },
"location": {
"description": "The location from which the application will be run. Choices are \"us-central\" for United States and \"europe-west\" for European Union. Application instances will run out of data centers in the chosen location and all of the application's End User Content will be stored at rest in the chosen location. The default is \"us-central\".",
"type": "string"
@@ -556,6 +605,14 @@
"description": "A Google Cloud Storage bucket which can be used for storing files associated with an application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly",
"type": "string"
},
+ "defaultCookieExpiration": {
+ "description": "Determines the cookie expiration policy for the application.",
+ "type": "string"
+ },
+ "defaultHostname": {
+ "description": "The hostname used to reach the application, as resolved by App Engine. @OutputOnly",
+ "type": "string"
+ },
"defaultBucket": {
"description": "A Google Cloud Storage bucket which can be used by the application to store content. @OutputOnly",
"type": "string"
« no previous file with comments | « discovery/googleapis/youtubereporting__v1.json ('k') | discovery/googleapis_beta/appengine__v1beta5.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698