public static interface BucketingConfig.BucketOrBuilder
extends com.google.protobuf.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()
Required.
|
ValueOrBuilder |
getReplacementValueOrBuilder()
Required.
|
boolean |
hasMax()
Upper bound of the range, exclusive; type must match min.
|
boolean |
hasMin()
Lower bound of the range, inclusive.
|
boolean |
hasReplacementValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMin()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2.Value min = 1;Value getMin()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2.Value min = 1;ValueOrBuilder getMinOrBuilder()
Lower bound of the range, inclusive. Type should be the same as max if used.
.google.privacy.dlp.v2.Value min = 1;boolean hasMax()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2.Value max = 2;Value getMax()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2.Value max = 2;ValueOrBuilder getMaxOrBuilder()
Upper bound of the range, exclusive; type must match min.
.google.privacy.dlp.v2.Value max = 2;boolean hasReplacementValue()
Required. Replacement value for this bucket.
.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];
Value getReplacementValue()
Required. Replacement value for this bucket.
.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];
ValueOrBuilder getReplacementValueOrBuilder()
Required. Replacement value for this bucket.
.google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.