Interface ValidationOrBuilder (0.1.0)

public interface ValidationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedValues()

public abstract AllowedValues getAllowedValues()

Allowed set of values for the parameter.

.google.cloud.cloudsecuritycompliance.v1.AllowedValues allowed_values = 1;

Returns
Type Description
AllowedValues

The allowedValues.

getAllowedValuesOrBuilder()

public abstract AllowedValuesOrBuilder getAllowedValuesOrBuilder()

Allowed set of values for the parameter.

.google.cloud.cloudsecuritycompliance.v1.AllowedValues allowed_values = 1;

Returns
Type Description
AllowedValuesOrBuilder

getConstraintCase()

public abstract Validation.ConstraintCase getConstraintCase()
Returns
Type Description
Validation.ConstraintCase

getIntRange()

public abstract IntRange getIntRange()

Allowed range for numeric parameters.

.google.cloud.cloudsecuritycompliance.v1.IntRange int_range = 2;

Returns
Type Description
IntRange

The intRange.

getIntRangeOrBuilder()

public abstract IntRangeOrBuilder getIntRangeOrBuilder()

Allowed range for numeric parameters.

.google.cloud.cloudsecuritycompliance.v1.IntRange int_range = 2;

Returns
Type Description
IntRangeOrBuilder

getRegexpPattern()

public abstract RegexpPattern getRegexpPattern()

Regular expression for string parameters.

.google.cloud.cloudsecuritycompliance.v1.RegexpPattern regexp_pattern = 3;

Returns
Type Description
RegexpPattern

The regexpPattern.

getRegexpPatternOrBuilder()

public abstract RegexpPatternOrBuilder getRegexpPatternOrBuilder()

Regular expression for string parameters.

.google.cloud.cloudsecuritycompliance.v1.RegexpPattern regexp_pattern = 3;

Returns
Type Description
RegexpPatternOrBuilder

hasAllowedValues()

public abstract boolean hasAllowedValues()

Allowed set of values for the parameter.

.google.cloud.cloudsecuritycompliance.v1.AllowedValues allowed_values = 1;

Returns
Type Description
boolean

Whether the allowedValues field is set.

hasIntRange()

public abstract boolean hasIntRange()

Allowed range for numeric parameters.

.google.cloud.cloudsecuritycompliance.v1.IntRange int_range = 2;

Returns
Type Description
boolean

Whether the intRange field is set.

hasRegexpPattern()

public abstract boolean hasRegexpPattern()

Regular expression for string parameters.

.google.cloud.cloudsecuritycompliance.v1.RegexpPattern regexp_pattern = 3;

Returns
Type Description
boolean

Whether the regexpPattern field is set.