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.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata (Total Keys: 3)
- schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse (Total Keys: 2)

#### documentai:v1beta2

The following keys were added:
- schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata (Total Keys: 3)
- schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse (Total Keys: 2)

#### documentai:v1beta3

The following keys were added:
- schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata (Total Keys: 3)
- schemas.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jul 6, 2021
1 parent 65f2bd1 commit 79c556d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
19 changes: 18 additions & 1 deletion googleapiclient/discovery_cache/documents/documentai.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
}
}
},
"revision": "20210617",
"revision": "20210625",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -825,6 +825,23 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata": {
"description": "Metadata message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The common metadata about the operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": {
"description": "Response message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": {
"description": "The long running operation metadata for set default processor version method.",
"id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
}
}
},
"revision": "20210617",
"revision": "20210625",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -453,6 +453,23 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata": {
"description": "Metadata message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The common metadata about the operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": {
"description": "Response message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": {
"description": "The long running operation metadata for set default processor version method.",
"id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
}
}
},
"revision": "20210617",
"revision": "20210625",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
Expand Down Expand Up @@ -762,6 +762,23 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata": {
"description": "Metadata message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The common metadata about the operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": {
"description": "Response message associated with the ExportProcessorVersion operation.",
"id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse",
"properties": {},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": {
"description": "The long running operation metadata for set default processor version method.",
"id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata",
Expand Down

0 comments on commit 79c556d

Please sign in to comment.