Skip to content

Commit 8dfbacb

Browse files
feat: Automated regeneration of documentai v1beta3 client (googleapis#27328)
Auto-created at 2026-07-12 11:41:39 +0000 using the toys pull request generator.
1 parent b709dd2 commit 8dfbacb

4 files changed

Lines changed: 37 additions & 33 deletions

File tree

generated/google-apis-documentai_v1beta3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-documentai_v1beta3
22

3+
### v0.128.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260706
6+
37
### v0.127.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def update!(**args)
887887
class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
888888
include Google::Apis::Core::Hashable
889889

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

916-
# Required. The id of the document.
916+
# Required. The ID of the document.
917917
# Corresponds to the JSON property `docId`
918918
# @return [String]
919919
attr_accessor :doc_id
@@ -942,7 +942,7 @@ class GoogleCloudDocumentaiUiv1beta3DocumentSchema
942942
# @return [String]
943943
attr_accessor :display_name
944944

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

18281828
# Optional. SchemaVersion used by the Processor. It is the same as Processor's
18291829
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
1830-
# /schemas/`schema`/schemaVersions/`schema_version`
1830+
# /schemas/`schema`/schemaVersions/`schema_version`.
18311831
# Corresponds to the JSON property `activeSchemaVersion`
18321832
# @return [String]
18331833
attr_accessor :active_schema_version
@@ -4236,7 +4236,7 @@ class GoogleCloudDocumentaiV1beta3Document
42364236

42374237
# Optional. The blob assets in this document. This is used to store the content
42384238
# of the inline blobs in this document, for example, image bytes, such that it
4239-
# can be referenced by other fields in the document via asset id.
4239+
# can be referenced by other fields in the document via asset ID.
42404240
# Corresponds to the JSON property `blobAssets`
42414241
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentBlobAsset>]
42424242
attr_accessor :blob_assets
@@ -4272,10 +4272,10 @@ class GoogleCloudDocumentaiV1beta3Document
42724272
attr_accessor :entities
42734273

42744274
# The entity revision ID that `document.entities` field is based on. If this
4275-
# field is set and `entities_revisions` is not empty, the entities in `document.
4276-
# entities` field are the entities in the entity revision with this id and `
4277-
# document.entity_validation_output` field is the `entity_validation_output`
4278-
# field in this entity revision.
4275+
# field and `entities_revisions` are set, the entities in `document.entities`
4276+
# are the entities in the entity revision with this ID. The `document.
4277+
# entity_validation_output` field is the `entity_validation_output` field in
4278+
# this entity revision.
42794279
# Corresponds to the JSON property `entitiesRevisionId`
42804280
# @return [String]
42814281
attr_accessor :entities_revision_id
@@ -4407,7 +4407,7 @@ def update!(**args)
44074407
class GoogleCloudDocumentaiV1beta3DocumentBlobAsset
44084408
include Google::Apis::Core::Hashable
44094409

4410-
# Optional. The id of the blob asset.
4410+
# Optional. The ID of the blob asset.
44114411
# Corresponds to the JSON property `assetId`
44124412
# @return [String]
44134413
attr_accessor :asset_id
@@ -4620,20 +4620,20 @@ class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkImageChunkField
46204620
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations]
46214621
attr_accessor :annotations
46224622

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

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

4636-
# Optional. Google Cloud Storage uri of the image.
4636+
# Optional. Google Cloud Storage URI of the image.
46374637
# Corresponds to the JSON property `gcsUri`
46384638
# @return [String]
46394639
attr_accessor :gcs_uri
@@ -4755,20 +4755,20 @@ class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayou
47554755
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations]
47564756
attr_accessor :annotations
47574757

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

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

4771-
# Optional. Google Cloud Storage uri of the image.
4771+
# Optional. Google Cloud Storage URI of the image.
47724772
# Corresponds to the JSON property `gcsUri`
47734773
# @return [String]
47744774
attr_accessor :gcs_uri
@@ -5199,8 +5199,8 @@ class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue
51995199
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
52005200
attr_accessor :money_value
52015201

5202-
# A signature - a graphical representation of a person's name, often used to
5203-
# sign a document.
5202+
# A signature, which is a graphical representation of a person's name, often
5203+
# used to sign a document.
52045204
# Corresponds to the JSON property `signatureValue`
52055205
# @return [Boolean]
52065206
attr_accessor :signature_value
@@ -5376,7 +5376,7 @@ def update!(**args)
53765376
class GoogleCloudDocumentaiV1beta3DocumentIdGcsManagedDocumentId
53775377
include Google::Apis::Core::Hashable
53785378

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

