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
def regex() -> ::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=
def regex=(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
def values() -> ::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=
def values=(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.