public static interface DistributionValue.BucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
The number of values in each bucket of the histogram, as described in
bucket_bounds.
|
DistributionValue.Exemplar |
getExemplar()
If the distribution does not have a histogram, then omit this field.
|
DistributionValue.ExemplarOrBuilder |
getExemplarOrBuilder()
If the distribution does not have a histogram, then omit this field.
|
boolean |
hasExemplar()
If the distribution does not have a histogram, then omit this field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCount()
The number of values in each bucket of the histogram, as described in bucket_bounds.
int64 count = 1;boolean hasExemplar()
If the distribution does not have a histogram, then omit this field.
.opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;DistributionValue.Exemplar getExemplar()
If the distribution does not have a histogram, then omit this field.
.opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;DistributionValue.ExemplarOrBuilder getExemplarOrBuilder()
If the distribution does not have a histogram, then omit this field.
.opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;