public static interface BucketingConfig.BucketOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Value |
getMax()
Upper bound of the range, exclusive; type must match min.
|
ValueOrBuilder |
getMaxOrBuilder()
Upper bound of the range, exclusive; type must match min.
|
Value |
getMin()
Lower bound of the range, inclusive.
|
ValueOrBuilder |
getMinOrBuilder()
Lower bound of the range, inclusive.
|
Value |
getReplacementValue()
Replacement value for this bucket.
|
ValueOrBuilder |
getReplacementValueOrBuilder()
Replacement value for this bucket.
|
boolean |
hasMax()
Upper bound of the range, exclusive; type must match min.
|
boolean |
hasMin()
Lower bound of the range, inclusive.
|
boolean |
hasReplacementValue()
Replacement value for this bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasMin()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2beta2.Value min = 1;Value getMin()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2beta2.Value min = 1;ValueOrBuilder getMinOrBuilder()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2beta2.Value min = 1;boolean hasMax()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2beta2.Value max = 2;Value getMax()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2beta2.Value max = 2;ValueOrBuilder getMaxOrBuilder()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2beta2.Value max = 2;boolean hasReplacementValue()
Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.
.google.privacy.dlp.v2beta2.Value replacement_value = 3;Value getReplacementValue()
Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.
.google.privacy.dlp.v2beta2.Value replacement_value = 3;ValueOrBuilder getReplacementValueOrBuilder()
Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.
.google.privacy.dlp.v2beta2.Value replacement_value = 3;