google-apis-documentai_v1beta3 0.107.0 → 0.108.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_v1beta3/classes.rb +22 -20
- 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: 9beeadcdcfc4893d8371ea5ab2d4b07af52c2998da9fb9555aaa37b504363450
|
4
|
+
data.tar.gz: fd6edf09088a1a3427257ccb1b17e354e658bae0bcd6debaf9a5dd8e84516020
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 848bf775abf252303b496621b1706907dff02b35938a2ae5446ba055fb8738b16a37322fe5cff7ae478f33df316037d05dba804d8a0d5fc334a10adee81ea1ee
|
7
|
+
data.tar.gz: 4aede50e42abe712881ce2f570467f58ee3f7a6055a9a9a1a32cf6e23660d49916678204772e7471cf06394c8c3bf11bd31a034aa2864e5b25ea35829c4ac6b6
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.108.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_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.108.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.108.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:
|