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.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)
  • Loading branch information
yoshi-automation committed Apr 19, 2022
1 parent aea557f commit 9a6bad2
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 3 deletions.
Expand Up @@ -259,6 +259,10 @@ <h3>Method Details</h3>

{ # 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
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
},
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
Expand Down Expand Up @@ -289,6 +293,10 @@ <h3>Method Details</h3>
&quot;processorVersions&quot;: [ # The list of processors.
{ # 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
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
},
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
Expand Down
Expand Up @@ -268,6 +268,10 @@ <h3>Method Details</h3>

{ # 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
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
},
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
Expand Down Expand Up @@ -298,6 +302,10 @@ <h3>Method Details</h3>
&quot;processorVersions&quot;: [ # The list of processors.
{ # 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
&quot;createTime&quot;: &quot;A String&quot;, # The time the processor version was created.
&quot;deprecationInfo&quot;: { # Information about the upcoming deprecation of this processor version. # If set, information about the eventual deprecation of this version.
&quot;deprecationTime&quot;: &quot;A String&quot;, # The time at which this processor version will be deprecated.
&quot;replacementProcessorVersion&quot;: &quot;A String&quot;, # If set, the processor version that will be used as a replacement.
},
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the processor version.
&quot;googleManaged&quot;: True or False, # Denotes that this ProcessorVersion is managed by google.
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The KMS key name used for encryption.
Expand Down
33 changes: 32 additions & 1 deletion googleapiclient/discovery_cache/documents/documentai.v1.json
Expand Up @@ -1029,7 +1029,7 @@
}
}
},
"revision": "20220401",
"revision": "20220409",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -1174,6 +1174,17 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
"description": "The long running operation metadata for DeleteDataLabelingJob.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long running operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
"description": "The long running operation metadata for DeleteLabelerPool.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",
Expand Down Expand Up @@ -3188,6 +3199,10 @@
"format": "google-datetime",
"type": "string"
},
"deprecationInfo": {
"$ref": "GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo",
"description": "If set, information about the eventual deprecation of this version."
},
"displayName": {
"description": "The display name of the processor version.",
"type": "string"
Expand Down Expand Up @@ -3235,6 +3250,22 @@
},
"type": "object"
},
"GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo": {
"description": "Information about the upcoming deprecation of this processor version.",
"id": "GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo",
"properties": {
"deprecationTime": {
"description": "The time at which this processor version will be deprecated.",
"format": "google-datetime",
"type": "string"
},
"replacementProcessorVersion": {
"description": "If set, the processor version that will be used as a replacement.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDocumentaiV1RawDocument": {
"description": "Payload message of raw document content (bytes).",
"id": "GoogleCloudDocumentaiV1RawDocument",
Expand Down
Expand Up @@ -292,7 +292,7 @@
}
}
},
"revision": "20220401",
"revision": "20220409",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -437,6 +437,17 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
"description": "The long running operation metadata for DeleteDataLabelingJob.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long running operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
"description": "The long running operation metadata for DeleteLabelerPool.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",
Expand Down
Expand Up @@ -796,7 +796,7 @@
}
}
},
"revision": "20220401",
"revision": "20220409",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -941,6 +941,17 @@
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata": {
"description": "The long running operation metadata for DeleteDataLabelingJob.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteDataLabelingJobOperationMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
"description": "The basic metadata of the long running operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata": {
"description": "The long running operation metadata for DeleteLabelerPool.",
"id": "GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata",
Expand Down Expand Up @@ -5762,6 +5773,10 @@
"format": "google-datetime",
"type": "string"
},
"deprecationInfo": {
"$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo",
"description": "If set, information about the eventual deprecation of this version."
},
"displayName": {
"description": "The display name of the processor version.",
"type": "string"
Expand Down Expand Up @@ -5809,6 +5824,22 @@
},
"type": "object"
},
"GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo": {
"description": "Information about the upcoming deprecation of this processor version.",
"id": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo",
"properties": {
"deprecationTime": {
"description": "The time at which this processor version will be deprecated.",
"format": "google-datetime",
"type": "string"
},
"replacementProcessorVersion": {
"description": "If set, the processor version that will be used as a replacement.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDocumentaiV1beta3RawDocument": {
"description": "Payload message of raw document content (bytes).",
"id": "GoogleCloudDocumentaiV1beta3RawDocument",
Expand Down

0 comments on commit 9a6bad2

Please sign in to comment.