public static interface Distribution.BucketOptions.ExplicitOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getBounds(int index)
The values must be monotonically increasing.
|
int |
getBoundsCount()
The values must be monotonically increasing.
|
java.util.List<java.lang.Double> |
getBoundsList()
The values must be monotonically increasing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.Double> getBoundsList()
The values must be monotonically increasing.
repeated double bounds = 1;
int getBoundsCount()
The values must be monotonically increasing.
repeated double bounds = 1;
double getBounds(int index)
The values must be monotonically increasing.
repeated double bounds = 1;