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

Side by Side Diff: discovery/googleapis_beta/datastore__v1beta3.json

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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
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/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
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": "20160614", 286 "revision": "20160706",
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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "type": "array" 1035 "type": "array"
1036 } 1036 }
1037 }, 1037 },
1038 "type": "object" 1038 "type": "object"
1039 } 1039 }
1040 }, 1040 },
1041 "servicePath": "", 1041 "servicePath": "",
1042 "title": "Google Cloud Datastore API", 1042 "title": "Google Cloud Datastore API",
1043 "version": "v1beta3" 1043 "version": "v1beta3"
1044 } 1044 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/dataflow__v1b3.json ('k') | discovery/googleapis_beta/genomics__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698