diff --git a/generated/google-apis-documentai_v1beta3/CHANGELOG.md b/generated/google-apis-documentai_v1beta3/CHANGELOG.md index 68a72258a36..34ccef56362 100644 --- a/generated/google-apis-documentai_v1beta3/CHANGELOG.md +++ b/generated/google-apis-documentai_v1beta3/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-documentai_v1beta3 +### v0.128.0 (2026-07-12) + +* Regenerated from discovery document revision 20260706 + ### v0.127.0 (2026-06-14) * Regenerated using generator version 0.19.0 diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb index a8f95d74f7c..dcc1e2d009d 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb @@ -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 @@ -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 @@ -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` @@ -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] @@ -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 @@ -4236,7 +4236,7 @@ class GoogleCloudDocumentaiV1beta3Document # 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] attr_accessor :blob_assets @@ -4272,10 +4272,10 @@ class GoogleCloudDocumentaiV1beta3Document 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 @@ -4407,7 +4407,7 @@ def update!(**args) class GoogleCloudDocumentaiV1beta3DocumentBlobAsset 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 @@ -4620,20 +4620,20 @@ class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkImageChunkField # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations] 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 @@ -4755,20 +4755,20 @@ class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayou # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations] 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 @@ -5199,8 +5199,8 @@ class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue # @return [Google::Apis::DocumentaiV1beta3::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 @@ -5376,7 +5376,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 @@ -5402,7 +5402,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 @@ -6575,7 +6575,7 @@ def update!(**args) class GoogleCloudDocumentaiV1beta3DocumentProvenance 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 @@ -6613,7 +6613,7 @@ def update!(**args) class GoogleCloudDocumentaiV1beta3DocumentProvenanceParent 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 @@ -6645,7 +6645,7 @@ def update!(**args) class GoogleCloudDocumentaiV1beta3DocumentRevision 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 @@ -6661,7 +6661,7 @@ class GoogleCloudDocumentaiV1beta3DocumentRevision # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview] 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] @@ -6743,7 +6743,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` @@ -6813,7 +6813,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] @@ -9046,7 +9046,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 @@ -10024,7 +10024,7 @@ class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTun # @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`/ diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb index d832bc14515..d816b47bad4 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DocumentaiV1beta3 # Version of the google-apis-documentai_v1beta3 gem - GEM_VERSION = "0.127.0" + GEM_VERSION = "0.128.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 diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb index 5c02844b243..4bf381298f4 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb @@ -783,7 +783,7 @@ def get_project_location_processor_dataset_dataset_schema(name, visible_fields_o # Required. The resource name of the dataset that the document belongs to . # Format: projects/`project`/locations/`location`/processors/`processor`/dataset # @param [String] document_id_gcs_managed_doc_id_cw_doc_id - # Id of the document (indexed) managed by Content Warehouse. + # ID of the document (indexed) managed by Content Warehouse. # @param [String] document_id_gcs_managed_doc_id_gcs_uri # Required. The Cloud Storage URI where the actual document is stored. # @param [String] document_id_revision_ref_latest_processor_version @@ -795,7 +795,7 @@ def get_project_location_processor_dataset_dataset_schema(name, visible_fields_o # @param [String] document_id_revision_ref_revision_id # Reads the revision given by the id. # @param [String] document_id_unmanaged_doc_id_doc_id - # Required. The id of the document. + # Required. The ID of the document. # @param [Fixnum] page_range_end # Last page number (one-based index) to be returned. # @param [Fixnum] page_range_start