Skip to content

Commit

Permalink
feat(documentai): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 20, 2021
1 parent 435ef5b commit d1b9df7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 7 additions & 2 deletions googleapiclient/discovery_cache/documents/documentai.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
}
}
},
"revision": "20210625",
"revision": "20210709",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
}
}
},
"revision": "20210625",
"revision": "20210709",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
}
}
},
"revision": "20210625",
"revision": "20210709",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit d1b9df7

Please sign in to comment.