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

Unified Diff: discovery/googleapis/storage__v1.json

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 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
« no previous file with comments | « discovery/googleapis/oauth2__v2.json ('k') | discovery/googleapis/urlshortener__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 60ad835edf3bcaa07ab56830e6f1613b1ccc5aec..c9c2ec4af0d8eaeda15d2ecb1021246949f7875f 100644
--- a/discovery/googleapis/storage__v1.json
+++ b/discovery/googleapis/storage__v1.json
@@ -23,7 +23,7 @@
"description": "Lets you store and retrieve potentially-large, immutable data objects.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/acCGeSfvBu6hz26iACn2w5ZgITg\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/WHM2lx-j98vybVJkjwCHJJehKwc\"",
"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"
@@ -373,6 +373,27 @@
"location": "query",
"type": "string"
},
+ "predefinedDefaultObjectAcl": {
+ "description": "Apply a predefined set of default object access controls to this bucket.",
+ "enum": [
+ "authenticatedRead",
+ "bucketOwnerFullControl",
+ "bucketOwnerRead",
+ "private",
+ "projectPrivate",
+ "publicRead"
+ ],
+ "enumDescriptions": [
+ "Object owner gets OWNER access, and allAuthenticatedUsers get READER access.",
+ "Object owner gets OWNER access, and project team owners get OWNER access.",
+ "Object owner gets OWNER access, and project team owners get READER access.",
+ "Object owner gets OWNER access.",
+ "Object owner gets OWNER access, and project team members get access according to their roles.",
+ "Object owner gets OWNER access, and allUsers get READER access."
+ ],
+ "location": "query",
+ "type": "string"
+ },
"project": {
"description": "A valid API project identifier.",
"location": "query",
@@ -502,6 +523,27 @@
"location": "query",
"type": "string"
},
+ "predefinedDefaultObjectAcl": {
+ "description": "Apply a predefined set of default object access controls to this bucket.",
+ "enum": [
+ "authenticatedRead",
+ "bucketOwnerFullControl",
+ "bucketOwnerRead",
+ "private",
+ "projectPrivate",
+ "publicRead"
+ ],
+ "enumDescriptions": [
+ "Object owner gets OWNER access, and allAuthenticatedUsers get READER access.",
+ "Object owner gets OWNER access, and project team owners get OWNER access.",
+ "Object owner gets OWNER access, and project team owners get READER access.",
+ "Object owner gets OWNER access.",
+ "Object owner gets OWNER access, and project team members get access according to their roles.",
+ "Object owner gets OWNER access, and allUsers get READER access."
+ ],
+ "location": "query",
+ "type": "string"
+ },
"projection": {
"description": "Set of properties to return. Defaults to full.",
"enum": [
@@ -574,6 +616,27 @@
"location": "query",
"type": "string"
},
+ "predefinedDefaultObjectAcl": {
+ "description": "Apply a predefined set of default object access controls to this bucket.",
+ "enum": [
+ "authenticatedRead",
+ "bucketOwnerFullControl",
+ "bucketOwnerRead",
+ "private",
+ "projectPrivate",
+ "publicRead"
+ ],
+ "enumDescriptions": [
+ "Object owner gets OWNER access, and allAuthenticatedUsers get READER access.",
+ "Object owner gets OWNER access, and project team owners get OWNER access.",
+ "Object owner gets OWNER access, and project team owners get READER access.",
+ "Object owner gets OWNER access.",
+ "Object owner gets OWNER access, and project team members get access according to their roles.",
+ "Object owner gets OWNER access, and allUsers get READER access."
+ ],
+ "location": "query",
+ "type": "string"
+ },
"projection": {
"description": "Set of properties to return. Defaults to full.",
"enum": [
« no previous file with comments | « discovery/googleapis/oauth2__v2.json ('k') | discovery/googleapis/urlshortener__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698