public interface ParameterValidationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegex()
public abstract RegexValidation getRegex()Validation based on regular expressions.
.google.cloud.dataproc.v1.RegexValidation regex = 1;
| Type | Description |
| RegexValidation | The regex. |
getRegexOrBuilder()
public abstract RegexValidationOrBuilder getRegexOrBuilder()Validation based on regular expressions.
.google.cloud.dataproc.v1.RegexValidation regex = 1;
| Type | Description |
| RegexValidationOrBuilder |
getValidationTypeCase()
public abstract ParameterValidation.ValidationTypeCase getValidationTypeCase()| Type | Description |
| ParameterValidation.ValidationTypeCase |
getValues()
public abstract ValueValidation getValues()Validation based on a list of allowed values.
.google.cloud.dataproc.v1.ValueValidation values = 2;
| Type | Description |
| ValueValidation | The values. |
getValuesOrBuilder()
public abstract ValueValidationOrBuilder getValuesOrBuilder()Validation based on a list of allowed values.
.google.cloud.dataproc.v1.ValueValidation values = 2;
| Type | Description |
| ValueValidationOrBuilder |
hasRegex()
public abstract boolean hasRegex()Validation based on regular expressions.
.google.cloud.dataproc.v1.RegexValidation regex = 1;
| Type | Description |
| boolean | Whether the regex field is set. |
hasValues()
public abstract boolean hasValues()Validation based on a list of allowed values.
.google.cloud.dataproc.v1.ValueValidation values = 2;
| Type | Description |
| boolean | Whether the values field is set. |