Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clear() |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clearNumFiniteBuckets() |
The number of finite buckets.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clearOffset() |
The i'th linear bucket covers the interval
[offset + (i-1) * width, offset + i * width)
where i ranges from 1 to num_finite_buckets, inclusive.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clearWidth() |
The i'th linear bucket covers the interval
[offset + (i-1) * width, offset + i * width)
where i ranges from 1 to num_finite_buckets, inclusive.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.clone() |
|
Distribution.LinearBuckets.Builder |
Distribution.Builder.getLinearBucketsBuilder() |
Buckets with constant width.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.mergeFrom(Distribution.LinearBuckets other) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.newBuilder() |
|
static Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.newBuilder(Distribution.LinearBuckets prototype) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.newBuilderForType() |
|
protected Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setNumFiniteBuckets(int value) |
The number of finite buckets.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setOffset(double value) |
The i'th linear bucket covers the interval
[offset + (i-1) * width, offset + i * width)
where i ranges from 1 to num_finite_buckets, inclusive.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.Builder.setWidth(double value) |
The i'th linear bucket covers the interval
[offset + (i-1) * width, offset + i * width)
where i ranges from 1 to num_finite_buckets, inclusive.
|
Distribution.LinearBuckets.Builder |
Distribution.LinearBuckets.toBuilder() |
|