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/datastore": { | 8 "https://www.googleapis.com/auth/datastore": { |
9 "description": "View and manage your Google Cloud Datastore
data" | 9 "description": "View and manage your Google Cloud Datastore
data" |
10 } | 10 } |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "$ref": "RollbackResponse" | 276 "$ref": "RollbackResponse" |
277 }, | 277 }, |
278 "scopes": [ | 278 "scopes": [ |
279 "https://www.googleapis.com/auth/cloud-platform", | 279 "https://www.googleapis.com/auth/cloud-platform", |
280 "https://www.googleapis.com/auth/datastore" | 280 "https://www.googleapis.com/auth/datastore" |
281 ] | 281 ] |
282 } | 282 } |
283 } | 283 } |
284 } | 284 } |
285 }, | 285 }, |
286 "revision": "20170110", | 286 "revision": "20170123", |
287 "rootUrl": "https://datastore.googleapis.com/", | 287 "rootUrl": "https://datastore.googleapis.com/", |
288 "schemas": { | 288 "schemas": { |
289 "Value": { | 289 "Value": { |
290 "description": "A message that can hold any of the supported value t
ypes and associated\nmetadata.", | 290 "description": "A message that can hold any of the supported value t
ypes and associated\nmetadata.", |
291 "id": "Value", | 291 "id": "Value", |
292 "properties": { | 292 "properties": { |
293 "stringValue": { | 293 "stringValue": { |
294 "description": "A UTF-8 encoded string value.\nWhen `exclude
_from_indexes` is false (it is indexed) , may have at most 1500 bytes.\nOtherwis
e, may be set to at least 1,000,000 bytes.", | 294 "description": "A UTF-8 encoded string value.\nWhen `exclude
_from_indexes` is false (it is indexed) , may have at most 1500 bytes.\nOtherwis
e, may be set to at least 1,000,000 bytes.", |
295 "type": "string" | 295 "type": "string" |
296 }, | 296 }, |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 "type": "array" | 1059 "type": "array" |
1060 } | 1060 } |
1061 }, | 1061 }, |
1062 "type": "object" | 1062 "type": "object" |
1063 } | 1063 } |
1064 }, | 1064 }, |
1065 "servicePath": "", | 1065 "servicePath": "", |
1066 "title": "Google Cloud Datastore API", | 1066 "title": "Google Cloud Datastore API", |
1067 "version": "v1" | 1067 "version": "v1" |
1068 } | 1068 } |
OLD | NEW |