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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/BtFY4Mea6WqQ8yFrMbM4WGkFgMs\"", | 29 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-XlPsGE1eaKzlxWDtbwmuSaBoqc\"", |
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 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2699 "https://www.googleapis.com/auth/devstorage.full
_control", | 2699 "https://www.googleapis.com/auth/devstorage.full
_control", |
2700 "https://www.googleapis.com/auth/devstorage.read
_only", | 2700 "https://www.googleapis.com/auth/devstorage.read
_only", |
2701 "https://www.googleapis.com/auth/devstorage.read
_write" | 2701 "https://www.googleapis.com/auth/devstorage.read
_write" |
2702 ] | 2702 ] |
2703 } | 2703 } |
2704 } | 2704 } |
2705 } | 2705 } |
2706 } | 2706 } |
2707 } | 2707 } |
2708 }, | 2708 }, |
2709 "revision": "20170531", | 2709 "revision": "20170607", |
2710 "rootUrl": "https://www.googleapis.com/", | 2710 "rootUrl": "https://www.googleapis.com/", |
2711 "schemas": { | 2711 "schemas": { |
2712 "Bucket": { | 2712 "Bucket": { |
2713 "description": "A bucket.", | 2713 "description": "A bucket.", |
2714 "id": "Bucket", | 2714 "id": "Bucket", |
2715 "properties": { | 2715 "properties": { |
2716 "acl": { | 2716 "acl": { |
2717 "annotations": { | 2717 "annotations": { |
2718 "required": [ | 2718 "required": [ |
2719 "storage.buckets.update" | 2719 "storage.buckets.update" |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3679 "type": "array" | 3679 "type": "array" |
3680 } | 3680 } |
3681 }, | 3681 }, |
3682 "type": "object" | 3682 "type": "object" |
3683 } | 3683 } |
3684 }, | 3684 }, |
3685 "servicePath": "storage/v1/", | 3685 "servicePath": "storage/v1/", |
3686 "title": "Cloud Storage JSON API", | 3686 "title": "Cloud Storage JSON API", |
3687 "version": "v1" | 3687 "version": "v1" |
3688 } | 3688 } |
OLD | NEW |