Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-documentai_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-documentai_v1

### v0.120.0 (2026-07-12)

* Regenerated from discovery document revision 20260706

### v0.119.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def update!(**args)
class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
include Google::Apis::Core::Hashable

# Id of the document (indexed) managed by Content Warehouse.
# ID of the document (indexed) managed by Content Warehouse.
# Corresponds to the JSON property `cwDocId`
# @return [String]
attr_accessor :cw_doc_id
Expand All @@ -913,7 +913,7 @@ def update!(**args)
class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId
include Google::Apis::Core::Hashable

# Required. The id of the document.
# Required. The ID of the document.
# Corresponds to the JSON property `docId`
# @return [String]
attr_accessor :doc_id
Expand Down Expand Up @@ -942,7 +942,7 @@ class GoogleCloudDocumentaiUiv1beta3DocumentSchema
# @return [String]
attr_accessor :display_name

# Optional. Document level prompt provided by the user. This custom text is
# Optional. Document-level prompt provided by the user. This custom text is
# injected into the AI model's prompt to provide extra, document-wide guidance
# for processing.
# Corresponds to the JSON property `documentPrompt`
Expand Down Expand Up @@ -1012,7 +1012,7 @@ class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType
# a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
# compatibility, internal infrastructure and tooling can handle any ASCII
# character.) - The `/` is sometimes used to denote a property of a type. For
# example `line_item/amount`. This convention is deprecated, but will still be
# example, `line_item/amount`. This convention is deprecated, but will still be
# honored for backward compatibility.
# Corresponds to the JSON property `name`
# @return [String]
Expand Down Expand Up @@ -1827,7 +1827,7 @@ class GoogleCloudDocumentaiUiv1beta3Processor

# Optional. SchemaVersion used by the Processor. It is the same as Processor's
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
# /schemas/`schema`/schemaVersions/`schema_version`
# /schemas/`schema`/schemaVersions/`schema_version`.
# Corresponds to the JSON property `activeSchemaVersion`
# @return [String]
attr_accessor :active_schema_version
Expand Down Expand Up @@ -3298,7 +3298,7 @@ class GoogleCloudDocumentaiV1Document

# Optional. The blob assets in this document. This is used to store the content
# of the inline blobs in this document, for example, image bytes, such that it
# can be referenced by other fields in the document via asset id.
# can be referenced by other fields in the document via asset ID.
# Corresponds to the JSON property `blobAssets`
# @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentBlobAsset>]
attr_accessor :blob_assets
Expand Down Expand Up @@ -3334,10 +3334,10 @@ class GoogleCloudDocumentaiV1Document
attr_accessor :entities

# The entity revision ID that `document.entities` field is based on. If this
# field is set and `entities_revisions` is not empty, the entities in `document.
# entities` field are the entities in the entity revision with this id and `
# document.entity_validation_output` field is the `entity_validation_output`
# field in this entity revision.
# field and `entities_revisions` are set, the entities in `document.entities`
# are the entities in the entity revision with this ID. The `document.
# entity_validation_output` field is the `entity_validation_output` field in
# this entity revision.
# Corresponds to the JSON property `entitiesRevisionId`
# @return [String]
attr_accessor :entities_revision_id
Expand Down Expand Up @@ -3469,7 +3469,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1DocumentBlobAsset
include Google::Apis::Core::Hashable

# Optional. The id of the blob asset.
# Optional. The ID of the blob asset.
# Corresponds to the JSON property `assetId`
# @return [String]
attr_accessor :asset_id
Expand Down Expand Up @@ -3682,20 +3682,20 @@ class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkImageChunkField
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentAnnotations]
attr_accessor :annotations

# Optional. Asset id of the inline image. If set, find the image content in the
# Optional. Asset ID of the inline image. If set, find the image content in the
# blob_assets field.
# Corresponds to the JSON property `blobAssetId`
# @return [String]
attr_accessor :blob_asset_id

# Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
# Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
# , a MIME type indicating the type of data, an optional base64 token if non-
# textual, and the data itself: data:,
# Corresponds to the JSON property `dataUri`
# @return [String]
attr_accessor :data_uri

# Optional. Google Cloud Storage uri of the image.
# Optional. Google Cloud Storage URI of the image.
# Corresponds to the JSON property `gcsUri`
# @return [String]
attr_accessor :gcs_uri
Expand Down Expand Up @@ -3817,20 +3817,20 @@ class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutImag
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentAnnotations]
attr_accessor :annotations

# Optional. Asset id of the inline image. If set, find the image content in the
# Optional. Asset ID of the inline image. If set, find the image content in the
# blob_assets field.
# Corresponds to the JSON property `blobAssetId`
# @return [String]
attr_accessor :blob_asset_id

# Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
# Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
# , a MIME type indicating the type of data, an optional base64 token if non-
# textual, and the data itself: data:,
# Corresponds to the JSON property `dataUri`
# @return [String]
attr_accessor :data_uri

# Optional. Google Cloud Storage uri of the image.
# Optional. Google Cloud Storage URI of the image.
# Corresponds to the JSON property `gcsUri`
# @return [String]
attr_accessor :gcs_uri
Expand Down Expand Up @@ -4261,8 +4261,8 @@ class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
# @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
attr_accessor :money_value

