Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2119

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions api-list.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading