File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
generated/google-apis-documentai_v1beta3
lib/google/apis/documentai_v1beta3 Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-documentai_v1beta3
22
3+ ### v0.112.0 (2025-09-28)
4+
5+ * Regenerated from discovery document revision 20250922
6+
37### v0.111.0 (2025-09-21)
48
59* Regenerated from discovery document revision 20250914
Original file line number Diff line number Diff line change @@ -7408,13 +7408,6 @@ def update!(**args)
74087408 class GoogleCloudDocumentaiV1beta3Processor
74097409 include Google ::Apis ::Core ::Hashable
74107410
7411- # Optional. SchemaVersion used by the Processor. It is the same as Processor's
7412- # DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
7413- # /schemas/`schema`/schemaVersions/`schema_version`
7414- # Corresponds to the JSON property `activeSchemaVersion`
7415- # @return [String]
7416- attr_accessor :active_schema_version
7417-
74187411 # Output only. The time the processor was created.
74197412 # Corresponds to the JSON property `createTime`
74207413 # @return [String]
@@ -7482,7 +7475,6 @@ def initialize(**args)
74827475
74837476 # Update properties of this object
74847477 def update! ( **args )
7485- @active_schema_version = args [ :active_schema_version ] if args . key? ( :active_schema_version )
74867478 @create_time = args [ :create_time ] if args . key? ( :create_time )
74877479 @default_processor_version = args [ :default_processor_version ] if args . key? ( :default_processor_version )
74887480 @display_name = args [ :display_name ] if args . key? ( :display_name )
Original file line number Diff line number Diff 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.111 .0"
19+ GEM_VERSION = "0.112 .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
2828end
Original file line number Diff line number Diff line change @@ -4017,7 +4017,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
40174017 class GoogleCloudDocumentaiV1beta3Processor
40184018 # @private
40194019 class Representation < Google ::Apis ::Core ::JsonRepresentation
4020- property :active_schema_version , as : 'activeSchemaVersion'
40214020 property :create_time , as : 'createTime'
40224021 property :default_processor_version , as : 'defaultProcessorVersion'
40234022 property :display_name , as : 'displayName'
You can’t perform that action at this time.
0 commit comments