| 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": "Lets you store and retrieve potentially-large, immutable dat
a objects.", | 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": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/iW6lW-fzl_pGlxeRN7h4J2G0OTQ\"", | 29 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/KVPQfwGxQTBtH0g1kuij0C9i4uc\"", |
| 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 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2099 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", | 2099 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
| 2100 "https://www.googleapis.com/auth/devstorage.full_control
", | 2100 "https://www.googleapis.com/auth/devstorage.full_control
", |
| 2101 "https://www.googleapis.com/auth/devstorage.read_only", | 2101 "https://www.googleapis.com/auth/devstorage.read_only", |
| 2102 "https://www.googleapis.com/auth/devstorage.read_write" | 2102 "https://www.googleapis.com/auth/devstorage.read_write" |
| 2103 ], | 2103 ], |
| 2104 "supportsSubscription": true | 2104 "supportsSubscription": true |
| 2105 } | 2105 } |
| 2106 } | 2106 } |
| 2107 } | 2107 } |
| 2108 }, | 2108 }, |
| 2109 "revision": "20151229", | 2109 "revision": "20160304", |
| 2110 "rootUrl": "https://www.googleapis.com/", | 2110 "rootUrl": "https://www.googleapis.com/", |
| 2111 "schemas": { | 2111 "schemas": { |
| 2112 "Bucket": { | 2112 "Bucket": { |
| 2113 "description": "A bucket.", | 2113 "description": "A bucket.", |
| 2114 "id": "Bucket", | 2114 "id": "Bucket", |
| 2115 "properties": { | 2115 "properties": { |
| 2116 "acl": { | 2116 "acl": { |
| 2117 "annotations": { | 2117 "annotations": { |
| 2118 "required": [ | 2118 "required": [ |
| 2119 "storage.buckets.update" | 2119 "storage.buckets.update" |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2583 }, | 2583 }, |
| 2584 "contentEncoding": { | 2584 "contentEncoding": { |
| 2585 "description": "Content-Encoding of the object data.", | 2585 "description": "Content-Encoding of the object data.", |
| 2586 "type": "string" | 2586 "type": "string" |
| 2587 }, | 2587 }, |
| 2588 "contentLanguage": { | 2588 "contentLanguage": { |
| 2589 "description": "Content-Language of the object data.", | 2589 "description": "Content-Language of the object data.", |
| 2590 "type": "string" | 2590 "type": "string" |
| 2591 }, | 2591 }, |
| 2592 "contentType": { | 2592 "contentType": { |
| 2593 "annotations": { | |
| 2594 "required": [ | |
| 2595 "storage.objects.insert", | |
| 2596 "storage.objects.update" | |
| 2597 ] | |
| 2598 }, | |
| 2599 "description": "Content-Type of the object data.", | 2593 "description": "Content-Type of the object data.", |
| 2600 "type": "string" | 2594 "type": "string" |
| 2601 }, | 2595 }, |
| 2602 "crc32c": { | 2596 "crc32c": { |
| 2603 "description": "CRC32c checksum, as described in RFC 4960, A
ppendix B; encoded using base64 in big-endian byte order. For more information a
bout using the CRC32c checksum, see Hashes and ETags: Best Practices.", | 2597 "description": "CRC32c checksum, as described in RFC 4960, A
ppendix B; encoded using base64 in big-endian byte order. For more information a
bout using the CRC32c checksum, see Hashes and ETags: Best Practices.", |
| 2604 "type": "string" | 2598 "type": "string" |
| 2605 }, | 2599 }, |
| 2606 "customerEncryption": { | 2600 "customerEncryption": { |
| 2607 "description": "Metadata of customer-supplied encryption key
, if the object is encrypted by such a key.", | 2601 "description": "Metadata of customer-supplied encryption key
, if the object is encrypted by such a key.", |
| 2608 "properties": { | 2602 "properties": { |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 "type": "string" | 2851 "type": "string" |
| 2858 } | 2852 } |
| 2859 }, | 2853 }, |
| 2860 "type": "object" | 2854 "type": "object" |
| 2861 } | 2855 } |
| 2862 }, | 2856 }, |
| 2863 "servicePath": "storage/v1/", | 2857 "servicePath": "storage/v1/", |
| 2864 "title": "Cloud Storage JSON API", | 2858 "title": "Cloud Storage JSON API", |
| 2865 "version": "v1" | 2859 "version": "v1" |
| 2866 } | 2860 } |
| OLD | NEW |