From d1b9df7ee0a041d4cf632a77a626764c37e72889 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 20 Jul 2021 07:07:15 +0000 Subject: [PATCH] feat(documentai): update the api #### documentai:v1 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse.properties.gcsUri.type (Total Keys: 1) #### documentai:v1beta2 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse.properties.gcsUri.type (Total Keys: 1) #### documentai:v1beta3 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse.properties.gcsUri.type (Total Keys: 1) --- .../discovery_cache/documents/documentai.v1.json | 9 +++++++-- .../discovery_cache/documents/documentai.v1beta2.json | 9 +++++++-- .../discovery_cache/documents/documentai.v1beta3.json | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/googleapiclient/discovery_cache/documents/documentai.v1.json b/googleapiclient/discovery_cache/documents/documentai.v1.json index 51d02e11239..dca1ace637c 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1.json @@ -664,7 +664,7 @@ } } }, - "revision": "20210625", + "revision": "20210709", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": { @@ -839,7 +839,12 @@ "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": { "description": "Response message associated with the ExportProcessorVersion operation.", "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse", - "properties": {}, + "properties": { + "gcsUri": { + "description": "The Cloud Storage URI containing the output artifacts.", + "type": "string" + } + }, "type": "object" }, "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": { diff --git a/googleapiclient/discovery_cache/documents/documentai.v1beta2.json b/googleapiclient/discovery_cache/documents/documentai.v1beta2.json index 51283e5c5ab..f4ea60eeb25 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1beta2.json @@ -292,7 +292,7 @@ } } }, - "revision": "20210625", + "revision": "20210709", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": { @@ -467,7 +467,12 @@ "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": { "description": "Response message associated with the ExportProcessorVersion operation.", "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse", - "properties": {}, + "properties": { + "gcsUri": { + "description": "The Cloud Storage URI containing the output artifacts.", + "type": "string" + } + }, "type": "object" }, "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": { diff --git a/googleapiclient/discovery_cache/documents/documentai.v1beta3.json b/googleapiclient/discovery_cache/documents/documentai.v1beta3.json index 97add676e83..9b0fea77afb 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1beta3.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1beta3.json @@ -601,7 +601,7 @@ } } }, - "revision": "20210625", + "revision": "20210709", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": { @@ -776,7 +776,12 @@ "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": { "description": "Response message associated with the ExportProcessorVersion operation.", "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse", - "properties": {}, + "properties": { + "gcsUri": { + "description": "The Cloud Storage URI containing the output artifacts.", + "type": "string" + } + }, "type": "object" }, "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": {