Skip to content

Commit 3e99124

Browse files
feat: Automated regeneration of documentai v1 client (#24410)
Auto-created at 2025-09-28 09:49:37 +0000 using the toys pull request generator.
1 parent c5d61af commit 3e99124

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

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.105.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250922
6+
37
### v0.104.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250914

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5577,13 +5577,6 @@ 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-
55875580
# Output only. The time the processor was created.
55885581
# Corresponds to the JSON property `createTime`
55895582
# @return [String]
@@ -5651,7 +5644,6 @@ def initialize(**args)
56515644

56525645
# Update properties of this object
56535646
def update!(**args)
5654-
@active_schema_version = args[:active_schema_version] if args.key?(:active_schema_version)
56555647
@create_time = args[:create_time] if args.key?(:create_time)
56565648
@default_processor_version = args[:default_processor_version] if args.key?(:default_processor_version)
56575649
@display_name = args[:display_name] if args.key?(:display_name)

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.104.0"
19+
GEM_VERSION = "0.105.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 = "20250914"
25+
REVISION = "20250922"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,6 @@ 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'
32843283
property :create_time, as: 'createTime'
32853284
property :default_processor_version, as: 'defaultProcessorVersion'
32863285
property :display_name, as: 'displayName'

0 commit comments

Comments
 (0)