ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.addAllBucketCounts(Iterable<? extends Long> values) |
Count is an array of counts, where count[i] carries the count
of the bucket at index (offset+i).
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.addBucketCounts(long value) |
Count is an array of counts, where count[i] carries the count
of the bucket at index (offset+i).
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clear() |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clearBucketCounts() |
Count is an array of counts, where count[i] carries the count
of the bucket at index (offset+i).
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clearOffset() |
Offset is the bucket index of the first entry in the bucket_counts array.
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.clone() |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Builder.getNegativeBuilder() |
negative carries the negative range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Builder.getPositiveBuilder() |
positive carries the positive range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(ExponentialHistogramDataPoint.Buckets other) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.newBuilder() |
|
static ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.newBuilder(ExponentialHistogramDataPoint.Buckets prototype) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.newBuilderForType() |
|
protected ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.setBucketCounts(int index,
long value) |
Count is an array of counts, where count[i] carries the count
of the bucket at index (offset+i).
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.setOffset(int value) |
Offset is the bucket index of the first entry in the bucket_counts array.
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExponentialHistogramDataPoint.Buckets.Builder |
ExponentialHistogramDataPoint.Buckets.toBuilder() |
|