google-apis-documentai_v1beta3 0.108.0 → 0.109.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: e93b4b633b21e52ac3355766b493e23f79b00537e65820057a0983873b3804e4
|
4
|
+
data.tar.gz: 6f4842d2452d3c1fafec8d236cea8b329873f504d75d2cb3f33acba21d5c0300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da414a29da24eea10fd25aa7c2de09c0f3667a7f1cc777ad1af2c9e01836473477eebef281bf6e009569c123eb6ad6d42fb8c801e74cc4c92b8fd0d8585dbfcb
|
7
|
+
data.tar.gz: 68f6664947710ba834bc3cf77518d3143b56a96341217a5c3c6bda8842a69bafb16404fd0dd4a3813b530a2ab95db2f37068936c8f3a905fc3413af008039971
|
data/CHANGELOG.md
CHANGED
@@ -7164,7 +7164,7 @@ module Google
|
|
7164
7164
|
class GoogleCloudDocumentaiV1beta3Processor
|
7165
7165
|
include Google::Apis::Core::Hashable
|
7166
7166
|
|
7167
|
-
# The time the processor was created.
|
7167
|
+
# Output only. The time the processor was created.
|
7168
7168
|
# Corresponds to the JSON property `createTime`
|
7169
7169
|
# @return [String]
|
7170
7170
|
attr_accessor :create_time
|
@@ -7331,7 +7331,7 @@ module Google
|
|
7331
7331
|
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
7332
7332
|
include Google::Apis::Core::Hashable
|
7333
7333
|
|
7334
|
-
# The time the processor version was created.
|
7334
|
+
# Output only. The time the processor version was created.
|
7335
7335
|
# Corresponds to the JSON property `createTime`
|
7336
7336
|
# @return [String]
|
7337
7337
|
attr_accessor :create_time
|
@@ -7362,12 +7362,12 @@ module Google
|
|
7362
7362
|
attr_accessor :google_managed
|
7363
7363
|
alias_method :google_managed?, :google_managed
|
7364
7364
|
|
7365
|
-
# The KMS key name used for encryption.
|
7365
|
+
# Output only. The KMS key name used for encryption.
|
7366
7366
|
# Corresponds to the JSON property `kmsKeyName`
|
7367
7367
|
# @return [String]
|
7368
7368
|
attr_accessor :kms_key_name
|
7369
7369
|
|
7370
|
-
# The KMS key version with which data is encrypted.
|
7370
|
+
# Output only. The KMS key version with which data is encrypted.
|
7371
7371
|
# Corresponds to the JSON property `kmsKeyVersionName`
|
7372
7372
|
# @return [String]
|
7373
7373
|
attr_accessor :kms_key_version_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.109.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_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.109.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.109.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:
|