google-apis-documentai_v1beta3 0.106.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffd770a80d11f0fcc1397d490c7f933d96247facf8ccf9f54c4b4fb33c61ac32
4
- data.tar.gz: e2e59114c43914974e9d588ce6c831721a4c5866e09a69b9173832085f4c0c5c
3
+ metadata.gz: 9beeadcdcfc4893d8371ea5ab2d4b07af52c2998da9fb9555aaa37b504363450
4
+ data.tar.gz: fd6edf09088a1a3427257ccb1b17e354e658bae0bcd6debaf9a5dd8e84516020
5
5
  SHA512:
6
- metadata.gz: 212dc21939631b0002b8dd78a1cb76b4deb934c58d76ee7fdabcc28a0133c0838239587deed91feabb3dfae088986ecabd5e803bf1ece1b510b356bcc57aceac
7
- data.tar.gz: 3a8e8b9c1b7d62e6dc18a4167834b85d03d9a7ae4a16e5bfcb2b4e9ffcb6c7816b07076d4ca5aa85415059a7cddcc12cbff15302a8a677c093cc606c4783966c
6
+ metadata.gz: 848bf775abf252303b496621b1706907dff02b35938a2ae5446ba055fb8738b16a37322fe5cff7ae478f33df316037d05dba804d8a0d5fc334a10adee81ea1ee
7
+ data.tar.gz: 4aede50e42abe712881ce2f570467f58ee3f7a6055a9a9a1a32cf6e23660d49916678204772e7471cf06394c8c3bf11bd31a034aa2864e5b25ea35829c4ac6b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.108.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250616
6
+
7
+ ### v0.107.0 (2025-05-25)
8
+
9
+ * Regenerated from discovery document revision 20250521
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.106.0 (2025-05-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20250427
@@ -3608,16 +3608,17 @@ module Google
3608
3608
  class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue
3609
3609
  include Google::Apis::Core::Hashable
3610
3610
 
3611
- # Represents a postal address (for example, for postal delivery or payments
3612
- # addresses). Given a postal address, a postal service can deliver items to a
3613
- # premise, P.O. box or similar. It is not intended to model geographical
3614
- # locations (roads, towns, mountains). In typical usage, an address would be
3615
- # created by user input or from importing existing data, depending on the type
3616
- # of process. Advice on address input or editing: - Use an internationalization-
3617
- # ready address widget such as https://github.com/google/libaddressinput. -
3618
- # Users should not be presented with UI elements for input or editing of fields
3619
- # outside countries where that field is used. For more guidance on how to use
3620
- # this schema, see: https://support.google.com/business/answer/6397478.
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
@@ -5267,10 +5268,10 @@ module Google
5267
5268
  # @return [String]
5268
5269
  attr_accessor :display_name
5269
5270
 
5270
- # Grounding config of the entity type.
5271
- # Corresponds to the JSON property `groundingConfig`
5271
+ # Specifies how the entity's value is obtained.
5272
+ # Corresponds to the JSON property `method`
5272
5273
  # @return [String]
5273
- attr_accessor :grounding_config
5274
+ attr_accessor :method_prop
5274
5275
 
5275
5276
  # The name of the property. Follows the same guidelines as the EntityType name.
5276
5277
  # Corresponds to the JSON property `name`
@@ -5302,7 +5303,7 @@ module Google
5302
5303
  def update!(**args)
5303
5304
  @description = args[:description] if args.key?(:description)
5304
5305
  @display_name = args[:display_name] if args.key?(:display_name)
5305
- @grounding_config = args[:grounding_config] if args.key?(:grounding_config)
5306
+ @method_prop = args[:method_prop] if args.key?(:method_prop)
5306
5307
  @name = args[:name] if args.key?(:name)
5307
5308
  @occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
5308
5309
  @property_metadata = args[:property_metadata] if args.key?(:property_metadata)
@@ -8641,16 +8642,17 @@ module Google
8641
8642
  end
8642
8643
  end
8643
8644
 
8644
- # Represents a postal address (for example, for postal delivery or payments
8645
- # addresses). Given a postal address, a postal service can deliver items to a
8646
- # premise, P.O. box or similar. It is not intended to model geographical
8647
- # locations (roads, towns, mountains). In typical usage, an address would be
8648
- # created by user input or from importing existing data, depending on the type
8649
- # of process. Advice on address input or editing: - Use an internationalization-
8650
- # ready address widget such as https://github.com/google/libaddressinput. -
8651
- # Users should not be presented with UI elements for input or editing of fields
8652
- # outside countries where that field is used. For more guidance on how to use
8653
- # this schema, see: https://support.google.com/business/answer/6397478.
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.106.0"
19
+ GEM_VERSION = "0.108.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250427"
25
+ REVISION = "20250616"
26
26
  end
27
27
  end
28
28
  end
@@ -3343,7 +3343,7 @@ module Google
3343
3343
  class Representation < Google::Apis::Core::JsonRepresentation
3344
3344
  property :description, as: 'description'
3345
3345
  property :display_name, as: 'displayName'
3346
- property :grounding_config, as: 'groundingConfig'
3346
+ property :method_prop, as: 'method'
3347
3347
  property :name, as: 'name'
3348
3348
  property :occurrence_type, as: 'occurrenceType'
3349
3349
  property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata::Representation
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.106.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.106.0
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:
@@ -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.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Document AI API V1beta3
79
79
  test_files: []