google-apis-documentai_v1 0.97.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
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
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1
|
2
2
|
|
3
|
+
### v0.99.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250616
|
6
|
+
|
7
|
+
### v0.98.0 (2025-05-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250521
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.97.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250427
|
@@ -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
|
@@ -3951,10 +3952,10 @@ module Google
|
|
3951
3952
|
# @return [String]
|
3952
3953
|
attr_accessor :display_name
|
3953
3954
|
|
3954
|
-
#
|
3955
|
-
# Corresponds to the JSON property `
|
3955
|
+
# Specifies how the entity's value is obtained.
|
3956
|
+
# Corresponds to the JSON property `method`
|
3956
3957
|
# @return [String]
|
3957
|
-
attr_accessor :
|
3958
|
+
attr_accessor :method_prop
|
3958
3959
|
|
3959
3960
|
# The name of the property. Follows the same guidelines as the EntityType name.
|
3960
3961
|
# Corresponds to the JSON property `name`
|
@@ -3980,7 +3981,7 @@ module Google
|
|
3980
3981
|
# Update properties of this object
|
3981
3982
|
def update!(**args)
|
3982
3983
|
@display_name = args[:display_name] if args.key?(:display_name)
|
3983
|
-
@
|
3984
|
+
@method_prop = args[:method_prop] if args.key?(:method_prop)
|
3984
3985
|
@name = args[:name] if args.key?(:name)
|
3985
3986
|
@occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
|
3986
3987
|
@value_type = args[:value_type] if args.key?(:value_type)
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -2760,7 +2760,7 @@ module Google
|
|
2760
2760
|
# @private
|
2761
2761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2762
2762
|
property :display_name, as: 'displayName'
|
2763
|
-
property :
|
2763
|
+
property :method_prop, as: 'method'
|
2764
2764
|
property :name, as: 'name'
|
2765
2765
|
property :occurrence_type, as: 'occurrenceType'
|
2766
2766
|
property :value_type, as: 'valueType'
|
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Document AI API V1
|
79
79
|
test_files: []
|