public static interface BucketingConfig.BucketOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMax()
public abstract Value getMax()Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2.Value max = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ValueOrBuilder |
hasMax()
public abstract boolean hasMax()Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2.Value max = 2;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the replacementValue field is set. |