Skip to content

Commit 62b8d0d

Browse files
feat(documentai): update the api
#### documentai:v1 The following keys were added: - schemas.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1) #### documentai:v1beta2 The following keys were added: - schemas.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1) #### documentai:v1beta3 The following keys were added: - schemas.GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata.properties.questionId.type (Total Keys: 1)
1 parent 2e54922 commit 62b8d0d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

googleapiclient/discovery_cache/documents/documentai.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20220105",
1032+
"revision": "20220114",
10331033
"rootUrl": "https://documentai.googleapis.com/",
10341034
"schemas": {
10351035
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -3158,6 +3158,10 @@
31583158
"commonMetadata": {
31593159
"$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata",
31603160
"description": "The basic metadata of the long running operation."
3161+
},
3162+
"questionId": {
3163+
"description": "The Crowd Compute question ID.",
3164+
"type": "string"
31613165
}
31623166
},
31633167
"type": "object"
@@ -5869,6 +5873,10 @@
58695873
"format": "google-datetime",
58705874
"type": "string"
58715875
},
5876+
"questionId": {
5877+
"description": "The Crowd Compute question ID.",
5878+
"type": "string"
5879+
},
58725880
"state": {
58735881
"description": "Used only when Operation.done is false.",
58745882
"enum": [

googleapiclient/discovery_cache/documents/documentai.v1beta2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
}
293293
}
294294
},
295-
"revision": "20220105",
295+
"revision": "20220114",
296296
"rootUrl": "https://documentai.googleapis.com/",
297297
"schemas": {
298298
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -1014,6 +1014,10 @@
10141014
"commonMetadata": {
10151015
"$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata",
10161016
"description": "The basic metadata of the long running operation."
1017+
},
1018+
"questionId": {
1019+
"description": "The Crowd Compute question ID.",
1020+
"type": "string"
10171021
}
10181022
},
10191023
"type": "object"
@@ -3846,6 +3850,10 @@
38463850
"format": "google-datetime",
38473851
"type": "string"
38483852
},
3853+
"questionId": {
3854+
"description": "The Crowd Compute question ID.",
3855+
"type": "string"
3856+
},
38493857
"state": {
38503858
"description": "Used only when Operation.done is false.",
38513859
"enum": [

googleapiclient/discovery_cache/documents/documentai.v1beta3.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
}
797797
}
798798
},
799-
"revision": "20220105",
799+
"revision": "20220114",
800800
"rootUrl": "https://documentai.googleapis.com/",
801801
"schemas": {
802802
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -1518,6 +1518,10 @@
15181518
"commonMetadata": {
15191519
"$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata",
15201520
"description": "The basic metadata of the long running operation."
1521+
},
1522+
"questionId": {
1523+
"description": "The Crowd Compute question ID.",
1524+
"type": "string"
15211525
}
15221526
},
15231527
"type": "object"
@@ -5620,6 +5624,10 @@
56205624
"format": "google-datetime",
56215625
"type": "string"
56225626
},
5627+
"questionId": {
5628+
"description": "The Crowd Compute question ID.",
5629+
"type": "string"
5630+
},
56235631
"state": {
56245632
"description": "Used only when Operation.done is false.",
56255633
"enum": [

0 commit comments

Comments
 (0)