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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94c05daff8fb6635b3a666bc75baa31f96da7f7ca35214ee12f85fa36764ad14
4
- data.tar.gz: 8f939e4d5c8d8d60caca7dd6bed3127bb3d63252d6eb9503d028454ac4ec054e
3
+ metadata.gz: 849a268b6cb418217a217fbd7d6b0a62a2718a731b70df172d63307b41fcba42
4
+ data.tar.gz: 8350a16b38575f478e9c7bf57330d137331edcfcf6fea380c138dc0875b8c3ff
5
5
  SHA512:
6
- metadata.gz: 1506c4f29e5ee0dccc5472628c55b73427c7ea28fd291d4c11114a4d2fad7a978e55763558b1a4a3ea43d9b45e88d9b7b7a161776ae1e8114dafdc2e96252f19
7
- data.tar.gz: c9475ab2f4743b7283abe31dee48f6e20630c79a24ccfff97004aa771c69f3249ddcd89d72ed2fd8ad1c03fb44219e3e258b05ee2178cef761375b9f0c95ce4b
6
+ metadata.gz: 37ed036657f6baed8e5e69fa219098ab4b5389a1218fbc59f186cfe5623119054960f2800af869fec148327b14071c303ea4937d19a2a7bcd7a62f43b8074ef4
7
+ data.tar.gz: '081acd6c33497dd2ec99b93a27f633592f4c1b1d0edea1874ceb2fe81a44b702348f3aaf916cd06673ba3c339d0e81aa0169aa51508dee368c6c832100140823'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.98.0 (2025-05-25)
4
8
 
5
9
  * 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 (for example, for postal delivery or payments
2437
- # addresses). Given a postal address, a postal service can deliver items to a
2438
- # premise, P.O. box or similar. It is not intended to model geographical
2439
- # locations (roads, towns, mountains). In typical usage, an address would be
2440
- # created by user input or from importing existing data, depending on the type
2441
- # of process. Advice on address input or editing: - Use an internationalization-
2442
- # ready address widget such as https://github.com/google/libaddressinput. -
2443
- # Users should not be presented with UI elements for input or editing of fields
2444
- # outside countries where that field is used. For more guidance on how to use
2445
- # this schema, see: https://support.google.com/business/answer/6397478.
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 (for example, for postal delivery or payments
7805
- # addresses). Given a postal address, a postal service can deliver items to a
7806
- # premise, P.O. box or similar. It is not intended to model geographical
7807
- # locations (roads, towns, mountains). In typical usage, an address would be
7808
- # created by user input or from importing existing data, depending on the type
7809
- # of process. Advice on address input or editing: - Use an internationalization-
7810
- # ready address widget such as https://github.com/google/libaddressinput. -
7811
- # Users should not be presented with UI elements for input or editing of fields
7812
- # outside countries where that field is used. For more guidance on how to use
7813
- # this schema, see: https://support.google.com/business/answer/6397478.
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.98.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 = "20250521"
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.98.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.98.0
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: