google-apis-documentai_v1 0.98.0 → 0.99.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 +22 -20
- 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: 849a268b6cb418217a217fbd7d6b0a62a2718a731b70df172d63307b41fcba42
|
4
|
+
data.tar.gz: 8350a16b38575f478e9c7bf57330d137331edcfcf6fea380c138dc0875b8c3ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ed036657f6baed8e5e69fa219098ab4b5389a1218fbc59f186cfe5623119054960f2800af869fec148327b14071c303ea4937d19a2a7bcd7a62f43b8074ef4
|
7
|
+
data.tar.gz: '081acd6c33497dd2ec99b93a27f633592f4c1b1d0edea1874ceb2fe81a44b702348f3aaf916cd06673ba3c339d0e81aa0169aa51508dee368c6c832100140823'
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.99.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 = "20250616"
|
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.99.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.99.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:
|