update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -23,6 +23,7 @@
},
"id": "datastore:v1beta3",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://datastore.mtls.googleapis.com/",
"name": "datastore",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -117,7 +118,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -145,7 +146,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -173,7 +174,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -201,7 +202,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -229,7 +230,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -257,7 +258,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -285,7 +286,7 @@
],
"parameters": {
"projectId": {
"description": "The ID of the project against which to make the request.",
"description": "Required. The ID of the project against which to make the request.",
"location": "path",
"required": true,
"type": "string"
@@ -306,7 +307,7 @@
}
}
},
"revision": "20190421",
"revision": "20200311",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
@@ -314,7 +315,7 @@
"id": "AllocateIdsRequest",
"properties": {
"keys": {
"description": "A list of keys with incomplete key paths for which to allocate IDs.\nNo key may be reserved/read-only.",
"description": "Required. A list of keys with incomplete key paths for which to allocate IDs.\nNo key may be reserved/read-only.",
"items": {
"$ref": "Key"
},
@@ -955,7 +956,7 @@
"id": "LookupRequest",
"properties": {
"keys": {
"description": "Keys of entities to look up.",
"description": "Required. Keys of entities to look up.",
"items": {
"$ref": "Key"
},
@@ -1343,7 +1344,7 @@
"type": "string"
},
"keys": {
"description": "A list of keys with complete key paths whose numeric IDs should not be\nauto-allocated.",
"description": "Required. A list of keys with complete key paths whose numeric IDs should not be\nauto-allocated.",
"items": {
"$ref": "Key"
},
@@ -1363,7 +1364,7 @@
"id": "RollbackRequest",
"properties": {
"transaction": {
"description": "The transaction identifier, returned by a call to\nDatastore.BeginTransaction.",
"description": "Required. The transaction identifier, returned by a call to\nDatastore.BeginTransaction.",
"format": "byte",
"type": "string"
}