File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
generated/google-apis-documentai_v1
lib/google/apis/documentai_v1 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_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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments