Interface ValidationOrBuilder (0.7.0)

public interface ValidationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedValues()

public abstract AllowedValues getAllowedValues()

The permitted 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()

The permitted 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()

The permitted range for numeric parameters.

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

Returns
Type Description
IntRange

The intRange.

getIntRangeOrBuilder()

public abstract IntRangeOrBuilder getIntRangeOrBuilder()

The permitted range for numeric parameters.

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

Returns
Type Description
IntRangeOrBuilder

getRegexpPattern()

public abstract RegexpPattern getRegexpPattern()

The regular expression for string parameters.

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

Returns
Type Description
RegexpPattern

The regexpPattern.

getRegexpPatternOrBuilder()

public abstract RegexpPatternOrBuilder getRegexpPatternOrBuilder()

The regular expression for string parameters.

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

Returns
Type Description
RegexpPatternOrBuilder

hasAllowedValues()

public abstract boolean hasAllowedValues()

The permitted 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()

The permitted 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()

The regular expression for string parameters.

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

Returns
Type Description
boolean

Whether the regexpPattern field is set.