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

Unified Diff: discovery/googleapis/storage__v1.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 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/speech__v1.json ('k') | discovery/googleapis/storagetransfer__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/storage__v1.json
diff --git a/discovery/googleapis/storage__v1.json b/discovery/googleapis/storage__v1.json
index c162da0605185459e4e774cba9baa26df6a2fffc..ceb574e09a0b1a18dde1934eebf85b49c4523c94 100644
--- a/discovery/googleapis/storage__v1.json
+++ b/discovery/googleapis/storage__v1.json
@@ -22,11 +22,11 @@
},
"basePath": "/storage/v1/",
"baseUrl": "https://www.googleapis.com/storage/v1/",
- "batchPath": "batch",
+ "batchPath": "batch/storage/v1",
"description": "Stores and retrieves potentially large, immutable data objects.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/tlgWHRfLf7fwkqtOCpLemeoORxg\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/dkoYxqfGO2jaG60VA5h0K8BOG4k\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -2127,7 +2127,7 @@
"supportsSubscription": true
},
"patch": {
- "description": "Updates an object's metadata. This method supports patch semantics.",
+ "description": "Patches an object's metadata.",
"httpMethod": "PATCH",
"id": "storage.objects.patch",
"parameterOrder": [
@@ -2227,7 +2227,8 @@
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/devstorage.full_control"
- ]
+ ],
+ "supportsMediaDownload": true
},
"rewrite": {
"description": "Rewrites a source object to a destination object. Optionally overrides metadata.",
@@ -2706,7 +2707,7 @@
}
}
},
- "revision": "20170810",
+ "revision": "20170824",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Bucket": {
@@ -3567,6 +3568,9 @@
"description": "An association between a role, which comes with a set of permissions, and members who may assume that role.",
"items": {
"properties": {
+ "condition": {
+ "type": "any"
+ },
"members": {
"annotations": {
"required": [
« no previous file with comments | « discovery/googleapis/speech__v1.json ('k') | discovery/googleapis/storagetransfer__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698