Uses of Class
io.opencensus.proto.metrics.v1.DistributionValue.Bucket
-
Packages that use DistributionValue.Bucket Package Description io.opencensus.proto.metrics.v1 -
-
Uses of DistributionValue.Bucket in io.opencensus.proto.metrics.v1
Methods in io.opencensus.proto.metrics.v1 that return DistributionValue.Bucket Modifier and Type Method Description DistributionValue.BucketDistributionValue.Bucket.Builder. build()DistributionValue.BucketDistributionValue.Bucket.Builder. buildPartial()DistributionValue.BucketDistributionValue.Builder. getBuckets(int index)If the distribution does not have a histogram, then omit this field.DistributionValue.BucketDistributionValue. getBuckets(int index)If the distribution does not have a histogram, then omit this field.DistributionValue.BucketDistributionValueOrBuilder. getBuckets(int index)If the distribution does not have a histogram, then omit this field.static DistributionValue.BucketDistributionValue.Bucket. getDefaultInstance()DistributionValue.BucketDistributionValue.Bucket.Builder. getDefaultInstanceForType()DistributionValue.BucketDistributionValue.Bucket. getDefaultInstanceForType()static DistributionValue.BucketDistributionValue.Bucket. parseDelimitedFrom(InputStream input)static DistributionValue.BucketDistributionValue.Bucket. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(byte[] data)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(com.google.protobuf.ByteString data)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(com.google.protobuf.CodedInputStream input)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(InputStream input)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(ByteBuffer data)static DistributionValue.BucketDistributionValue.Bucket. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type DistributionValue.Bucket Modifier and Type Method Description List<DistributionValue.Bucket>DistributionValue.Builder. getBucketsList()If the distribution does not have a histogram, then omit this field.List<DistributionValue.Bucket>DistributionValue. getBucketsList()If the distribution does not have a histogram, then omit this field.List<DistributionValue.Bucket>DistributionValueOrBuilder. getBucketsList()If the distribution does not have a histogram, then omit this field.com.google.protobuf.Parser<DistributionValue.Bucket>DistributionValue.Bucket. getParserForType()static com.google.protobuf.Parser<DistributionValue.Bucket>DistributionValue.Bucket. parser()Methods in io.opencensus.proto.metrics.v1 with parameters of type DistributionValue.Bucket Modifier and Type Method Description DistributionValue.BuilderDistributionValue.Builder. addBuckets(int index, DistributionValue.Bucket value)If the distribution does not have a histogram, then omit this field.DistributionValue.BuilderDistributionValue.Builder. addBuckets(DistributionValue.Bucket value)If the distribution does not have a histogram, then omit this field.DistributionValue.Bucket.BuilderDistributionValue.Bucket.Builder. mergeFrom(DistributionValue.Bucket other)static DistributionValue.Bucket.BuilderDistributionValue.Bucket. newBuilder(DistributionValue.Bucket prototype)DistributionValue.BuilderDistributionValue.Builder. setBuckets(int index, DistributionValue.Bucket value)If the distribution does not have a histogram, then omit this field.Method parameters in io.opencensus.proto.metrics.v1 with type arguments of type DistributionValue.Bucket Modifier and Type Method Description DistributionValue.BuilderDistributionValue.Builder. addAllBuckets(Iterable<? extends DistributionValue.Bucket> values)If the distribution does not have a histogram, then omit this field.
-