public static final class Distribution.BucketOptions.Explicit extends GeneratedMessageV3 implements Distribution.BucketOptions.ExplicitOrBuilder
Specifies a set of buckets with arbitrary widths.
There are size(bounds) + 1
(= N) buckets. Bucket i
has the following
boundaries:
Upper bound (0 <= i < N-1): bounds[i]
Lower bound (1 <= i < N); bounds[i - 1]
The bounds
field must contain at least one element. If bounds
has
only one element, then there are no finite buckets, and that single
element is the common boundary of the overflow and underflow buckets.
Protobuf type google.api.Distribution.BucketOptions.Explicit
Static Fields
BOUNDS_FIELD_NUMBER
public static final int BOUNDS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Distribution.BucketOptions.Explicit getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Distribution.BucketOptions.Explicit.Builder newBuilder()
Returns
newBuilder(Distribution.BucketOptions.Explicit prototype)
public static Distribution.BucketOptions.Explicit.Builder newBuilder(Distribution.BucketOptions.Explicit prototype)
Parameter
Returns
public static Distribution.BucketOptions.Explicit parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Distribution.BucketOptions.Explicit parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Distribution.BucketOptions.Explicit parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Distribution.BucketOptions.Explicit parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Distribution.BucketOptions.Explicit parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distribution.BucketOptions.Explicit parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Distribution.BucketOptions.Explicit parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Distribution.BucketOptions.Explicit parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Distribution.BucketOptions.Explicit parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Distribution.BucketOptions.Explicit parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Distribution.BucketOptions.Explicit parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Distribution.BucketOptions.Explicit parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Distribution.BucketOptions.Explicit> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBounds(int index)
public double getBounds(int index)
The values must be monotonically increasing.
repeated double bounds = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
double | The bounds at the given index.
|
getBoundsCount()
public int getBoundsCount()
The values must be monotonically increasing.
repeated double bounds = 1;
Returns
Type | Description |
int | The count of bounds.
|
getBoundsList()
public List<Double> getBoundsList()
The values must be monotonically increasing.
repeated double bounds = 1;
Returns
Type | Description |
List<Double> | A list containing the bounds.
|
getDefaultInstanceForType()
public Distribution.BucketOptions.Explicit getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Distribution.BucketOptions.Explicit> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Distribution.BucketOptions.Explicit.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Distribution.BucketOptions.Explicit.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Distribution.BucketOptions.Explicit.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions