google-apis-documentai_v1 0.98.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 +8 -0
- data/lib/google/apis/documentai_v1/classes.rb +26 -24
- 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1
|
2
2
|
|
3
|
+
### v0.100.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250716
|
6
|
+
|
7
|
+
### v0.99.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250616
|
10
|
+
|
3
11
|
### v0.98.0 (2025-05-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250521
|
@@ -2433,16 +2433,17 @@ module Google
|
|
2433
2433
|
class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
|
2434
2434
|
include Google::Apis::Core::Hashable
|
2435
2435
|
|
2436
|
-
# Represents a postal address
|
2437
|
-
#
|
2438
|
-
#
|
2439
|
-
# locations
|
2440
|
-
# created by user input or from importing existing data, depending on the
|
2441
|
-
# of process. Advice on address input or editing: - Use an
|
2442
|
-
# ready address widget such as https://github.com/google/
|
2443
|
-
# Users should not be presented with UI elements for input or
|
2444
|
-
# outside countries where that field is used. For more
|
2445
|
-
# this schema, see: https://support.google.com/business/
|
2436
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
2437
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
2438
|
+
# box, or similar. A postal address is not intended to model geographical
|
2439
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
2440
|
+
# be created by user input or from importing existing data, depending on the
|
2441
|
+
# type of process. Advice on address input or editing: - Use an
|
2442
|
+
# internationalization-ready address widget such as https://github.com/google/
|
2443
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
2444
|
+
# editing of fields outside countries where that field is used. For more
|
2445
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
2446
|
+
# answer/6397478.
|
2446
2447
|
# Corresponds to the JSON property `addressValue`
|
2447
2448
|
# @return [Google::Apis::DocumentaiV1::GoogleTypePostalAddress]
|
2448
2449
|
attr_accessor :address_value
|
@@ -5337,7 +5338,7 @@ module Google
|
|
5337
5338
|
class GoogleCloudDocumentaiV1Processor
|
5338
5339
|
include Google::Apis::Core::Hashable
|
5339
5340
|
|
5340
|
-
# The time the processor was created.
|
5341
|
+
# Output only. The time the processor was created.
|
5341
5342
|
# Corresponds to the JSON property `createTime`
|
5342
5343
|
# @return [String]
|
5343
5344
|
attr_accessor :create_time
|
@@ -5504,7 +5505,7 @@ module Google
|
|
5504
5505
|
class GoogleCloudDocumentaiV1ProcessorVersion
|
5505
5506
|
include Google::Apis::Core::Hashable
|
5506
5507
|
|
5507
|
-
# The time the processor version was created.
|
5508
|
+
# Output only. The time the processor version was created.
|
5508
5509
|
# Corresponds to the JSON property `createTime`
|
5509
5510
|
# @return [String]
|
5510
5511
|
attr_accessor :create_time
|
@@ -5535,12 +5536,12 @@ module Google
|
|
5535
5536
|
attr_accessor :google_managed
|
5536
5537
|
alias_method :google_managed?, :google_managed
|
5537
5538
|
|
5538
|
-
# The KMS key name used for encryption.
|
5539
|
+
# Output only. The KMS key name used for encryption.
|
5539
5540
|
# Corresponds to the JSON property `kmsKeyName`
|
5540
5541
|
# @return [String]
|
5541
5542
|
attr_accessor :kms_key_name
|
5542
5543
|
|
5543
|
-
# The KMS key version with which data is encrypted.
|
5544
|
+
# Output only. The KMS key version with which data is encrypted.
|
5544
5545
|
# Corresponds to the JSON property `kmsKeyVersionName`
|
5545
5546
|
# @return [String]
|
5546
5547
|
attr_accessor :kms_key_version_name
|
@@ -7801,16 +7802,17 @@ module Google
|
|
7801
7802
|
end
|
7802
7803
|
end
|
7803
7804
|
|
7804
|
-
# Represents a postal address
|
7805
|
-
#
|
7806
|
-
#
|
7807
|
-
# locations
|
7808
|
-
# created by user input or from importing existing data, depending on the
|
7809
|
-
# of process. Advice on address input or editing: - Use an
|
7810
|
-
# ready address widget such as https://github.com/google/
|
7811
|
-
# Users should not be presented with UI elements for input or
|
7812
|
-
# outside countries where that field is used. For more
|
7813
|
-
# this schema, see: https://support.google.com/business/
|
7805
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
7806
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
7807
|
+
# box, or similar. A postal address is not intended to model geographical
|
7808
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
7809
|
+
# be created by user input or from importing existing data, depending on the
|
7810
|
+
# type of process. Advice on address input or editing: - Use an
|
7811
|
+
# internationalization-ready address widget such as https://github.com/google/
|
7812
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
7813
|
+
# editing of fields outside countries where that field is used. For more
|
7814
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
7815
|
+
# answer/6397478.
|
7814
7816
|
class GoogleTypePostalAddress
|
7815
7817
|
include Google::Apis::Core::Hashable
|
7816
7818
|
|
@@ -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:
|