google-apis-documentai_v1beta3 0.111.0 → 0.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7145d43728a6b4352af41ad08ead27a70ab9586bdb1348cb9e2a5b6cd28552bb
|
4
|
+
data.tar.gz: ad4a643c5defa7fb03d94d1738007989c0bc08c11878d8257d302e65b7a282b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a20cd5073decba500fbf8a2011c71ff90a676652f52dcc3203fde32c92764638877d1f4bdedef4a1926febb290b77593def7fce51e1efd55317ce3888ee15d
|
7
|
+
data.tar.gz: 3682ffdbba0469c13597e58425561081c8c8b439f8524e4fad825bd618192627a4ce2b886fe36490696d45415f2bd2215243f52e597e063c219e521885696413
|
data/CHANGELOG.md
CHANGED
@@ -7408,13 +7408,6 @@ module Google
|
|
7408
7408
|
class GoogleCloudDocumentaiV1beta3Processor
|
7409
7409
|
include Google::Apis::Core::Hashable
|
7410
7410
|
|
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
|
-
|
7418
7411
|
# Output only. The time the processor was created.
|
7419
7412
|
# Corresponds to the JSON property `createTime`
|
7420
7413
|
# @return [String]
|
@@ -7482,7 +7475,6 @@ module Google
|
|
7482
7475
|
|
7483
7476
|
# Update properties of this object
|
7484
7477
|
def update!(**args)
|
7485
|
-
@active_schema_version = args[:active_schema_version] if args.key?(:active_schema_version)
|
7486
7478
|
@create_time = args[:create_time] if args.key?(:create_time)
|
7487
7479
|
@default_processor_version = args[:default_processor_version] if args.key?(:default_processor_version)
|
7488
7480
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta3
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.112.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250922"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4017,7 +4017,6 @@ module Google
|
|
4017
4017
|
class GoogleCloudDocumentaiV1beta3Processor
|
4018
4018
|
# @private
|
4019
4019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4020
|
-
property :active_schema_version, as: 'activeSchemaVersion'
|
4021
4020
|
property :create_time, as: 'createTime'
|
4022
4021
|
property :default_processor_version, as: 'defaultProcessorVersion'
|
4023
4022
|
property :display_name, as: 'displayName'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.112.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.112.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|