google-apis-documentai_v1beta3 0.116.0 → 0.117.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e3fc3ae782415d93f4d52781a6e0726525ec11e3c15d26a5308b80ae4d40e73
|
|
4
|
+
data.tar.gz: 4f859945dd0500004f889351accacab8ec680d5ffb71329a7dd73127da1f781f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e988a86757a7d8ef7aca76120ecdb0bdf02fa721cbe420f9f45c1e43648fdb7d86658f032ad06df3305c2507d3c513864d6ebe51374b04cd6478f4e339d4c8
|
|
7
|
+
data.tar.gz: 579162788c25cce5e5dbef1074b4f006be7ecce840e75c41f38b52dd7cb28a8c97c21d5f70225bf39e1479f4eded5359de7a03ecd4819e8e899518df9a6c1c9d
|
data/CHANGELOG.md
CHANGED
|
@@ -23,7 +23,7 @@ module Google
|
|
|
23
23
|
module DocumentaiV1beta3
|
|
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 DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.117.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 = "
|
|
25
|
+
REVISION = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1989,6 +1989,7 @@ module Google
|
|
|
1989
1989
|
property :form_validation, as: 'formValidation', class: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation, decorator: Google::Apis::DocumentaiV1beta3::CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation::Representation
|
|
1990
1990
|
|
|
1991
1991
|
property :name, as: 'name'
|
|
1992
|
+
property :rule_id, as: 'ruleId'
|
|
1992
1993
|
end
|
|
1993
1994
|
end
|
|
1994
1995
|
|
|
@@ -119,8 +119,8 @@ module Google
|
|
|
119
119
|
# @param [String] name
|
|
120
120
|
# The resource that owns the locations collection, if applicable.
|
|
121
121
|
# @param [Array<String>, String] extra_location_types
|
|
122
|
-
# Optional.
|
|
123
|
-
#
|
|
122
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
123
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
124
124
|
# @param [String] filter
|
|
125
125
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
126
126
|
# 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_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.117.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.117.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:
|