google-apis-documentai_v1 0.110.0 → 0.112.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: 9b1252bf6fe12d5218ab8f1fa0f71037ffc9924538aea00ab218b3825ca4af2b
4
- data.tar.gz: 35fa04015fd6268e15c2ad911cdc01a22e7d336cc2f9efe7b9768c3e1bbd6d84
3
+ metadata.gz: 542e02cc96c8a24c2ac9401eed356249441ebfa6454a2b55d993c7e60c3cb50e
4
+ data.tar.gz: 8f49c4b0dafddb28cb74b60310b49a7fe7dce34fef5b40fc80df0de4fa62fb55
5
5
  SHA512:
6
- metadata.gz: 6b0b37e879bb9e88fbae3482bd36d6943a5a6ad131de16d5183d58648a29f613f0f8c31b1ef612600b9ccf5aefa8d38f71727fc3481a987cc04aeb84bb6e8148
7
- data.tar.gz: 96515e324cafafae0f4b9dbc364c6a331ab7f0092a8690e54f044a8a00e1de65f332c5ef35b51ecc8269e5f3c3183f001182a5cd9ef01e0b8892b2f56298889a
6
+ metadata.gz: e4182e63d40ebc196693eab006906004bf97c2ccd2dd2cbd21d3d91fc8bd2a3964722dbd075aecf93fd7aa978c3a46abf09d4a2eb238e9490e29e8030c258310
7
+ data.tar.gz: caf4bc5b442ed0d59d8667c37375961d06eb9eaaa4e197c1db71e92627953af0c3403b911f9d28b7e293f29d2233e2d0f5384e8a5c37a031bf5efad3fed54d80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.112.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260104
6
+
7
+ ### v0.111.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251209
10
+
3
11
  ### v0.110.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251202
@@ -3850,6 +3850,12 @@ module Google
3850
3850
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityValidationOutput]
3851
3851
  attr_accessor :entity_validation_output
3852
3852
 
3853
+ # Structure to identify provenance relationships between annotations in
3854
+ # different revisions.
3855
+ # Corresponds to the JSON property `provenance`
3856
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance]
3857
+ attr_accessor :provenance
3858
+
3853
3859
  # The revision id.
3854
3860
  # Corresponds to the JSON property `revisionId`
3855
3861
  # @return [String]
@@ -3863,6 +3869,7 @@ module Google
3863
3869
  def update!(**args)
3864
3870
  @entities = args[:entities] if args.key?(:entities)
3865
3871
  @entity_validation_output = args[:entity_validation_output] if args.key?(:entity_validation_output)
3872
+ @provenance = args[:provenance] if args.key?(:provenance)
3866
3873
  @revision_id = args[:revision_id] if args.key?(:revision_id)
3867
3874
  end
3868
3875
  end
@@ -6720,7 +6727,7 @@ module Google
6720
6727
  # @return [String]
6721
6728
  attr_accessor :create_time
6722
6729
 
6723
- # Optional. The user-defined name of the Schema.
6730
+ # Required. The user-defined name of the Schema.
6724
6731
  # Corresponds to the JSON property `displayName`
6725
6732
  # @return [String]
6726
6733
  attr_accessor :display_name
@@ -7777,7 +7784,7 @@ module Google
7777
7784
  # @return [String]
7778
7785
  attr_accessor :create_time
7779
7786
 
7780
- # Optional. The user-defined name of the SchemaVersion.
7787
+ # Required. The user-defined name of the SchemaVersion.
7781
7788
  # Corresponds to the JSON property `displayName`
7782
7789
  # @return [String]
7783
7790
  attr_accessor :display_name
@@ -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.110.0"
19
+ GEM_VERSION = "0.112.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 = "20251202"
25
+ REVISION = "20260104"
26
26
  end
27
27
  end
28
28
  end
@@ -3176,6 +3176,8 @@ module Google
3176
3176
 
3177
3177
  property :entity_validation_output, as: 'entityValidationOutput', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityValidationOutput, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentEntityValidationOutput::Representation
3178
3178
 
3179
+ property :provenance, as: 'provenance', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentProvenance::Representation
3180
+
3179
3181
  property :revision_id, as: 'revisionId'
3180
3182
  end
3181
3183
  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.110.0
4
+ version: 0.112.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.110.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.112.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: