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

Side by Side Diff: discovery/googleapis/storage__v1.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/sheets__v4.json ('k') | discovery/googleapis/vision__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 }, 7 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "View your data across Google Cloud Platform services" 9 "description": "View your data across Google Cloud Platform services"
10 }, 10 },
11 "https://www.googleapis.com/auth/devstorage.full_control": { 11 "https://www.googleapis.com/auth/devstorage.full_control": {
12 "description": "Manage your data and permissions in Google C loud Storage" 12 "description": "Manage your data and permissions in Google C loud Storage"
13 }, 13 },
14 "https://www.googleapis.com/auth/devstorage.read_only": { 14 "https://www.googleapis.com/auth/devstorage.read_only": {
15 "description": "View your data in Google Cloud Storage" 15 "description": "View your data in Google Cloud Storage"
16 }, 16 },
17 "https://www.googleapis.com/auth/devstorage.read_write": { 17 "https://www.googleapis.com/auth/devstorage.read_write": {
18 "description": "Manage your data in Google Cloud Storage" 18 "description": "Manage your data in Google Cloud Storage"
19 } 19 }
20 } 20 }
21 } 21 }
22 }, 22 },
23 "basePath": "/storage/v1/", 23 "basePath": "/storage/v1/",
24 "baseUrl": "https://www.googleapis.com/storage/v1/", 24 "baseUrl": "https://www.googleapis.com/storage/v1/",
25 "batchPath": "batch", 25 "batchPath": "batch",
26 "description": "Stores and retrieves potentially large, immutable data objec ts.", 26 "description": "Stores and retrieves potentially large, immutable data objec ts.",
27 "discoveryVersion": "v1", 27 "discoveryVersion": "v1",
28 "documentationLink": "https://developers.google.com/storage/docs/json_api/", 28 "documentationLink": "https://developers.google.com/storage/docs/json_api/",
29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/Mnbff5qge09rhMCQlypp_9PYTEs\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/qFmlL1wk9J5Hs7xGPogERNgsXNE\"",
30 "icons": { 30 "icons": {
31 "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png ", 31 "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png ",
32 "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png " 32 "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png "
33 }, 33 },
34 "id": "storage:v1", 34 "id": "storage:v1",
35 "kind": "discovery#restDescription", 35 "kind": "discovery#restDescription",
36 "labels": [ 36 "labels": [
37 "labs" 37 "labs"
38 ], 38 ],
39 "name": "storage", 39 "name": "storage",
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 "https://www.googleapis.com/auth/cloud-platform.read-onl y", 2095 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
2096 "https://www.googleapis.com/auth/devstorage.full_control ", 2096 "https://www.googleapis.com/auth/devstorage.full_control ",
2097 "https://www.googleapis.com/auth/devstorage.read_only", 2097 "https://www.googleapis.com/auth/devstorage.read_only",
2098 "https://www.googleapis.com/auth/devstorage.read_write" 2098 "https://www.googleapis.com/auth/devstorage.read_write"
2099 ], 2099 ],
2100 "supportsSubscription": true 2100 "supportsSubscription": true
2101 } 2101 }
2102 } 2102 }
2103 } 2103 }
2104 }, 2104 },
2105 "revision": "20160701", 2105 "revision": "20160727",
2106 "rootUrl": "https://www.googleapis.com/", 2106 "rootUrl": "https://www.googleapis.com/",
2107 "schemas": { 2107 "schemas": {
2108 "Bucket": { 2108 "Bucket": {
2109 "description": "A bucket.", 2109 "description": "A bucket.",
2110 "id": "Bucket", 2110 "id": "Bucket",
2111 "properties": { 2111 "properties": {
2112 "acl": { 2112 "acl": {
2113 "annotations": { 2113 "annotations": {
2114 "required": [ 2114 "required": [
2115 "storage.buckets.update" 2115 "storage.buckets.update"
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 "items": { 2558 "items": {
2559 "$ref": "ObjectAccessControl" 2559 "$ref": "ObjectAccessControl"
2560 }, 2560 },
2561 "type": "array" 2561 "type": "array"
2562 }, 2562 },
2563 "bucket": { 2563 "bucket": {
2564 "description": "The name of the bucket containing this objec t.", 2564 "description": "The name of the bucket containing this objec t.",
2565 "type": "string" 2565 "type": "string"
2566 }, 2566 },
2567 "cacheControl": { 2567 "cacheControl": {
2568 "description": "Cache-Control directive for the object data. ", 2568 "description": "Cache-Control directive for the object data. If omitted, and the object is accessible to all anonymous users, the default wi ll be public, max-age=3600.",
2569 "type": "string" 2569 "type": "string"
2570 }, 2570 },
2571 "componentCount": { 2571 "componentCount": {
2572 "description": "Number of underlying components that make up this object. Components are accumulated by compose operations.", 2572 "description": "Number of underlying components that make up this object. Components are accumulated by compose operations.",
2573 "format": "int32", 2573 "format": "int32",
2574 "type": "integer" 2574 "type": "integer"
2575 }, 2575 },
2576 "contentDisposition": { 2576 "contentDisposition": {
2577 "description": "Content-Disposition of the object data.", 2577 "description": "Content-Disposition of the object data.",
2578 "type": "string" 2578 "type": "string"
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2847 "type": "string" 2847 "type": "string"
2848 } 2848 }
2849 }, 2849 },
2850 "type": "object" 2850 "type": "object"
2851 } 2851 }
2852 }, 2852 },
2853 "servicePath": "storage/v1/", 2853 "servicePath": "storage/v1/",
2854 "title": "Cloud Storage JSON API", 2854 "title": "Cloud Storage JSON API",
2855 "version": "v1" 2855 "version": "v1"
2856 } 2856 }
OLDNEW
« no previous file with comments | « discovery/googleapis/sheets__v4.json ('k') | discovery/googleapis/vision__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698