Skip to content

Commit 8884104

Browse files
feat: Automated regeneration of documentai v1beta3 client (googleapis#25468)
Auto-created at 2026-01-25 10:15:57 +0000 using the toys pull request generator.
1 parent a2b30f0 commit 8884104

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254063,6 +254063,7 @@
254063254063
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema": google_cloud_documentai_v1beta3_document_schema
254064254064
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/description": description
254065254065
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/displayName": display_name
254066+
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/documentPrompt": document_prompt
254066254067
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/entityTypes": entity_types
254067254068
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/entityTypes/entity_type": entity_type
254068254069
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3DocumentSchema/metadata": metadata

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.121.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260118
6+
37
### v0.120.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20260104

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6761,6 +6761,13 @@ class GoogleCloudDocumentaiV1beta3DocumentSchema
67616761
# @return [String]
67626762
attr_accessor :display_name
67636763

6764+
# Optional. Document level prompt provided by the user. This custom text is
6765+
# injected into the AI model's prompt to provide extra, document-wide guidance
6766+
# for processing.
6767+
# Corresponds to the JSON property `documentPrompt`
6768+
# @return [String]
6769+
attr_accessor :document_prompt
6770+
67646771
# Entity types of the schema.
67656772
# Corresponds to the JSON property `entityTypes`
67666773
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType>]
@@ -6779,6 +6786,7 @@ def initialize(**args)
67796786
def update!(**args)
67806787
@description = args[:description] if args.key?(:description)
67816788
@display_name = args[:display_name] if args.key?(:display_name)
6789+
@document_prompt = args[:document_prompt] if args.key?(:document_prompt)
67826790
@entity_types = args[:entity_types] if args.key?(:entity_types)
67836791
@metadata = args[:metadata] if args.key?(:metadata)
67846792
end

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.120.0"
19+
GEM_VERSION = "0.121.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4092,6 +4092,7 @@ class GoogleCloudDocumentaiV1beta3DocumentSchema
40924092
class Representation < Google::Apis::Core::JsonRepresentation
40934093
property :description, as: 'description'
40944094
property :display_name, as: 'displayName'
4095+
property :document_prompt, as: 'documentPrompt'
40954096
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType::Representation
40964097

40974098
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata::Representation

0 commit comments

Comments
 (0)