diff --git a/docs/dyn/documentai_v1.projects.locations.processors.html b/docs/dyn/documentai_v1.projects.locations.processors.html index 53248258a31..cdca21cbe99 100644 --- a/docs/dyn/documentai_v1.projects.locations.processors.html +++ b/docs/dyn/documentai_v1.projects.locations.processors.html @@ -130,7 +130,7 @@

Method Details

{ # Request message for batch process document method. "documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process. "gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage. - "fieldMask": "A String", # Specifies which fields to include in the output documents. + "fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "gcsUri": "A String", # The Cloud Storage uri (a directory) of the output. }, }, @@ -424,7 +424,7 @@

Method Details

The object takes the form of: { # Request message for the process document method. - "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. + "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto. "content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64. "entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. @@ -1043,6 +1043,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -1866,6 +1878,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html b/docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html index 9834961ccdf..c0334e06d49 100644 --- a/docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html +++ b/docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html @@ -766,6 +766,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html b/docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html index c8a389ff59a..e58fdeb427b 100644 --- a/docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html +++ b/docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html @@ -114,7 +114,7 @@

Method Details

{ # Request message for batch process document method. "documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process. "gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage. - "fieldMask": "A String", # Specifies which fields to include in the output documents. + "fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "gcsUri": "A String", # The Cloud Storage uri (a directory) of the output. }, }, @@ -333,7 +333,7 @@

Method Details

The object takes the form of: { # Request message for the process document method. - "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. + "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto. "content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64. "entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. @@ -952,6 +952,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -1775,6 +1787,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1beta2.projects.documents.html b/docs/dyn/documentai_v1beta2.projects.documents.html index 3d7ac1a7b45..7a67d9070c9 100644 --- a/docs/dyn/documentai_v1beta2.projects.documents.html +++ b/docs/dyn/documentai_v1beta2.projects.documents.html @@ -909,6 +909,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1beta2.projects.locations.documents.html b/docs/dyn/documentai_v1beta2.projects.locations.documents.html index 03f1d829747..684333ffa6f 100644 --- a/docs/dyn/documentai_v1beta2.projects.locations.documents.html +++ b/docs/dyn/documentai_v1beta2.projects.locations.documents.html @@ -909,6 +909,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1beta3.projects.locations.processors.html b/docs/dyn/documentai_v1beta3.projects.locations.processors.html index bad9bb4339b..2a9546085e9 100644 --- a/docs/dyn/documentai_v1beta3.projects.locations.processors.html +++ b/docs/dyn/documentai_v1beta3.projects.locations.processors.html @@ -130,7 +130,7 @@

Method Details

{ # Request message for batch process document method. "documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process. "gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage. - "fieldMask": "A String", # Specifies which fields to include in the output documents. + "fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "gcsUri": "A String", # The Cloud Storage uri (a directory) of the output. }, }, @@ -1051,6 +1051,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -1240,7 +1252,7 @@

Method Details

], "uri": "A String", # Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object versioning is not supported. See [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris) for more info. }, - "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. + "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto. "content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64. "entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. @@ -1859,6 +1871,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -2682,6 +2706,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1beta3.projects.locations.processors.humanReviewConfig.html b/docs/dyn/documentai_v1beta3.projects.locations.processors.humanReviewConfig.html index 93c5a8df0a0..1ac9c329f8b 100644 --- a/docs/dyn/documentai_v1beta3.projects.locations.processors.humanReviewConfig.html +++ b/docs/dyn/documentai_v1beta3.projects.locations.processors.humanReviewConfig.html @@ -714,6 +714,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -1573,6 +1585,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html b/docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html index 00c522d7dcc..93727d16957 100644 --- a/docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html +++ b/docs/dyn/documentai_v1beta3.projects.locations.processors.processorVersions.html @@ -114,7 +114,7 @@

Method Details

{ # Request message for batch process document method. "documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process. "gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage. - "fieldMask": "A String", # Specifies which fields to include in the output documents. + "fieldMask": "A String", # Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "gcsUri": "A String", # The Cloud Storage uri (a directory) of the output. }, }, @@ -960,6 +960,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -1149,7 +1161,7 @@

Method Details

], "uri": "A String", # Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object versioning is not supported. See [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris) for more info. }, - "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. + "fieldMask": "A String", # Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. "inlineDocument": { # Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality. # An inline document proto. "content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64. "entities": [ # A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. @@ -1768,6 +1780,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. @@ -2591,6 +2615,18 @@

Method Details

], }, }, + "provenance": { # Structure to identify provenance relationships between annotations in different revisions. # The history of this table. + "id": 42, # The Id of this operation. Needs to be unique within the scope of the revision. + "parents": [ # References to the original elements that are replaced. + { # The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations. + "id": 42, # The id of the parent provenance. + "index": 42, # The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision. + "revision": 42, # The index of the index into current revision's parent_ids list. + }, + ], + "revision": 42, # The index of the revision that produced this element. + "type": "A String", # The type of provenance operation. + }, }, ], "tokens": [ # A list of visually detected tokens on the page. diff --git a/googleapiclient/discovery_cache/documents/documentai.v1.json b/googleapiclient/discovery_cache/documents/documentai.v1.json index 0e7eeabb22c..16099644241 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1.json @@ -1069,7 +1069,7 @@ } } }, - "revision": "20221005", + "revision": "20221017", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": { @@ -2274,7 +2274,7 @@ "id": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig", "properties": { "fieldMask": { - "description": "Specifies which fields to include in the output documents.", + "description": "Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", "format": "google-fieldmask", "type": "string" }, @@ -2792,6 +2792,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -3538,7 +3542,7 @@ "id": "GoogleCloudDocumentaiV1ProcessRequest", "properties": { "fieldMask": { - "description": "Specifies which fields to include in ProcessResponse's document.", + "description": "Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", "format": "google-fieldmask", "type": "string" }, @@ -4760,6 +4764,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta1DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -6057,6 +6065,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta2DocumentProvenance", + "description": "The history of this table." } }, "type": "object" diff --git a/googleapiclient/discovery_cache/documents/documentai.v1beta2.json b/googleapiclient/discovery_cache/documents/documentai.v1beta2.json index 7bbab9a3a22..0778b2f553b 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1beta2.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1beta2.json @@ -292,7 +292,7 @@ } } }, - "revision": "20221005", + "revision": "20221017", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": { @@ -2140,6 +2140,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta1DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -3462,6 +3466,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta2DocumentProvenance", + "description": "The history of this table." } }, "type": "object" diff --git a/googleapiclient/discovery_cache/documents/documentai.v1beta3.json b/googleapiclient/discovery_cache/documents/documentai.v1beta3.json index a18a7b8f41c..6722f199e0e 100644 --- a/googleapiclient/discovery_cache/documents/documentai.v1beta3.json +++ b/googleapiclient/discovery_cache/documents/documentai.v1beta3.json @@ -836,7 +836,7 @@ } } }, - "revision": "20221005", + "revision": "20221017", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": { @@ -2684,6 +2684,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta1DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta1DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -3981,6 +3985,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta2DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta2DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -5018,7 +5026,7 @@ "id": "GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig", "properties": { "fieldMask": { - "description": "Specifies which fields to include in the output documents.", + "description": "Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", "format": "google-fieldmask", "type": "string" }, @@ -5536,6 +5544,10 @@ "layout": { "$ref": "GoogleCloudDocumentaiV1beta3DocumentPageLayout", "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentProvenance", + "description": "The history of this table." } }, "type": "object" @@ -6286,7 +6298,7 @@ "description": "The document payload, the [content] and [mime_type] fields must be set." }, "fieldMask": { - "description": "Specifies which fields to include in ProcessResponse's document.", + "description": "Specifies which fields to include in ProcessResponse's document. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", "format": "google-fieldmask", "type": "string" },