# A signature - a graphical representation of a person's name, often used to
# sign a document.
# A signature, which is a graphical representation of a person's name, often
# used to sign a document.
# Corresponds to the JSON property `signatureValue`
# @return [Boolean]
attr_accessor :signature_value
Expand Down Expand Up @@ -5515,7 +5515,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1DocumentProvenance
include Google::Apis::Core::Hashable

# The Id of this operation. Needs to be unique within the scope of the revision.
# The ID of this operation. Needs to be unique within the scope of the revision.
# Corresponds to the JSON property `id`
# @return [Fixnum]
attr_accessor :id
Expand Down Expand Up @@ -5553,7 +5553,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1DocumentProvenanceParent
include Google::Apis::Core::Hashable

# The id of the parent provenance.
# The ID of the parent provenance.
# Corresponds to the JSON property `id`
# @return [Fixnum]
attr_accessor :id
Expand Down Expand Up @@ -5585,7 +5585,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1DocumentRevision
include Google::Apis::Core::Hashable

# If the change was made by a person specify the name or id of that person.
# If the change was made by a person specify the name or ID of that person.
# Corresponds to the JSON property `agent`
# @return [String]
attr_accessor :agent
Expand All @@ -5601,7 +5601,7 @@ class GoogleCloudDocumentaiV1DocumentRevision
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
attr_accessor :human_review

# Id of the revision, internally generated by doc proto storage. Unique within
# ID of the revision, internally generated by doc proto storage. Unique within
# the context of the document.
# Corresponds to the JSON property `id`
# @return [String]
Expand Down Expand Up @@ -5683,7 +5683,7 @@ class GoogleCloudDocumentaiV1DocumentSchema
# @return [String]
attr_accessor :display_name

# Optional. Document level prompt provided by the user. This custom text is
# Optional. Document-level prompt provided by the user. This custom text is
# injected into the AI model's prompt to provide extra, document-wide guidance
# for processing.
# Corresponds to the JSON property `documentPrompt`
Expand Down Expand Up @@ -5742,7 +5742,7 @@ class GoogleCloudDocumentaiV1DocumentSchemaEntityType
# a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
# compatibility, internal infrastructure and tooling can handle any ASCII
# character.) - The `/` is sometimes used to denote a property of a type. For
# example `line_item/amount`. This convention is deprecated, but will still be
# example, `line_item/amount`. This convention is deprecated, but will still be
# honored for backward compatibility.
# Corresponds to the JSON property `name`
# @return [String]
Expand Down Expand Up @@ -7455,7 +7455,7 @@ class GoogleCloudDocumentaiV1Processor

# Optional. SchemaVersion used by the Processor. It is the same as Processor's
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
# /schemas/`schema`/schemaVersions/`schema_version`
# /schemas/`schema`/schemaVersions/`schema_version`.
# Corresponds to the JSON property `activeSchemaVersion`
# @return [String]
attr_accessor :active_schema_version
Expand Down Expand Up @@ -8315,7 +8315,7 @@ class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOp
# @return [Float]
attr_accessor :learning_rate_multiplier

# Optional. Resource name of a previously fine tuned version id to copy the
# Optional. Resource name of a previously fine tuned version ID to copy the
# overwritten configs from. The base_processor_version should be newer than the
# base processor version used to fine tune this provided processor version.
# Format: `projects/`project`/locations/`location`/processors/`processor`/
Expand Down Expand Up @@ -8949,7 +8949,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1beta3DocumentIdGcsManagedDocumentId
include Google::Apis::Core::Hashable

# Id of the document (indexed) managed by Content Warehouse.
# ID of the document (indexed) managed by Content Warehouse.
# Corresponds to the JSON property `cwDocId`
# @return [String]
attr_accessor :cw_doc_id
Expand All @@ -8975,7 +8975,7 @@ def update!(**args)
class GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
include Google::Apis::Core::Hashable

# Required. The id of the document.
# Required. The ID of the document.
# Corresponds to the JSON property `docId`
# @return [String]
attr_accessor :doc_id
Expand Down Expand Up @@ -9004,7 +9004,7 @@ class GoogleCloudDocumentaiV1beta3DocumentSchema
# @return [String]
attr_accessor :display_name

# Optional. Document level prompt provided by the user. This custom text is
# Optional. Document-level prompt provided by the user. This custom text is
# injected into the AI model's prompt to provide extra, document-wide guidance
# for processing.
# Corresponds to the JSON property `documentPrompt`
Expand Down Expand Up @@ -9074,7 +9074,7 @@ class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType
# a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
# compatibility, internal infrastructure and tooling can handle any ASCII
# character.) - The `/` is sometimes used to denote a property of a type. For
# example `line_item/amount`. This convention is deprecated, but will still be
# example, `line_item/amount`. This convention is deprecated, but will still be
# honored for backward compatibility.
# Corresponds to the JSON property `name`
# @return [String]
Expand Down Expand Up @@ -9665,7 +9665,7 @@ class GoogleCloudDocumentaiV1beta3Processor

# Optional. SchemaVersion used by the Processor. It is the same as Processor's
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
# /schemas/`schema`/schemaVersions/`schema_version`
# /schemas/`schema`/schemaVersions/`schema_version`.
# Corresponds to the JSON property `activeSchemaVersion`
# @return [String]
attr_accessor :active_schema_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DocumentaiV1
# Version of the google-apis-documentai_v1 gem
GEM_VERSION = "0.119.0"
GEM_VERSION = "0.120.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260503"
REVISION = "20260706"
end
end
end
Loading