mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190105",
|
||||
"revision": "20190421",
|
||||
"rootUrl": "https://datastore.googleapis.com/",
|
||||
"schemas": {
|
||||
"AllocateIdsRequest": {
|
||||
@@ -387,7 +387,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unspecified. This value must not be used.",
|
||||
"Transactional: The mutations are either all applied, or none are applied.\nLearn about transactions [here](https://cloud.google.com/datastore/docs/concepts/transactions).",
|
||||
"Transactional: The mutations are either all applied, or none are applied.\nLearn about transactions\n[here](https://cloud.google.com/datastore/docs/concepts/transactions).",
|
||||
"Non-transactional: The mutations may not apply as all or none."
|
||||
],
|
||||
"type": "string"
|
||||
@@ -860,7 +860,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"GqlQuery": {
|
||||
"description": "A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).",
|
||||
"description": "A [GQL\nquery](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).",
|
||||
"id": "GqlQuery",
|
||||
"properties": {
|
||||
"allowLiterals": {
|
||||
@@ -1175,7 +1175,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"endCursor": {
|
||||
"description": "An ending point for the query results. Query cursors are\nreturned in query result batches and\n[can only be used to limit the same query](https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets).",
|
||||
"description": "An ending point for the query results. Query cursors are\nreturned in query result batches and\n[can only be used to limit the same\nquery](https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets).",
|
||||
"format": "byte",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1215,7 +1215,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"startCursor": {
|
||||
"description": "A starting point for the query results. Query cursors are\nreturned in query result batches and\n[can only be used to continue the same query](https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets).",
|
||||
"description": "A starting point for the query results. Query cursors are\nreturned in query result batches and\n[can only be used to continue the same\nquery](https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets).",
|
||||
"format": "byte",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user