Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 17, 2023
1 parent 40ea606 commit 9b75278
Show file tree
Hide file tree
Showing 21 changed files with 27,792 additions and 7,577 deletions.
30 changes: 0 additions & 30 deletions api-list.json
Expand Up @@ -3066,36 +3066,6 @@
"documentationLink": "https://developers.google.com/games/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "gameservices:v1beta",
"name": "gameservices",
"version": "v1beta",
"title": "Game Services API",
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1beta",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/solutions/gaming/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "gameservices:v1",
"name": "gameservices",
"version": "v1",
"title": "Game Services API",
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/solutions/gaming/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "gkebackup:v1",
Expand Down
2,709 changes: 2,389 additions & 320 deletions discoveryengine/v1alpha/discoveryengine-api.json

Large diffs are not rendered by default.

14,260 changes: 10,452 additions & 3,808 deletions discoveryengine/v1alpha/discoveryengine-gen.go

Large diffs are not rendered by default.

2,459 changes: 2,264 additions & 195 deletions discoveryengine/v1beta/discoveryengine-api.json

Large diffs are not rendered by default.

13,043 changes: 9,840 additions & 3,203 deletions discoveryengine/v1beta/discoveryengine-gen.go

Large diffs are not rendered by default.

40 changes: 39 additions & 1 deletion documentai/v1/documentai-api.json
Expand Up @@ -1042,7 +1042,7 @@
}
}
},
"revision": "20230804",
"revision": "20230814",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
Expand Down Expand Up @@ -1208,6 +1208,44 @@
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata": {
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long-running operation."
},
"individualBatchUpdateStatuses": {
"description": "The list of response details of each document.",
"items": {
"$ref": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus": {
"description": "The status of each individual document in the batch update process.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus",
"properties": {
"documentId": {
"$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId",
"description": "The document id of the document."
},
"status": {
"$ref": "GoogleRpcStatus",
"description": "The status of updating the document in storage."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse": {
"description": "Response of the batch update documents operation.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
"description": "The common metadata for long running operations.",
"id": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
Expand Down
70 changes: 70 additions & 0 deletions documentai/v1/documentai-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 39 additions & 1 deletion documentai/v1beta2/documentai-api.json
Expand Up @@ -292,7 +292,7 @@
}
}
},
"revision": "20230804",
"revision": "20230814",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
Expand Down Expand Up @@ -458,6 +458,44 @@
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata": {
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long-running operation."
},
"individualBatchUpdateStatuses": {
"description": "The list of response details of each document.",
"items": {
"$ref": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus": {
"description": "The status of each individual document in the batch update process.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus",
"properties": {
"documentId": {
"$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId",
"description": "The document id of the document."
},
"status": {
"$ref": "GoogleRpcStatus",
"description": "The status of updating the document in storage."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse": {
"description": "Response of the batch update documents operation.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
"description": "The common metadata for long running operations.",
"id": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
Expand Down
70 changes: 70 additions & 0 deletions documentai/v1beta2/documentai-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 39 additions & 1 deletion documentai/v1beta3/documentai-api.json
Expand Up @@ -1256,7 +1256,7 @@
}
}
},
"revision": "20230804",
"revision": "20230814",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
Expand Down Expand Up @@ -1422,6 +1422,44 @@
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata": {
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long-running operation."
},
"individualBatchUpdateStatuses": {
"description": "The list of response details of each document.",
"items": {
"$ref": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus": {
"description": "The status of each individual document in the batch update process.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus",
"properties": {
"documentId": {
"$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId",
"description": "The document id of the document."
},
"status": {
"$ref": "GoogleRpcStatus",
"description": "The status of updating the document in storage."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse": {
"description": "Response of the batch update documents operation.",
"id": "GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
"description": "The common metadata for long running operations.",
"id": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
Expand Down

0 comments on commit 9b75278

Please sign in to comment.