google-apis-documentai_v1 0.95.0 → 0.96.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: f55367931583615323dda81a527a2819d78ead2a6a358951c2370d6992fad8a3
4
- data.tar.gz: 1e5e82f933832e6b594b4f1f31677f1ca6392e046de655f119173b2f91a41507
3
+ metadata.gz: dd4dc6e91253f631bac71d66163f8f115727e0972404f8cfc666513eb915e9d7
4
+ data.tar.gz: ab1d7abb89f38b01741b16ac4f4f213ec00ac18891d715e0cad3e7b049fa9f59
5
5
  SHA512:
6
- metadata.gz: a583eb34555b10f6d8fb97451df4b667c5ef36e5d263fb9bf6a8fc019683988855013575410223d89d29d33ace648ac34fd186c82a4a30f2d0cd234d517ac5ac
7
- data.tar.gz: 34e01a7529ad2ba5d01253203a9da337fb2b0a74825a674479c6dcfea61ec6b551c8300051c20020b02e28fd022ec6b9d35da0f4ac4a947fdc48ab3a91526000
6
+ metadata.gz: 82d69ec7eb141e4e93df3fb426aa24998f8e67e17e104c29e53ce49e0e697be8a212a08e96cdda561b92cbfe3eedffec2f73b877d7fb6d3a8c2f2b70413731f7
7
+ data.tar.gz: 67b1f143d3ecf3d2b36074692a6f8134351054ecc016a107dfedf482575a2df77d9ef24ee632e1f48dd938ef484a8c1538c3b206f1651ac15676a50845a251b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.96.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250421
6
+
3
7
  ### v0.95.0 (2025-04-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20250416
@@ -3944,6 +3944,11 @@ module Google
3944
3944
  # @return [String]
3945
3945
  attr_accessor :display_name
3946
3946
 
3947
+ # Grounding config of the entity type.
3948
+ # Corresponds to the JSON property `groundingConfig`
3949
+ # @return [String]
3950
+ attr_accessor :grounding_config
3951
+
3947
3952
  # The name of the property. Follows the same guidelines as the EntityType name.
3948
3953
  # Corresponds to the JSON property `name`
3949
3954
  # @return [String]
@@ -3968,6 +3973,7 @@ module Google
3968
3973
  # Update properties of this object
3969
3974
  def update!(**args)
3970
3975
  @display_name = args[:display_name] if args.key?(:display_name)
3976
+ @grounding_config = args[:grounding_config] if args.key?(:grounding_config)
3971
3977
  @name = args[:name] if args.key?(:name)
3972
3978
  @occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
3973
3979
  @value_type = args[:value_type] if args.key?(:value_type)
@@ -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.95.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250416"
25
+ REVISION = "20250421"
26
26
  end
27
27
  end
28
28
  end
@@ -2759,6 +2759,7 @@ module Google
2759
2759
  # @private
2760
2760
  class Representation < Google::Apis::Core::JsonRepresentation
2761
2761
  property :display_name, as: 'displayName'
2762
+ property :grounding_config, as: 'groundingConfig'
2762
2763
  property :name, as: 'name'
2763
2764
  property :occurrence_type, as: 'occurrenceType'
2764
2765
  property :value_type, as: 'valueType'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.96.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: