Uses of Class
com.google.cloud.dataproc.v1.RegexValidation
-
Packages that use RegexValidation Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of RegexValidation in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return RegexValidation Modifier and Type Method Description RegexValidation
RegexValidation.Builder. build()
RegexValidation
RegexValidation.Builder. buildPartial()
static RegexValidation
RegexValidation. getDefaultInstance()
RegexValidation
RegexValidation.Builder. getDefaultInstanceForType()
RegexValidation
RegexValidation. getDefaultInstanceForType()
RegexValidation
ParameterValidation.Builder. getRegex()
Validation based on regular expressions.RegexValidation
ParameterValidation. getRegex()
Validation based on regular expressions.RegexValidation
ParameterValidationOrBuilder. getRegex()
Validation based on regular expressions.static RegexValidation
RegexValidation. parseDelimitedFrom(InputStream input)
static RegexValidation
RegexValidation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexValidation
RegexValidation. parseFrom(byte[] data)
static RegexValidation
RegexValidation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexValidation
RegexValidation. parseFrom(com.google.protobuf.ByteString data)
static RegexValidation
RegexValidation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexValidation
RegexValidation. parseFrom(com.google.protobuf.CodedInputStream input)
static RegexValidation
RegexValidation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexValidation
RegexValidation. parseFrom(InputStream input)
static RegexValidation
RegexValidation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexValidation
RegexValidation. parseFrom(ByteBuffer data)
static RegexValidation
RegexValidation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type RegexValidation Modifier and Type Method Description com.google.protobuf.Parser<RegexValidation>
RegexValidation. getParserForType()
static com.google.protobuf.Parser<RegexValidation>
RegexValidation. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type RegexValidation Modifier and Type Method Description RegexValidation.Builder
RegexValidation.Builder. mergeFrom(RegexValidation other)
ParameterValidation.Builder
ParameterValidation.Builder. mergeRegex(RegexValidation value)
Validation based on regular expressions.static RegexValidation.Builder
RegexValidation. newBuilder(RegexValidation prototype)
ParameterValidation.Builder
ParameterValidation.Builder. setRegex(RegexValidation value)
Validation based on regular expressions.
-