google-apis-documentai_v1 0.108.0 → 0.109.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: ec6040d03da911bba4bffbc8653d0d6a7e4d7d324993b0f56b4b388f92d07a33
4
- data.tar.gz: ebeae8582fe405525fb0c070e294ddbea4e83011e90b218c7e72d08093e2e21c
3
+ metadata.gz: 1dc74898e17223608c8f8497bdae29392fd6ad287a6257552a01cf98be5b0c18
4
+ data.tar.gz: db1116484075d193de7600859ba39ba64b872b7f5b9885a0904cca6ba8f697a2
5
5
  SHA512:
6
- metadata.gz: 13d68837edacfb9ba34b73acb232d907c0087fced60cd173f7d9491af1c121a878f33d770fa18460ee8658eeca409b4a3473b3e162224712050e5c057798ce5d
7
- data.tar.gz: 3490dee60e88d2ba2f1304efea9ed5b44225202540ca571b37bf4b6fab11ded6ca65fb16f6e67f41e0c65894bfb99469691660d47b44ed236198573d543b0287
6
+ metadata.gz: e26ec68a80ac460e22a519bb2a89385f3bf38c130fafc07aa42c110be04a2c66394e641f85f006d53e6a659f34dd0d1aaf97a3fadbe778d90307acea0007f97b
7
+ data.tar.gz: 290b2431addf3aac694ca6ce8810f9342d4017d3c44d96cc5730ea5d7fe61b92eeb86ded721473034d53fe9c01fc3a41658c3cf29e36dd345c4e0c859db31a81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.109.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251030
6
+
3
7
  ### v0.108.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251020
@@ -23,7 +23,7 @@ module Google
23
23
  module DocumentaiV1
24
24
 
25
25
  # Definition of the validation rules. Those are the input to the validator logic
26
- # and they are used to validate a document.
26
+ # and they are used to validate a document. Next ID: 3
27
27
  class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput
28
28
  include Google::Apis::Core::Hashable
29
29
 
@@ -42,7 +42,7 @@ module Google
42
42
  end
43
43
  end
44
44
 
45
- #
45
+ # Next ID: 9
46
46
  class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule
47
47
  include Google::Apis::Core::Hashable
48
48
 
@@ -81,6 +81,11 @@ module Google
81
81
  # @return [String]
82
82
  attr_accessor :name
83
83
 
84
+ # Unique identifier of the rule. Optional.
85
+ # Corresponds to the JSON property `ruleId`
86
+ # @return [String]
87
+ attr_accessor :rule_id
88
+
84
89
  def initialize(**args)
85
90
  update!(**args)
86
91
  end
@@ -94,6 +99,7 @@ module Google
94
99
  @field_regex = args[:field_regex] if args.key?(:field_regex)
95
100
  @form_validation = args[:form_validation] if args.key?(:form_validation)
96
101
  @name = args[:name] if args.key?(:name)
102
+ @rule_id = args[:rule_id] if args.key?(:rule_id)
97
103
  end
98
104
  end
99
105
 
@@ -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.108.0"
19
+ GEM_VERSION = "0.109.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 = "20251020"
25
+ REVISION = "20251030"
26
26
  end
27
27
  end
28
28
  end
@@ -1953,6 +1953,7 @@ module Google
1953
1953
  property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation
1954
1954
 
1955
1955
  property :name, as: 'name'
1956
+ property :rule_id, as: 'ruleId'
1956
1957
  end
1957
1958
  end
1958
1959
 
@@ -152,8 +152,8 @@ module Google
152
152
  # @param [String] name
153
153
  # The resource that owns the locations collection, if applicable.
154
154
  # @param [Array<String>, String] extra_location_types
155
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
156
- # field which is primarily intended for internal usage.
155
+ # Optional. Do not use this field. It is unsupported and is ignored unless
156
+ # explicitly documented otherwise. This is primarily for internal usage.
157
157
  # @param [String] filter
158
158
  # A filter to narrow down results to a preferred subset. The filtering language
159
159
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.108.0
4
+ version: 0.109.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.108.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.109.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: