google-apis-documentai_v1beta3 0.107.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/documentai_v1beta3/classes.rb +26 -24
- data/lib/google/apis/documentai_v1beta3/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: 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1beta3
|
2
2
|
|
3
|
+
### v0.109.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250716
|
6
|
+
|
7
|
+
### v0.108.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250616
|
10
|
+
|
3
11
|
### v0.107.0 (2025-05-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250521
|
@@ -3608,16 +3608,17 @@ module Google
|
|
3608
3608
|
class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue
|
3609
3609
|
include Google::Apis::Core::Hashable
|
3610
3610
|
|
3611
|
-
# Represents a postal address
|
3612
|
-
#
|
3613
|
-
#
|
3614
|
-
# locations
|
3615
|
-
# created by user input or from importing existing data, depending on the
|
3616
|
-
# of process. Advice on address input or editing: - Use an
|
3617
|
-
# ready address widget such as https://github.com/google/
|
3618
|
-
# Users should not be presented with UI elements for input or
|
3619
|
-
# outside countries where that field is used. For more
|
3620
|
-
# this schema, see: https://support.google.com/business/
|
3611
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
3612
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
3613
|
+
# box, or similar. A postal address is not intended to model geographical
|
3614
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
3615
|
+
# be created by user input or from importing existing data, depending on the
|
3616
|
+
# type of process. Advice on address input or editing: - Use an
|
3617
|
+
# internationalization-ready address widget such as https://github.com/google/
|
3618
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
3619
|
+
# editing of fields outside countries where that field is used. For more
|
3620
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
3621
|
+
# answer/6397478.
|
3621
3622
|
# Corresponds to the JSON property `addressValue`
|
3622
3623
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypePostalAddress]
|
3623
3624
|
attr_accessor :address_value
|
@@ -7163,7 +7164,7 @@ module Google
|
|
7163
7164
|
class GoogleCloudDocumentaiV1beta3Processor
|
7164
7165
|
include Google::Apis::Core::Hashable
|
7165
7166
|
|
7166
|
-
# The time the processor was created.
|
7167
|
+
# Output only. The time the processor was created.
|
7167
7168
|
# Corresponds to the JSON property `createTime`
|
7168
7169
|
# @return [String]
|
7169
7170
|
attr_accessor :create_time
|
@@ -7330,7 +7331,7 @@ module Google
|
|
7330
7331
|
class GoogleCloudDocumentaiV1beta3ProcessorVersion
|
7331
7332
|
include Google::Apis::Core::Hashable
|
7332
7333
|
|
7333
|
-
# The time the processor version was created.
|
7334
|
+
# Output only. The time the processor version was created.
|
7334
7335
|
# Corresponds to the JSON property `createTime`
|
7335
7336
|
# @return [String]
|
7336
7337
|
attr_accessor :create_time
|
@@ -7361,12 +7362,12 @@ module Google
|
|
7361
7362
|
attr_accessor :google_managed
|
7362
7363
|
alias_method :google_managed?, :google_managed
|
7363
7364
|
|
7364
|
-
# The KMS key name used for encryption.
|
7365
|
+
# Output only. The KMS key name used for encryption.
|
7365
7366
|
# Corresponds to the JSON property `kmsKeyName`
|
7366
7367
|
# @return [String]
|
7367
7368
|
attr_accessor :kms_key_name
|
7368
7369
|
|
7369
|
-
# The KMS key version with which data is encrypted.
|
7370
|
+
# Output only. The KMS key version with which data is encrypted.
|
7370
7371
|
# Corresponds to the JSON property `kmsKeyVersionName`
|
7371
7372
|
# @return [String]
|
7372
7373
|
attr_accessor :kms_key_version_name
|
@@ -8641,16 +8642,17 @@ module Google
|
|
8641
8642
|
end
|
8642
8643
|
end
|
8643
8644
|
|
8644
|
-
# Represents a postal address
|
8645
|
-
#
|
8646
|
-
#
|
8647
|
-
# locations
|
8648
|
-
# created by user input or from importing existing data, depending on the
|
8649
|
-
# of process. Advice on address input or editing: - Use an
|
8650
|
-
# ready address widget such as https://github.com/google/
|
8651
|
-
# Users should not be presented with UI elements for input or
|
8652
|
-
# outside countries where that field is used. For more
|
8653
|
-
# this schema, see: https://support.google.com/business/
|
8645
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
8646
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
8647
|
+
# box, or similar. A postal address is not intended to model geographical
|
8648
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
8649
|
+
# be created by user input or from importing existing data, depending on the
|
8650
|
+
# type of process. Advice on address input or editing: - Use an
|
8651
|
+
# internationalization-ready address widget such as https://github.com/google/
|
8652
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
8653
|
+
# editing of fields outside countries where that field is used. For more
|
8654
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
8655
|
+
# answer/6397478.
|
8654
8656
|
class GoogleTypePostalAddress
|
8655
8657
|
include Google::Apis::Core::Hashable
|
8656
8658
|
|
@@ -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:
|