Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::RegexValidation.
Validation based on regular expressions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#regexes
def regexes() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
#regexes=
def regexes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
Returns
- (::Array<::String>) — Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).