Uses of Interface
io.opencensus.proto.metrics.v1.DistributionValue.BucketOrBuilder
-
Packages that use DistributionValue.BucketOrBuilder Package Description io.opencensus.proto.metrics.v1 -
-
Uses of DistributionValue.BucketOrBuilder in io.opencensus.proto.metrics.v1
Classes in io.opencensus.proto.metrics.v1 that implement DistributionValue.BucketOrBuilder Modifier and Type Class Description static classDistributionValue.BucketProtobuf typeopencensus.proto.metrics.v1.DistributionValue.Bucketstatic classDistributionValue.Bucket.BuilderProtobuf typeopencensus.proto.metrics.v1.DistributionValue.BucketMethods in io.opencensus.proto.metrics.v1 that return DistributionValue.BucketOrBuilder Modifier and Type Method Description DistributionValue.BucketOrBuilderDistributionValue.Builder. getBucketsOrBuilder(int index)If the distribution does not have a histogram, then omit this field.DistributionValue.BucketOrBuilderDistributionValue. getBucketsOrBuilder(int index)If the distribution does not have a histogram, then omit this field.DistributionValue.BucketOrBuilderDistributionValueOrBuilder. getBucketsOrBuilder(int index)If the distribution does not have a histogram, then omit this field.Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type DistributionValue.BucketOrBuilder Modifier and Type Method Description List<? extends DistributionValue.BucketOrBuilder>DistributionValue.Builder. getBucketsOrBuilderList()If the distribution does not have a histogram, then omit this field.List<? extends DistributionValue.BucketOrBuilder>DistributionValue. getBucketsOrBuilderList()If the distribution does not have a histogram, then omit this field.List<? extends DistributionValue.BucketOrBuilder>DistributionValueOrBuilder. getBucketsOrBuilderList()If the distribution does not have a histogram, then omit this field.
-