5405-
# Required. The id of the document.
5405+
# Required. The ID of the document.
54065406
# Corresponds to the JSON property `docId`
54075407
# @return [String]
54085408
attr_accessor :doc_id
@@ -6575,7 +6575,7 @@ def update!(**args)
65756575
class GoogleCloudDocumentaiV1beta3DocumentProvenance
65766576
include Google::Apis::Core::Hashable
65776577

6578-
# The Id of this operation. Needs to be unique within the scope of the revision.
6578+
# The ID of this operation. Needs to be unique within the scope of the revision.
65796579
# Corresponds to the JSON property `id`
65806580
# @return [Fixnum]
65816581
attr_accessor :id
@@ -6613,7 +6613,7 @@ def update!(**args)
66136613
class GoogleCloudDocumentaiV1beta3DocumentProvenanceParent
66146614
include Google::Apis::Core::Hashable
66156615

6616-
# The id of the parent provenance.
6616+
# The ID of the parent provenance.
66176617
# Corresponds to the JSON property `id`
66186618
# @return [Fixnum]
66196619
attr_accessor :id
@@ -6645,7 +6645,7 @@ def update!(**args)
66456645
class GoogleCloudDocumentaiV1beta3DocumentRevision
66466646
include Google::Apis::Core::Hashable
66476647

6648-
# If the change was made by a person specify the name or id of that person.
6648+
# If the change was made by a person specify the name or ID of that person.
66496649
# Corresponds to the JSON property `agent`
66506650
# @return [String]
66516651
attr_accessor :agent
@@ -6661,7 +6661,7 @@ class GoogleCloudDocumentaiV1beta3DocumentRevision
66616661
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview]
66626662
attr_accessor :human_review
66636663

6664-
# Id of the revision, internally generated by doc proto storage. Unique within
6664+
# ID of the revision, internally generated by doc proto storage. Unique within
66656665
# the context of the document.
66666666
# Corresponds to the JSON property `id`
66676667
# @return [String]
@@ -6743,7 +6743,7 @@ class GoogleCloudDocumentaiV1beta3DocumentSchema
67436743
# @return [String]
67446744
attr_accessor :display_name
67456745

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

90479047
# Optional. SchemaVersion used by the Processor. It is the same as Processor's
90489048
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
9049-
# /schemas/`schema`/schemaVersions/`schema_version`
9049+
# /schemas/`schema`/schemaVersions/`schema_version`.
90509050
# Corresponds to the JSON property `activeSchemaVersion`
90519051
# @return [String]
90529052
attr_accessor :active_schema_version
@@ -10024,7 +10024,7 @@ class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTun
1002410024
# @return [Float]
1002510025
attr_accessor :learning_rate_multiplier
1002610026

10027-
# Optional. Resource name of a previously fine tuned version id to copy the
10027+
# Optional. Resource name of a previously fine tuned version ID to copy the
1002810028
# overwritten configs from. The base_processor_version should be newer than the
1002910029
# base processor version used to fine tune this provided processor version.
1003010030
# Format: `projects/`project`/locations/`location`/processors/`processor`/

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DocumentaiV1beta3
1818
# Version of the google-apis-documentai_v1beta3 gem
19-
GEM_VERSION = "0.127.0"
19+
GEM_VERSION = "0.128.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260503"
25+
REVISION = "20260706"
2626
end
2727
end
2828
end

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ def get_project_location_processor_dataset_dataset_schema(name, visible_fields_o
783783
# Required. The resource name of the dataset that the document belongs to .
784784
# Format: projects/`project`/locations/`location`/processors/`processor`/dataset
785785
# @param [String] document_id_gcs_managed_doc_id_cw_doc_id
786-
# Id of the document (indexed) managed by Content Warehouse.
786+
# ID of the document (indexed) managed by Content Warehouse.
787787
# @param [String] document_id_gcs_managed_doc_id_gcs_uri
788788
# Required. The Cloud Storage URI where the actual document is stored.
789789
# @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
795795
# @param [String] document_id_revision_ref_revision_id
796796
# Reads the revision given by the id.
797797
# @param [String] document_id_unmanaged_doc_id_doc_id
798-
# Required. The id of the document.
798+
# Required. The ID of the document.
799799
# @param [Fixnum] page_range_end
800800
# Last page number (one-based index) to be returned.
801801
# @param [Fixnum] page_range_start

0 commit comments

Comments
 (0)