public static final class Distribution.BucketOptions.Builder extends GeneratedMessageV3.Builder<Distribution.BucketOptions.Builder> implements Distribution.BucketOptionsOrBuilder
BucketOptions
describes the bucket boundaries used to create a histogram
for the distribution. The buckets can be in a linear sequence, an
exponential sequence, or each bucket can be specified explicitly.
BucketOptions
does not include the number of values in each bucket.
A bucket has an inclusive lower bound and exclusive upper bound for the
values that are counted for that bucket. The upper bound of a bucket must
be strictly greater than the lower bound. The sequence of N buckets for a
distribution consists of an underflow bucket (number 0), zero or more
finite buckets (number 1 through N - 2) and an overflow bucket (number N -
1). The buckets are contiguous: the lower bound of bucket i (i > 0) is the
same as the upper bound of bucket i - 1. The buckets span the whole range
of finite values: lower bound of the underflow bucket is -infinity and the
upper bound of the overflow bucket is +infinity. The finite buckets are
so-called because both bounds are finite.
Protobuf type google.api.Distribution.BucketOptions
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Distribution.BucketOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public Distribution.BucketOptions build()
Returns
buildPartial()
public Distribution.BucketOptions buildPartial()
Returns
clear()
public Distribution.BucketOptions.Builder clear()
Returns
Overrides
clearExplicitBuckets()
public Distribution.BucketOptions.Builder clearExplicitBuckets()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Returns
clearExponentialBuckets()
public Distribution.BucketOptions.Builder clearExponentialBuckets()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public Distribution.BucketOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearLinearBuckets()
public Distribution.BucketOptions.Builder clearLinearBuckets()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Distribution.BucketOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOptions()
public Distribution.BucketOptions.Builder clearOptions()
Returns
clone()
public Distribution.BucketOptions.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public Distribution.BucketOptions getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getExplicitBuckets()
public Distribution.BucketOptions.Explicit getExplicitBuckets()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Returns
getExplicitBucketsBuilder()
public Distribution.BucketOptions.Explicit.Builder getExplicitBucketsBuilder()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Returns
getExplicitBucketsOrBuilder()
public Distribution.BucketOptions.ExplicitOrBuilder getExplicitBucketsOrBuilder()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Returns
getExponentialBuckets()
public Distribution.BucketOptions.Exponential getExponentialBuckets()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Returns
getExponentialBucketsBuilder()
public Distribution.BucketOptions.Exponential.Builder getExponentialBucketsBuilder()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Returns
getExponentialBucketsOrBuilder()
public Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Returns
getLinearBuckets()
public Distribution.BucketOptions.Linear getLinearBuckets()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Returns
getLinearBucketsBuilder()
public Distribution.BucketOptions.Linear.Builder getLinearBucketsBuilder()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Returns
getLinearBucketsOrBuilder()
public Distribution.BucketOptions.LinearOrBuilder getLinearBucketsOrBuilder()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Returns
getOptionsCase()
public Distribution.BucketOptions.OptionsCase getOptionsCase()
Returns
hasExplicitBuckets()
public boolean hasExplicitBuckets()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Returns
Type | Description |
boolean | Whether the explicitBuckets field is set.
|
hasExponentialBuckets()
public boolean hasExponentialBuckets()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Returns
Type | Description |
boolean | Whether the exponentialBuckets field is set.
|
hasLinearBuckets()
public boolean hasLinearBuckets()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Returns
Type | Description |
boolean | Whether the linearBuckets field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeExplicitBuckets(Distribution.BucketOptions.Explicit value)
public Distribution.BucketOptions.Builder mergeExplicitBuckets(Distribution.BucketOptions.Explicit value)
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Parameter
Returns
mergeExponentialBuckets(Distribution.BucketOptions.Exponential value)
public Distribution.BucketOptions.Builder mergeExponentialBuckets(Distribution.BucketOptions.Exponential value)
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Parameter
Returns
mergeFrom(Distribution.BucketOptions other)
public Distribution.BucketOptions.Builder mergeFrom(Distribution.BucketOptions other)
Parameter
Returns
public Distribution.BucketOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Distribution.BucketOptions.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeLinearBuckets(Distribution.BucketOptions.Linear value)
public Distribution.BucketOptions.Builder mergeLinearBuckets(Distribution.BucketOptions.Linear value)
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Distribution.BucketOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setExplicitBuckets(Distribution.BucketOptions.Explicit value)
public Distribution.BucketOptions.Builder setExplicitBuckets(Distribution.BucketOptions.Explicit value)
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Parameter
Returns
setExplicitBuckets(Distribution.BucketOptions.Explicit.Builder builderForValue)
public Distribution.BucketOptions.Builder setExplicitBuckets(Distribution.BucketOptions.Explicit.Builder builderForValue)
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Parameter
Returns
setExponentialBuckets(Distribution.BucketOptions.Exponential value)
public Distribution.BucketOptions.Builder setExponentialBuckets(Distribution.BucketOptions.Exponential value)
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Parameter
Returns
setExponentialBuckets(Distribution.BucketOptions.Exponential.Builder builderForValue)
public Distribution.BucketOptions.Builder setExponentialBuckets(Distribution.BucketOptions.Exponential.Builder builderForValue)
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Distribution.BucketOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setLinearBuckets(Distribution.BucketOptions.Linear value)
public Distribution.BucketOptions.Builder setLinearBuckets(Distribution.BucketOptions.Linear value)
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Parameter
Returns
setLinearBuckets(Distribution.BucketOptions.Linear.Builder builderForValue)
public Distribution.BucketOptions.Builder setLinearBuckets(Distribution.BucketOptions.Linear.Builder builderForValue)
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Distribution.BucketOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Distribution.BucketOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides