Skip to content

Commit 7974abc

Browse files
feat(documentai): update the api
#### documentai:v1 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1) #### documentai:v1beta2 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1) #### documentai:v1beta3 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1CommonOperationMetadata.properties.resource.type (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3CommonOperationMetadata.properties.resource.type (Total Keys: 1)
1 parent 31d8721 commit 7974abc

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

googleapiclient/discovery_cache/documents/documentai.v1.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20211019",
1032+
"revision": "20211022",
10331033
"rootUrl": "https://documentai.googleapis.com/",
10341034
"schemas": {
10351035
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -1073,6 +1073,10 @@
10731073
"format": "google-datetime",
10741074
"type": "string"
10751075
},
1076+
"resource": {
1077+
"description": "A related resource to this operation.",
1078+
"type": "string"
1079+
},
10761080
"state": {
10771081
"description": "The state of the operation.",
10781082
"enum": [
@@ -1531,6 +1535,10 @@
15311535
"format": "google-datetime",
15321536
"type": "string"
15331537
},
1538+
"resource": {
1539+
"description": "A related resource to this operation.",
1540+
"type": "string"
1541+
},
15341542
"state": {
15351543
"description": "The state of the operation.",
15361544
"enum": [
@@ -5729,6 +5737,10 @@
57295737
"format": "google-datetime",
57305738
"type": "string"
57315739
},
5740+
"resource": {
5741+
"description": "A related resource to this operation.",
5742+
"type": "string"
5743+
},
57325744
"state": {
57335745
"description": "The state of the operation.",
57345746
"enum": [

googleapiclient/discovery_cache/documents/documentai.v1beta2.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
}
293293
}
294294
},
295-
"revision": "20211019",
295+
"revision": "20211022",
296296
"rootUrl": "https://documentai.googleapis.com/",
297297
"schemas": {
298298
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -336,6 +336,10 @@
336336
"format": "google-datetime",
337337
"type": "string"
338338
},
339+
"resource": {
340+
"description": "A related resource to this operation.",
341+
"type": "string"
342+
},
339343
"state": {
340344
"description": "The state of the operation.",
341345
"enum": [
@@ -739,6 +743,10 @@
739743
"format": "google-datetime",
740744
"type": "string"
741745
},
746+
"resource": {
747+
"description": "A related resource to this operation.",
748+
"type": "string"
749+
},
742750
"state": {
743751
"description": "The state of the operation.",
744752
"enum": [
@@ -3547,6 +3555,10 @@
35473555
"format": "google-datetime",
35483556
"type": "string"
35493557
},
3558+
"resource": {
3559+
"description": "A related resource to this operation.",
3560+
"type": "string"
3561+
},
35503562
"state": {
35513563
"description": "The state of the operation.",
35523564
"enum": [

googleapiclient/discovery_cache/documents/documentai.v1beta3.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
}
797797
}
798798
},
799-
"revision": "20211019",
799+
"revision": "20211022",
800800
"rootUrl": "https://documentai.googleapis.com/",
801801
"schemas": {
802802
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -840,6 +840,10 @@
840840
"format": "google-datetime",
841841
"type": "string"
842842
},
843+
"resource": {
844+
"description": "A related resource to this operation.",
845+
"type": "string"
846+
},
843847
"state": {
844848
"description": "The state of the operation.",
845849
"enum": [
@@ -1243,6 +1247,10 @@
12431247
"format": "google-datetime",
12441248
"type": "string"
12451249
},
1250+
"resource": {
1251+
"description": "A related resource to this operation.",
1252+
"type": "string"
1253+
},
12461254
"state": {
12471255
"description": "The state of the operation.",
12481256
"enum": [
@@ -3961,6 +3969,10 @@
39613969
"format": "google-datetime",
39623970
"type": "string"
39633971
},
3972+
"resource": {
3973+
"description": "A related resource to this operation.",
3974+
"type": "string"
3975+
},
39643976
"state": {
39653977
"description": "The state of the operation.",
39663978
"enum": [

0 commit comments

Comments
 (0)