google-apis-documentai_v1beta3 0.119.0 → 0.121.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: 7352ed36e7169c159592a7375051fdb0fe3d2a29eb28434305825b8531be8e63
4
- data.tar.gz: 538b8bc6d395c4203e60c9b9c94625ac92c4b97d6c8ce8b255416c64388ddd2e
3
+ metadata.gz: dd4e148801b9a9f995252319fc8ff080add819d277fe33b617cd973b2a1375bd
4
+ data.tar.gz: 8ace5c93a86ba1d48127ff7dcafee27618041b6ad98b3caaff26393ed4b60ee7
5
5
  SHA512:
6
- metadata.gz: 9119afa09d68b7a0622594f139ad27a3cf0578294f22ce756a6d24bcd83a8c83663ca490570e5fee11d3cdaf05bc69493915b3809e6d5fb6473501ee46adde1d
7
- data.tar.gz: 0366d80024731f7b2a193a08dc8c27190f24a232d3de9eeee2f6389f55ab476c9f162fe379c6c8183ba12ed2acf8b9983da56a55405918ff7313153f925bf5ba
6
+ metadata.gz: d0e4e3ecd1091d5c32d527a2431dad219685fb86459e69f2d97a1040f147a9beb4f29ebb26ac7f4bee9692d72f97de32bcae5d70d44daf0580bbf7dd2ccde093
7
+ data.tar.gz: da43aad9d1488014233411e3dcbd00cbf654061974cdc51ab005f71b570a1c505c9aeca80299f1bd5cc95bb3090783a453c5c1c2d4ab3dc75b75eb6f92693d3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.121.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260118
6
+
7
+ ### v0.120.0 (2026-01-11)
8
+
9
+ * Regenerated from discovery document revision 20260104
10
+
3
11
  ### v0.119.0 (2025-12-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20251209
@@ -5031,6 +5031,12 @@ module Google
5031
5031
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput]
5032
5032
  attr_accessor :entity_validation_output
5033
5033
 
5034
+ # Structure to identify provenance relationships between annotations in
5035
+ # different revisions.
5036
+ # Corresponds to the JSON property `provenance`
5037
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance]
5038
+ attr_accessor :provenance
5039
+
5034
5040
  # The revision id.
5035
5041
  # Corresponds to the JSON property `revisionId`
5036
5042
  # @return [String]
@@ -5044,6 +5050,7 @@ module Google
5044
5050
  def update!(**args)
5045
5051
  @entities = args[:entities] if args.key?(:entities)
5046
5052
  @entity_validation_output = args[:entity_validation_output] if args.key?(:entity_validation_output)
5053
+ @provenance = args[:provenance] if args.key?(:provenance)
5047
5054
  @revision_id = args[:revision_id] if args.key?(:revision_id)
5048
5055
  end
5049
5056
  end
@@ -6754,6 +6761,13 @@ module Google
6754
6761
  # @return [String]
6755
6762
  attr_accessor :display_name
6756
6763
 
6764
+ # Optional. Document level prompt provided by the user. This custom text is
6765
+ # injected into the AI model's prompt to provide extra, document-wide guidance
6766
+ # for processing.
6767
+ # Corresponds to the JSON property `documentPrompt`
6768
+ # @return [String]
6769
+ attr_accessor :document_prompt
6770
+
6757
6771
  # Entity types of the schema.
6758
6772
  # Corresponds to the JSON property `entityTypes`
6759
6773
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType>]
@@ -6772,6 +6786,7 @@ module Google
6772
6786
  def update!(**args)
6773
6787
  @description = args[:description] if args.key?(:description)
6774
6788
  @display_name = args[:display_name] if args.key?(:display_name)
6789
+ @document_prompt = args[:document_prompt] if args.key?(:document_prompt)
6775
6790
  @entity_types = args[:entity_types] if args.key?(:entity_types)
6776
6791
  @metadata = args[:metadata] if args.key?(:metadata)
6777
6792
  end
@@ -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.119.0"
19
+ GEM_VERSION = "0.121.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 = "20251209"
25
+ REVISION = "20260118"
26
26
  end
27
27
  end
28
28
  end
@@ -3610,6 +3610,8 @@ module Google
3610
3610
 
3611
3611
  property :entity_validation_output, as: 'entityValidationOutput', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput::Representation
3612
3612
 
3613
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentProvenance::Representation
3614
+
3613
3615
  property :revision_id, as: 'revisionId'
3614
3616
  end
3615
3617
  end
@@ -4090,6 +4092,7 @@ module Google
4090
4092
  class Representation < Google::Apis::Core::JsonRepresentation
4091
4093
  property :description, as: 'description'
4092
4094
  property :display_name, as: 'displayName'
4095
+ property :document_prompt, as: 'documentPrompt'
4093
4096
  collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType::Representation
4094
4097
 
4095
4098
  property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata::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.119.0
4
+ version: 0.121.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.119.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.121.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: