google-apis-documentai_v1beta3 0.119.0 → 0.120.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: dee94859d13f7e08ea49697e95fd5a2ce22e0a88c53d65ca9984fe2f8534b67b
4
+ data.tar.gz: b4fa321766df7701e9e407af87b1e7a60a2553b36525bb67c8af40ad047db19a
5
5
  SHA512:
6
- metadata.gz: 9119afa09d68b7a0622594f139ad27a3cf0578294f22ce756a6d24bcd83a8c83663ca490570e5fee11d3cdaf05bc69493915b3809e6d5fb6473501ee46adde1d
7
- data.tar.gz: 0366d80024731f7b2a193a08dc8c27190f24a232d3de9eeee2f6389f55ab476c9f162fe379c6c8183ba12ed2acf8b9983da56a55405918ff7313153f925bf5ba
6
+ metadata.gz: 05a87be7344778cec5c868dd06f45e97d5eb59a9dfb2c65ebee7f8872dad61840a9e47a5c556efb1da312efbf788650c445e2043f65cf7684be57f424242896b
7
+ data.tar.gz: 5c7903797f028517ff5690d531e2e5d4a8cb25f95438088cf11001f998b87a01dd82df1a376168e7cfe0a50d1392162e9e8455411919d707b74724bd7f2f53f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.120.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260104
6
+
3
7
  ### v0.119.0 (2025-12-14)
4
8
 
5
9
  * 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
@@ -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.120.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 = "20260104"
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
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.120.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.120.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: