Skip to content

Commit e703e7e

Browse files
feat: Automated regeneration of documentai v1 client (#24327)
Auto-created at 2025-09-21 09:32:24 +0000 using the toys pull request generator.
1 parent 5749924 commit e703e7e

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235211,6 +235211,7 @@
235211235211
"/documentai:v1/GoogleCloudDocumentaiV1ProcessResponse/document": document
235212235212
"/documentai:v1/GoogleCloudDocumentaiV1ProcessResponse/humanReviewStatus": human_review_status
235213235213
"/documentai:v1/GoogleCloudDocumentaiV1Processor": google_cloud_documentai_v1_processor
235214+
"/documentai:v1/GoogleCloudDocumentaiV1Processor/activeSchemaVersion": active_schema_version
235214235215
"/documentai:v1/GoogleCloudDocumentaiV1Processor/createTime": create_time
235215235216
"/documentai:v1/GoogleCloudDocumentaiV1Processor/defaultProcessorVersion": default_processor_version
235216235217
"/documentai:v1/GoogleCloudDocumentaiV1Processor/displayName": display_name

generated/google-apis-documentai_v1/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_v1
22

3+
### v0.104.0 (2025-09-21)
4+
5+
* Regenerated from discovery document revision 20250914
6+
37
### v0.103.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250908

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5577,6 +5577,13 @@ def update!(**args)
55775577
class GoogleCloudDocumentaiV1Processor
55785578
include Google::Apis::Core::Hashable
55795579

5580+
# Optional. SchemaVersion used by the Processor. It is the same as Processor's
5581+
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
5582+
# /schemas/`schema`/schemaVersions/`schema_version`
5583+
# Corresponds to the JSON property `activeSchemaVersion`
5584+
# @return [String]
5585+
attr_accessor :active_schema_version
5586+
55805587
# Output only. The time the processor was created.
55815588
# Corresponds to the JSON property `createTime`
55825589
# @return [String]
@@ -5644,6 +5651,7 @@ def initialize(**args)
56445651

56455652
# Update properties of this object
56465653
def update!(**args)
5654+
@active_schema_version = args[:active_schema_version] if args.key?(:active_schema_version)
56475655
@create_time = args[:create_time] if args.key?(:create_time)
56485656
@default_processor_version = args[:default_processor_version] if args.key?(:default_processor_version)
56495657
@display_name = args[:display_name] if args.key?(:display_name)
@@ -6292,7 +6300,7 @@ def update!(**args)
62926300
class GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions
62936301
include Google::Apis::Core::Hashable
62946302

6295-
# Training method to use for CDE training.
6303+
# Optional. Training method to use for CDE training.
62966304
# Corresponds to the JSON property `trainingMethod`
62976305
# @return [String]
62986306
attr_accessor :training_method

generated/google-apis-documentai_v1/lib/google/apis/documentai_v1/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 DocumentaiV1
1818
# Version of the google-apis-documentai_v1 gem
19-
GEM_VERSION = "0.103.0"
19+
GEM_VERSION = "0.104.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 = "20250908"
25+
REVISION = "20250914"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3280,6 +3280,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
32803280
class GoogleCloudDocumentaiV1Processor
32813281
# @private
32823282
class Representation < Google::Apis::Core::JsonRepresentation
3283+
property :active_schema_version, as: 'activeSchemaVersion'
32833284
property :create_time, as: 'createTime'
32843285
property :default_processor_version, as: 'defaultProcessorVersion'
32853286
property :display_name, as: 'displayName'

0 commit comments

Comments
 (0)