Interface Distribution.BucketOptions.ExplicitOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Distribution.BucketOptions.Explicit, Distribution.BucketOptions.Explicit.Builder
- Enclosing class:
Distribution.BucketOptions
public static interface Distribution.BucketOptions.ExplicitOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetBounds(int index) The values must be monotonically increasing.intThe values must be monotonically increasing.The values must be monotonically increasing.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBoundsList
-
getBoundsCount
int getBoundsCount()The values must be monotonically increasing.
repeated double bounds = 1;- Returns:
- The count of bounds.
-
getBounds
double getBounds(int index) The values must be monotonically increasing.
repeated double bounds = 1;- Parameters:
index- The index of the element to return.- Returns:
- The bounds at the given index.
-