Interface BucketingConfig.BucketOrBuilder (3.1.4)

public static interface BucketingConfig.BucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract Value getMax()

Upper bound of the range, exclusive; type must match min.

.google.privacy.dlp.v2.Value max = 2;

Returns
TypeDescription
Value

The max.

getMaxOrBuilder()

public abstract ValueOrBuilder getMaxOrBuilder()

Upper bound of the range, exclusive; type must match min.

.google.privacy.dlp.v2.Value max = 2;

Returns
TypeDescription
ValueOrBuilder

getMin()

public abstract Value getMin()

Lower bound of the range, inclusive. Type should be the same as max if used.

.google.privacy.dlp.v2.Value min = 1;

Returns
TypeDescription
Value

The min.

getMinOrBuilder()

public abstract ValueOrBuilder getMinOrBuilder()

Lower bound of the range, inclusive. Type should be the same as max if used.

.google.privacy.dlp.v2.Value min = 1;

Returns
TypeDescription
ValueOrBuilder

getReplacementValue()

public abstract Value getReplacementValue()

Required. Replacement value for this bucket.

.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Value

The replacementValue.

getReplacementValueOrBuilder()

public abstract ValueOrBuilder getReplacementValueOrBuilder()

Required. Replacement value for this bucket.

.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ValueOrBuilder

hasMax()

public abstract boolean hasMax()

Upper bound of the range, exclusive; type must match min.

.google.privacy.dlp.v2.Value max = 2;

Returns
TypeDescription
boolean

Whether the max field is set.

hasMin()

public abstract boolean hasMin()

Lower bound of the range, inclusive. Type should be the same as max if used.

.google.privacy.dlp.v2.Value min = 1;

Returns
TypeDescription
boolean

Whether the min field is set.

hasReplacementValue()

public abstract boolean hasReplacementValue()

Required. Replacement value for this bucket.

.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the replacementValue field is set.