Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::ParameterValidation (v1.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ParameterValidation.
Configuration for parameter validation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#regex
defregex()->::Google::Cloud::Dataproc::V1::RegexValidation-
(::Google::Cloud::Dataproc::V1::RegexValidation) — Validation based on regular expressions.
Note: The following fields are mutually exclusive:
regex,values. If a field in that set is populated, all other fields in the set will automatically be cleared.
#regex=
defregex=(value)->::Google::Cloud::Dataproc::V1::RegexValidation-
value (::Google::Cloud::Dataproc::V1::RegexValidation) — Validation based on regular expressions.
Note: The following fields are mutually exclusive:
regex,values. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::RegexValidation) — Validation based on regular expressions.
Note: The following fields are mutually exclusive:
regex,values. If a field in that set is populated, all other fields in the set will automatically be cleared.
#values
defvalues()->::Google::Cloud::Dataproc::V1::ValueValidation-
(::Google::Cloud::Dataproc::V1::ValueValidation) — Validation based on a list of allowed values.
Note: The following fields are mutually exclusive:
values,regex. If a field in that set is populated, all other fields in the set will automatically be cleared.
#values=
defvalues=(value)->::Google::Cloud::Dataproc::V1::ValueValidation-
value (::Google::Cloud::Dataproc::V1::ValueValidation) — Validation based on a list of allowed values.
Note: The following fields are mutually exclusive:
values,regex. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::ValueValidation) — Validation based on a list of allowed values.
Note: The following fields are mutually exclusive:
values,regex. If a field in that set is populated, all other fields in the set will automatically be cleared.