Class DistributionValue.BucketOptions.Explicit

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DistributionValue.BucketOptions.ExplicitOrBuilder, Serializable
    Enclosing class:
    DistributionValue.BucketOptions

    public static final class DistributionValue.BucketOptions.Explicit
    extends com.google.protobuf.GeneratedMessageV3
    implements DistributionValue.BucketOptions.ExplicitOrBuilder
     Specifies a set of buckets with arbitrary upper-bounds.
     This defines size(bounds) + 1 (= N) buckets. The boundaries for bucket
     index i are:
     [0, bucket_bounds[i]) for i == 0
     [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1
     [bucket_bounds[i], +infinity) for i == N-1
     
    Protobuf type opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit
    See Also:
    Serialized Form