| Index: discovery/googleapis/datastore__v1.json
|
| diff --git a/discovery/googleapis/datastore__v1.json b/discovery/googleapis/datastore__v1.json
|
| index e44314d49eed55fa566359ed9aa2836f1cd7c390..fd1b9bfb9f1f1b15fd8891a085f5b39d62d6a128 100644
|
| --- a/discovery/googleapis/datastore__v1.json
|
| +++ b/discovery/googleapis/datastore__v1.json
|
| @@ -283,7 +283,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161025",
|
| + "revision": "20161108",
|
| "rootUrl": "https://datastore.googleapis.com/",
|
| "schemas": {
|
| "Value": {
|
| @@ -609,7 +609,7 @@
|
| "id": "QueryResultBatch",
|
| "properties": {
|
| "snapshotVersion": {
|
| - "description": "The version number of the snapshot this batch was returned from.\nThis applies to the range of results from the query's `start_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, subsequent query result batches for the same query\ncan have a greater snapshot version number. Each batch's snapshot version\nis valid for all preceding batches.",
|
| + "description": "The version number of the snapshot this batch was returned from.\nThis applies to the range of results from the query's `start_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, subsequent query result batches for the same query\ncan have a greater snapshot version number. Each batch's snapshot version\nis valid for all preceding batches.\nThe value will be zero for eventually consistent queries.",
|
| "format": "int64",
|
| "type": "string"
|
| },
|
|
|