Skip to content

Commit 9a6bad2

Browse files
feat(documentai): update the api
#### documentai:v1 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata (Total Keys: 3) - schemas.GoogleCloudDocumentaiV1ProcessorVersion.properties.deprecationInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo (Total Keys: 5) #### documentai:v1beta2 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata (Total Keys: 3) #### documentai:v1beta3 The following keys were added: - schemas.GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata (Total Keys: 3) - schemas.GoogleCloudDocumentaiV1beta3ProcessorVersion.properties.deprecationInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo (Total Keys: 5)
1 parent aea557f commit 9a6bad2

File tree

5 files changed

+92
-3
lines changed

5 files changed

+92
-3
lines changed

docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ <h3>Method Details</h3>
259259

260260
{ # A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor&#x27;s behavior (when processing documents) is defined by a default version
261261
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
262+
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
263+
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
264+
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
265+
},
262266
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
263267
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
264268
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
@@ -289,6 +293,10 @@ <h3>Method Details</h3>
289293
&quot;processorVersions&quot;: [ # The list of processors.
290294
{ # A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor&#x27;s behavior (when processing documents) is defined by a default version
291295
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
296+
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
297+
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
298+
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
299+
},
292300
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
293301
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
294302
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.

docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ <h3>Method Details</h3>
268268

269269
{ # A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor&#x27;s behavior (when processing documents) is defined by a default version
270270
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
271+
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
272+
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
273+
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
274+
},
271275
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
272276
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
273277
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
@@ -298,6 +302,10 @@ <h3>Method Details</h3>
298302
&quot;processorVersions&quot;: [ # The list of processors.
299303
{ # A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor&#x27;s behavior (when processing documents) is defined by a default version
300304
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
305+
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
306+
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
307+
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
308+
},
301309
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
302310
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
303311
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.

googleapiclient/discovery_cache/documents/documentai.v1.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20220401",
1032+
"revision": "20220409",
10331033
"rootUrl": "https://documentai.googleapis.com/",
10341034
"schemas": {
10351035
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -1174,6 +1174,17 @@
11741174
},
11751175
"type": "object"
11761176
},
1177+
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
1178+
"description": "The long running operation metadata for DeleteDataLabelingJob.",
1179+
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
1180+
"properties": {
1181+
"commonMetadata": {
1182+
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
1183+
"description": "The basic metadata of the long running operation."
1184+
}
1185+
},
1186+
"type": "object"
1187+
},
11771188
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
11781189
"description": "The long running operation metadata for DeleteLabelerPool.",
11791190
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",
@@ -3188,6 +3199,10 @@
31883199
"format": "google-datetime",
31893200
"type": "string"
31903201
},
3202+
"deprecationInfo": {
3203+
"$ref": "GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo",
3204+
"description": "If set, information about the eventual deprecation of this version."
3205+
},
31913206
"displayName": {
31923207
"description": "The display name of the processor version.",
31933208
"type": "string"
@@ -3235,6 +3250,22 @@
32353250
},
32363251
"type": "object"
32373252
},
3253+
"GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo": {
3254+
"description": "Information about the upcoming deprecation of this processor version.",
3255+
"id": "GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo",
3256+
"properties": {
3257+
"deprecationTime": {
3258+
"description": "The time at which this processor version will be deprecated.",
3259+
"format": "google-datetime",
3260+
"type": "string"
3261+
},
3262+
"replacementProcessorVersion": {
3263+
"description": "If set, the processor version that will be used as a replacement.",
3264+
"type": "string"
3265+
}
3266+
},
3267+
"type": "object"
3268+
},
32383269
"GoogleCloudDocumentaiV1RawDocument": {
32393270
"description": "Payload message of raw document content (bytes).",
32403271
"id": "GoogleCloudDocumentaiV1RawDocument",

googleapiclient/discovery_cache/documents/documentai.v1beta2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
}
293293
}
294294
},
295-
"revision": "20220401",
295+
"revision": "20220409",
296296
"rootUrl": "https://documentai.googleapis.com/",
297297
"schemas": {
298298
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -437,6 +437,17 @@
437437
},
438438
"type": "object"
439439
},
440+
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
441+
"description": "The long running operation metadata for DeleteDataLabelingJob.",
442+
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
443+
"properties": {
444+
"commonMetadata": {
445+
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
446+
"description": "The basic metadata of the long running operation."
447+
}
448+
},
449+
"type": "object"
450+
},
440451
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
441452
"description": "The long running operation metadata for DeleteLabelerPool.",
442453
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",

googleapiclient/discovery_cache/documents/documentai.v1beta3.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
}
797797
}
798798
},
799-
"revision": "20220401",
799+
"revision": "20220409",
800800
"rootUrl": "https://documentai.googleapis.com/",
801801
"schemas": {
802802
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
@@ -941,6 +941,17 @@
941941
},
942942
"type": "object"
943943
},
944+
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
945+
"description": "The long running operation metadata for DeleteDataLabelingJob.",
946+
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
947+
"properties": {
948+
"commonMetadata": {
949+
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
950+
"description": "The basic metadata of the long running operation."
951+
}
952+
},
953+
"type": "object"
954+
},
944955
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
945956
"description": "The long running operation metadata for DeleteLabelerPool.",
946957
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",
@@ -5762,6 +5773,10 @@
57625773
"format": "google-datetime",
57635774
"type": "string"
57645775
},
5776+
"deprecationInfo": {
5777+
"$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo",
5778+
"description": "If set, information about the eventual deprecation of this version."
5779+
},
57655780
"displayName": {
57665781
"description": "The display name of the processor version.",
57675782
"type": "string"
@@ -5809,6 +5824,22 @@
58095824
},
58105825
"type": "object"
58115826
},
5827+
"GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo": {
5828+
"description": "Information about the upcoming deprecation of this processor version.",
5829+
"id": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo",
5830+
"properties": {
5831+
"deprecationTime": {
5832+
"description": "The time at which this processor version will be deprecated.",
5833+
"format": "google-datetime",
5834+
"type": "string"
5835+
},
5836+
"replacementProcessorVersion": {
5837+
"description": "If set, the processor version that will be used as a replacement.",
5838+
"type": "string"
5839+
}
5840+
},
5841+
"type": "object"
5842+
},
58125843
"GoogleCloudDocumentaiV1beta3RawDocument": {
58135844
"description": "Payload message of raw document content (bytes).",
58145845
"id": "GoogleCloudDocumentaiV1beta3RawDocument",

0 commit comments

Comments
 (0)