OLD | NEW |
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": "\"tbys6C40o18GZwyMen5GMkdK-3s/O7Py_2CML0H8P13RcDMQNO73JoU\"", | 29 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/87TjkqlQLQJ6FjZ3rw1XvgyEGys\"", |
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 }, | 439 }, |
440 "list": { | 440 "list": { |
441 "description": "Retrieves a list of buckets for a given proj
ect.", | 441 "description": "Retrieves a list of buckets for a given proj
ect.", |
442 "httpMethod": "GET", | 442 "httpMethod": "GET", |
443 "id": "storage.buckets.list", | 443 "id": "storage.buckets.list", |
444 "parameterOrder": [ | 444 "parameterOrder": [ |
445 "project" | 445 "project" |
446 ], | 446 ], |
447 "parameters": { | 447 "parameters": { |
448 "maxResults": { | 448 "maxResults": { |
449 "description": "Maximum number of buckets to return.
", | 449 "default": "1000", |
| 450 "description": "Maximum number of buckets to return
in a single response. The service will use this parameter or 1,000 items, whiche
ver is smaller.", |
450 "format": "uint32", | 451 "format": "uint32", |
451 "location": "query", | 452 "location": "query", |
452 "minimum": "0", | 453 "minimum": "0", |
453 "type": "integer" | 454 "type": "integer" |
454 }, | 455 }, |
455 "pageToken": { | 456 "pageToken": { |
456 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", | 457 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", |
457 "location": "query", | 458 "location": "query", |
458 "type": "string" | 459 "type": "string" |
459 }, | 460 }, |
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1627 "location": "path", | 1628 "location": "path", |
1628 "required": true, | 1629 "required": true, |
1629 "type": "string" | 1630 "type": "string" |
1630 }, | 1631 }, |
1631 "delimiter": { | 1632 "delimiter": { |
1632 "description": "Returns results in a directory-like
mode. items will contain only objects whose names, aside from the prefix, do not
contain delimiter. Objects whose names, aside from the prefix, contain delimite
r will have their name, truncated after the delimiter, returned in prefixes. Dup
licate prefixes are omitted.", | 1633 "description": "Returns results in a directory-like
mode. items will contain only objects whose names, aside from the prefix, do not
contain delimiter. Objects whose names, aside from the prefix, contain delimite
r will have their name, truncated after the delimiter, returned in prefixes. Dup
licate prefixes are omitted.", |
1633 "location": "query", | 1634 "location": "query", |
1634 "type": "string" | 1635 "type": "string" |
1635 }, | 1636 }, |
1636 "maxResults": { | 1637 "maxResults": { |
1637 "description": "Maximum number of items plus prefixe
s to return. As duplicate prefixes are omitted, fewer total results may be retur
ned than requested. The default value of this parameter is 1,000 items.", | 1638 "default": "1000", |
| 1639 "description": "Maximum number of items plus prefixe
s to return in a single page of responses. As duplicate prefixes are omitted, fe
wer total results may be returned than requested. The service will use this para
meter or 1,000 items, whichever is smaller.", |
1638 "format": "uint32", | 1640 "format": "uint32", |
1639 "location": "query", | 1641 "location": "query", |
1640 "minimum": "0", | 1642 "minimum": "0", |
1641 "type": "integer" | 1643 "type": "integer" |
1642 }, | 1644 }, |
1643 "pageToken": { | 1645 "pageToken": { |
1644 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", | 1646 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", |
1645 "location": "query", | 1647 "location": "query", |
1646 "type": "string" | 1648 "type": "string" |
1647 }, | 1649 }, |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2040 "location": "path", | 2042 "location": "path", |
2041 "required": true, | 2043 "required": true, |
2042 "type": "string" | 2044 "type": "string" |
2043 }, | 2045 }, |
2044 "delimiter": { | 2046 "delimiter": { |
2045 "description": "Returns results in a directory-like
mode. items will contain only objects whose names, aside from the prefix, do not
contain delimiter. Objects whose names, aside from the prefix, contain delimite
r will have their name, truncated after the delimiter, returned in prefixes. Dup
licate prefixes are omitted.", | 2047 "description": "Returns results in a directory-like
mode. items will contain only objects whose names, aside from the prefix, do not
contain delimiter. Objects whose names, aside from the prefix, contain delimite
r will have their name, truncated after the delimiter, returned in prefixes. Dup
licate prefixes are omitted.", |
2046 "location": "query", | 2048 "location": "query", |
2047 "type": "string" | 2049 "type": "string" |
2048 }, | 2050 }, |
2049 "maxResults": { | 2051 "maxResults": { |
2050 "description": "Maximum number of items plus prefixe
s to return. As duplicate prefixes are omitted, fewer total results may be retur
ned than requested. The default value of this parameter is 1,000 items.", | 2052 "default": "1000", |
| 2053 "description": "Maximum number of items plus prefixe
s to return in a single page of responses. As duplicate prefixes are omitted, fe
wer total results may be returned than requested. The service will use this para
meter or 1,000 items, whichever is smaller.", |
2051 "format": "uint32", | 2054 "format": "uint32", |
2052 "location": "query", | 2055 "location": "query", |
2053 "minimum": "0", | 2056 "minimum": "0", |
2054 "type": "integer" | 2057 "type": "integer" |
2055 }, | 2058 }, |
2056 "pageToken": { | 2059 "pageToken": { |
2057 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", | 2060 "description": "A previously-returned page token rep
resenting part of the larger set of results to view.", |
2058 "location": "query", | 2061 "location": "query", |
2059 "type": "string" | 2062 "type": "string" |
2060 }, | 2063 }, |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2095 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", | 2098 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
2096 "https://www.googleapis.com/auth/devstorage.full_control
", | 2099 "https://www.googleapis.com/auth/devstorage.full_control
", |
2097 "https://www.googleapis.com/auth/devstorage.read_only", | 2100 "https://www.googleapis.com/auth/devstorage.read_only", |
2098 "https://www.googleapis.com/auth/devstorage.read_write" | 2101 "https://www.googleapis.com/auth/devstorage.read_write" |
2099 ], | 2102 ], |
2100 "supportsSubscription": true | 2103 "supportsSubscription": true |
2101 } | 2104 } |
2102 } | 2105 } |
2103 } | 2106 } |
2104 }, | 2107 }, |
2105 "revision": "20170203", | 2108 "revision": "20170224", |
2106 "rootUrl": "https://www.googleapis.com/", | 2109 "rootUrl": "https://www.googleapis.com/", |
2107 "schemas": { | 2110 "schemas": { |
2108 "Bucket": { | 2111 "Bucket": { |
2109 "description": "A bucket.", | 2112 "description": "A bucket.", |
2110 "id": "Bucket", | 2113 "id": "Bucket", |
2111 "properties": { | 2114 "properties": { |
2112 "acl": { | 2115 "acl": { |
2113 "annotations": { | 2116 "annotations": { |
2114 "required": [ | 2117 "required": [ |
2115 "storage.buckets.update" | 2118 "storage.buckets.update" |
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2875 "type": "string" | 2878 "type": "string" |
2876 } | 2879 } |
2877 }, | 2880 }, |
2878 "type": "object" | 2881 "type": "object" |
2879 } | 2882 } |
2880 }, | 2883 }, |
2881 "servicePath": "storage/v1/", | 2884 "servicePath": "storage/v1/", |
2882 "title": "Cloud Storage JSON API", | 2885 "title": "Cloud Storage JSON API", |
2883 "version": "v1" | 2886 "version": "v1" |
2884 } | 2887 } |
OLD | NEW |