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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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": "20161025", 286 "revision": "20161108",
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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "type": "string" 602 "type": "string"
603 } 603 }
604 }, 604 },
605 "type": "object" 605 "type": "object"
606 }, 606 },
607 "QueryResultBatch": { 607 "QueryResultBatch": {
608 "description": "A batch of results produced by a query.", 608 "description": "A batch of results produced by a query.",
609 "id": "QueryResultBatch", 609 "id": "QueryResultBatch",
610 "properties": { 610 "properties": {
611 "snapshotVersion": { 611 "snapshotVersion": {
612 "description": "The version number of the snapshot this batc h was returned from.\nThis applies to the range of results from the query's `sta rt_cursor` (or\nthe beginning of the query if no cursor was given) to this batch 's\n`end_cursor` (not the query's `end_cursor`).\n\nIn a single transaction, sub sequent query result batches for the same query\ncan have a greater snapshot ver sion number. Each batch's snapshot version\nis valid for all preceding batches." , 612 "description": "The version number of the snapshot this batc h was returned from.\nThis applies to the range of results from the query's `sta rt_cursor` (or\nthe beginning of the query if no cursor was given) to this batch 's\n`end_cursor` (not the query's `end_cursor`).\n\nIn a single transaction, sub sequent query result batches for the same query\ncan have a greater snapshot ver sion number. Each batch's snapshot version\nis valid for all preceding batches.\ nThe value will be zero for eventually consistent queries.",
613 "format": "int64", 613 "format": "int64",
614 "type": "string" 614 "type": "string"
615 }, 615 },
616 "endCursor": { 616 "endCursor": {
617 "description": "A cursor that points to the position after t he last result in the batch.", 617 "description": "A cursor that points to the position after t he last result in the batch.",
618 "format": "byte", 618 "format": "byte",
619 "type": "string" 619 "type": "string"
620 }, 620 },
621 "skippedCursor": { 621 "skippedCursor": {
622 "description": "A cursor that points to the position after t he last skipped result.\nWill be set when `skipped_results` != 0.", 622 "description": "A cursor that points to the position after t he last skipped result.\nWill be set when `skipped_results` != 0.",
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": "v1beta3" 1067 "version": "v1beta3"
1068 } 1068 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/datastore__v1beta2.json ('k') | discovery/googleapis_beta/dfareporting__v2.5beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698