Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clear() |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clearGrowthFactor() |
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clearNumFiniteBuckets() |
The number of finite buckets.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clearScale() |
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.clone() |
|
Distribution.ExponentialBuckets.Builder |
Distribution.Builder.getExponentialBucketsBuilder() |
Buckets with exponentially growing width.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.mergeFrom(Distribution.ExponentialBuckets other) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.newBuilder() |
|
static Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.newBuilder(Distribution.ExponentialBuckets prototype) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.newBuilderForType() |
|
protected Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setGrowthFactor(double value) |
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setNumFiniteBuckets(int value) |
The number of finite buckets.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setScale(double value) |
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Distribution.ExponentialBuckets.Builder |
Distribution.ExponentialBuckets.toBuilder() |
|