google-apis-documentai_v1 0.109.0 → 0.111.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: 1dc74898e17223608c8f8497bdae29392fd6ad287a6257552a01cf98be5b0c18
4
- data.tar.gz: db1116484075d193de7600859ba39ba64b872b7f5b9885a0904cca6ba8f697a2
3
+ metadata.gz: 40f162721bcededa67d56dfb322268d487a8e54aa48e75264b20cb3dafe800b7
4
+ data.tar.gz: 747d5166c5b1a716c1ddf483b38e81198b560bec8fb93503b46da54940e99e9e
5
5
  SHA512:
6
- metadata.gz: e26ec68a80ac460e22a519bb2a89385f3bf38c130fafc07aa42c110be04a2c66394e641f85f006d53e6a659f34dd0d1aaf97a3fadbe778d90307acea0007f97b
7
- data.tar.gz: 290b2431addf3aac694ca6ce8810f9342d4017d3c44d96cc5730ea5d7fe61b92eeb86ded721473034d53fe9c01fc3a41658c3cf29e36dd345c4e0c859db31a81
6
+ metadata.gz: 7e1aa1e3ff481e945349aa735b5d5762b3b641fc4eb4d1c57c5e0ca361dbabc781f77f811dc5e91b70c08741ad85185f71cb93eee169503534bd811574bc5ef5
7
+ data.tar.gz: 5ecca92c6d745b82364773c9a404d320915f0183b3fdedfde3db9b47a7d126bc3f5852bcd9bbab4ba02ad72a47c11ba1b67c09b16060458e27aa2766b904fee3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.111.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251209
6
+
7
+ ### v0.110.0 (2025-12-07)
8
+
9
+ * Regenerated from discovery document revision 20251202
10
+
3
11
  ### v0.109.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251030
@@ -942,6 +942,13 @@ module Google
942
942
  # @return [String]
943
943
  attr_accessor :display_name
944
944
 
945
+ # Optional. Document level prompt provided by the user. This custom text is
946
+ # injected into the AI model's prompt to provide extra, document-wide guidance
947
+ # for processing.
948
+ # Corresponds to the JSON property `documentPrompt`
949
+ # @return [String]
950
+ attr_accessor :document_prompt
951
+
945
952
  # Entity types of the schema.
946
953
  # Corresponds to the JSON property `entityTypes`
947
954
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType>]
@@ -960,6 +967,7 @@ module Google
960
967
  def update!(**args)
961
968
  @description = args[:description] if args.key?(:description)
962
969
  @display_name = args[:display_name] if args.key?(:display_name)
970
+ @document_prompt = args[:document_prompt] if args.key?(:document_prompt)
963
971
  @entity_types = args[:entity_types] if args.key?(:entity_types)
964
972
  @metadata = args[:metadata] if args.key?(:metadata)
965
973
  end
@@ -6712,7 +6720,7 @@ module Google
6712
6720
  # @return [String]
6713
6721
  attr_accessor :create_time
6714
6722
 
6715
- # Optional. The user-defined name of the Schema.
6723
+ # Required. The user-defined name of the Schema.
6716
6724
  # Corresponds to the JSON property `displayName`
6717
6725
  # @return [String]
6718
6726
  attr_accessor :display_name
@@ -7769,7 +7777,7 @@ module Google
7769
7777
  # @return [String]
7770
7778
  attr_accessor :create_time
7771
7779
 
7772
- # Optional. The user-defined name of the SchemaVersion.
7780
+ # Required. The user-defined name of the SchemaVersion.
7773
7781
  # Corresponds to the JSON property `displayName`
7774
7782
  # @return [String]
7775
7783
  attr_accessor :display_name
@@ -10139,8 +10147,9 @@ module Google
10139
10147
  attr_accessor :operations
10140
10148
 
10141
10149
  # Unordered list. Unreachable resources. Populated when the request sets `
10142
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
10143
- # when attempting to list all resources across all supported locations.
10150
+ # ListOperationsRequest.return_partial_success` and reads across collections.
10151
+ # For example, when attempting to list all resources across all supported
10152
+ # locations.
10144
10153
  # Corresponds to the JSON property `unreachable`
10145
10154
  # @return [Array<String>]
10146
10155
  attr_accessor :unreachable
@@ -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.109.0"
19
+ GEM_VERSION = "0.111.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 = "20251030"
25
+ REVISION = "20251209"
26
26
  end
27
27
  end
28
28
  end
@@ -2258,6 +2258,7 @@ module Google
2258
2258
  class Representation < Google::Apis::Core::JsonRepresentation
2259
2259
  property :description, as: 'description'
2260
2260
  property :display_name, as: 'displayName'
2261
+ property :document_prompt, as: 'documentPrompt'
2261
2262
  collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType::Representation
2262
2263
 
2263
2264
  property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata::Representation
@@ -275,11 +275,12 @@ module Google
275
275
  # The standard list page token.
276
276
  # @param [Boolean] return_partial_success
277
277
  # When set to `true`, operations that are reachable are returned as normal, and
278
- # those that are unreachable are returned in the [ListOperationsResponse.
279
- # unreachable] field. This can only be `true` when reading across collections e.
280
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
281
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
282
- # explicitly documented otherwise in service or product specific documentation.
278
+ # those that are unreachable are returned in the ListOperationsResponse.
279
+ # unreachable field. This can only be `true` when reading across collections.
280
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
281
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
282
+ # if set unless explicitly documented otherwise in service or product specific
283
+ # documentation.
283
284
  # @param [String] fields
284
285
  # Selector specifying which fields to include in a partial response.
285
286
  # @param [String] quota_user
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.109.0
4
+ version: 0.111.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.109.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.111.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: