google-apis-documentai_v1 0.99.0 → 0.100.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +4 -4
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e73e4dbbed32b9d589864066826a08ae3bae99542f71d54aff171cc49db351d7
|
4
|
+
data.tar.gz: 874c1e2ff0930ed56787fac15abe5fad9be780ba6380d8fa064f940f3dc0c57d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c769bcc93045c595e517727ae4af5d454a423d65b0eb12b3d21b1a3e8996e1214ffa55336df809fa36f4e3f8497b9f8d20ba34af88f266a4cdda88f71a5e382d
|
7
|
+
data.tar.gz: 6522a26cc36bb3b9b55fe1d6907b28bc90788eded49c91b62f1e984e48089fbf97b1013483b79513902244641010dd5d06457df70ee09e1e26c79812f63d0b84
|
data/CHANGELOG.md
CHANGED
@@ -5338,7 +5338,7 @@ module Google
|
|
5338
5338
|
class GoogleCloudDocumentaiV1Processor
|
5339
5339
|
include Google::Apis::Core::Hashable
|
5340
5340
|
|
5341
|
-
# The time the processor was created.
|
5341
|
+
# Output only. The time the processor was created.
|
5342
5342
|
# Corresponds to the JSON property `createTime`
|
5343
5343
|
# @return [String]
|
5344
5344
|
attr_accessor :create_time
|
@@ -5505,7 +5505,7 @@ module Google
|
|
5505
5505
|
class GoogleCloudDocumentaiV1ProcessorVersion
|
5506
5506
|
include Google::Apis::Core::Hashable
|
5507
5507
|
|
5508
|
-
# The time the processor version was created.
|
5508
|
+
# Output only. The time the processor version was created.
|
5509
5509
|
# Corresponds to the JSON property `createTime`
|
5510
5510
|
# @return [String]
|
5511
5511
|
attr_accessor :create_time
|
@@ -5536,12 +5536,12 @@ module Google
|
|
5536
5536
|
attr_accessor :google_managed
|
5537
5537
|
alias_method :google_managed?, :google_managed
|
5538
5538
|
|
5539
|
-
# The KMS key name used for encryption.
|
5539
|
+
# Output only. The KMS key name used for encryption.
|
5540
5540
|
# Corresponds to the JSON property `kmsKeyName`
|
5541
5541
|
# @return [String]
|
5542
5542
|
attr_accessor :kms_key_name
|
5543
5543
|
|
5544
|
-
# The KMS key version with which data is encrypted.
|
5544
|
+
# Output only. The KMS key version with which data is encrypted.
|
5545
5545
|
# Corresponds to the JSON property `kmsKeyVersionName`
|
5546
5546
|
# @return [String]
|
5547
5547
|
attr_accessor :kms_key_version_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.100.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 = "20250716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.100.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.100.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|