Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-documentai_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-documentai_v1

### v0.105.0 (2025-09-28)

* Regenerated from discovery document revision 20250922

### v0.104.0 (2025-09-21)

* Regenerated from discovery document revision 20250914
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5577,13 +5577,6 @@ def update!(**args)
class GoogleCloudDocumentaiV1Processor
include Google::Apis::Core::Hashable

# Optional. SchemaVersion used by the Processor. It is the same as Processor's
# DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
# /schemas/`schema`/schemaVersions/`schema_version`
# Corresponds to the JSON property `activeSchemaVersion`
# @return [String]
attr_accessor :active_schema_version

# Output only. The time the processor was created.
# Corresponds to the JSON property `createTime`
# @return [String]
Expand Down Expand Up @@ -5651,7 +5644,6 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@active_schema_version = args[:active_schema_version] if args.key?(:active_schema_version)
@create_time = args[:create_time] if args.key?(:create_time)
@default_processor_version = args[:default_processor_version] if args.key?(:default_processor_version)
@display_name = args[:display_name] if args.key?(:display_name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DocumentaiV1
# Version of the google-apis-documentai_v1 gem
GEM_VERSION = "0.104.0"
GEM_VERSION = "0.105.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250914"
REVISION = "20250922"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudDocumentaiV1Processor
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :active_schema_version, as: 'activeSchemaVersion'
property :create_time, as: 'createTime'
property :default_processor_version, as: 'defaultProcessorVersion'
property :display_name, as: 'displayName'
Expand Down
Loading