Package com.google.api
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBounds(int index)
The values must be monotonically increasing.int
getBoundsCount()
The values must be monotonically increasing.List<Double>
getBoundsList()
The values must be monotonically increasing.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBoundsList
List<Double> getBoundsList()
The values must be monotonically increasing.
repeated double bounds = 1;
- Returns:
- A list containing the bounds.
-
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.
-
-