diff --git a/api_names_out.yaml b/api_names_out.yaml index 9432dbc325b..43609ce3e23 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -246695,6 +246695,7 @@ "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/fieldRegex": field_regex "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/formValidation": form_validation "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/name": name +"/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule/ruleId": rule_id "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule": cloud_ai_documentai_lab_hifia_tools_validation_validator_input_validation_rule_alignment_rule "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule/alignmentType": alignment_type "/documentai:v1beta3/CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule/tolerance": tolerance diff --git a/generated/google-apis-documentai_v1beta3/CHANGELOG.md b/generated/google-apis-documentai_v1beta3/CHANGELOG.md index 6a45bb6c067..07aaf3dd2ca 100644 --- a/generated/google-apis-documentai_v1beta3/CHANGELOG.md +++ b/generated/google-apis-documentai_v1beta3/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-documentai_v1beta3 +### v0.117.0 (2025-11-09) + +* Regenerated from discovery document revision 20251030 + ### v0.116.0 (2025-11-02) * Regenerated from discovery document revision 20251020 diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb index e0ec91a7e64..46a5f15cc5f 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb @@ -23,7 +23,7 @@ module Apis module DocumentaiV1beta3 # Definition of the validation rules. Those are the input to the validator logic - # and they are used to validate a document. + # and they are used to validate a document. Next ID: 3 class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput include Google::Apis::Core::Hashable @@ -42,7 +42,7 @@ def update!(**args) end end - # + # Next ID: 9 class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule include Google::Apis::Core::Hashable @@ -81,6 +81,11 @@ class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule # @return [String] attr_accessor :name + # Unique identifier of the rule. Optional. + # Corresponds to the JSON property `ruleId` + # @return [String] + attr_accessor :rule_id + def initialize(**args) update!(**args) end @@ -94,6 +99,7 @@ def update!(**args) @field_regex = args[:field_regex] if args.key?(:field_regex) @form_validation = args[:form_validation] if args.key?(:form_validation) @name = args[:name] if args.key?(:name) + @rule_id = args[:rule_id] if args.key?(:rule_id) end end diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb index 0d69a33f27a..3ea697bff1d 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DocumentaiV1beta3 # Version of the google-apis-documentai_v1beta3 gem - GEM_VERSION = "0.116.0" + GEM_VERSION = "0.117.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251020" + REVISION = "20251030" end end end diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb index b6cfbf29232..269a312d86c 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb @@ -1989,6 +1989,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation property :name, as: 'name' + property :rule_id, as: 'ruleId' end end diff --git a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb index 7c0c9c173b3..1c0c3dd77b5 100644 --- a/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb +++ b/generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/service.rb @@ -119,8 +119,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc # @param [String] name # The resource that owns the locations collection, if applicable. # @param [Array, String] extra_location_types - # Optional. Unless explicitly documented otherwise, don't use this unsupported - # field which is primarily intended for internal usage. + # Optional. Do not use this field. It is unsupported and is ignored unless + # explicitly documented otherwise. This is primarily for internal usage. # @param [String] filter # A filter to narrow down results to a preferred subset. The filtering language # accepts strings like `"displayName=tokyo"`, and is documented in more detail