Skip to content

Commit 23a9541

Browse files
feat: Automated regeneration of documentai v1beta3 client (#24936)
Auto-created at 2025-11-09 10:46:50 +0000 using the toys pull request generator.
1 parent f339fc1 commit 23a9541

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247198,6 +247198,7 @@
247198247198
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/fieldRegex": field_regex
247199247199
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/formValidation": form_validation
247200247200
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/name": name
247201+
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/ruleId": rule_id
247201247202
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule": cloud_ai_documentai_lab_hifia_tools_validation_validator_input_validation_rule_alignment_rule
247202247203
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule/alignmentType": alignment_type
247203247204
"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule/tolerance": tolerance

generated/google-apis-documentai_v1beta3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-documentai_v1beta3
22

3+
### v0.117.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.116.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251020

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Apis
2323
module DocumentaiV1beta3
2424

2525
# 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
2727
class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput
2828
include Google::Apis::Core::Hashable
2929

@@ -42,7 +42,7 @@ def update!(**args)
4242
end
4343
end
4444

45-
#
45+
# Next ID: 9
4646
class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule
4747
include Google::Apis::Core::Hashable
4848

@@ -81,6 +81,11 @@ class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule
8181
# @return [String]
8282
attr_accessor :name
8383

84+
# Unique identifier of the rule. Optional.
85+
# Corresponds to the JSON property `ruleId`
86+
# @return [String]
87+
attr_accessor :rule_id
88+
8489
def initialize(**args)
8590
update!(**args)
8691
end
@@ -94,6 +99,7 @@ def update!(**args)
9499
@field_regex = args[:field_regex] if args.key?(:field_regex)
95100
@form_validation = args[:form_validation] if args.key?(:form_validation)
96101
@name = args[:name] if args.key?(:name)
102+
@rule_id = args[:rule_id] if args.key?(:rule_id)
97103
end
98104
end
99105

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DocumentaiV1beta3
1818
# Version of the google-apis-documentai_v1beta3 gem
19-
GEM_VERSION = "0.116.0"
19+
GEM_VERSION = "0.117.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251020"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,6 +1989,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19891989
property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation
19901990

19911991
property :name, as: 'name'
1992+
property :rule_id, as: 'ruleId'
19921993
end
19931994
end
19941995

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
119119
# @param [String] name
120120
# The resource that owns the locations collection, if applicable.
121121
# @param [Array<String>, String] extra_location_types
122-
# Optional. Unless explicitly documented otherwise, don't use this unsupported
123-
# field which is primarily intended for internal usage.
122+
# Optional. Do not use this field. It is unsupported and is ignored unless
123+
# explicitly documented otherwise. This is primarily for internal usage.
124124
# @param [String] filter
125125
# A filter to narrow down results to a preferred subset. The filtering language
126126
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)