public static interface Distribution.BucketOptions.ExplicitOrBuilder
extends com.google.protobuf.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.
|
List<Double> |
getBoundsList()
The values must be monotonically increasing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<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;
index
- The index of the element to return.Copyright © 2021 Google LLC. All rights reserved.