Index: discovery/googleapis_beta/datastore__v1beta3.json |
diff --git a/discovery/googleapis_beta/datastore__v1beta3.json b/discovery/googleapis_beta/datastore__v1beta3.json |
index 2d2935b8c6d19e541ee2e0e182a44dffd18f3beb..774806ab06f1bba3291bd7401eb938de4d51c75d 100644 |
--- a/discovery/googleapis_beta/datastore__v1beta3.json |
+++ b/discovery/googleapis_beta/datastore__v1beta3.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" |
}, |