Interface DistributionValue.BucketOptionsOrBuilder

    • Method Detail

      • hasExplicit

        boolean hasExplicit()
         Bucket with explicit bounds.
         
        .opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit explicit = 1;
        Returns:
        Whether the explicit field is set.
      • getExplicit

        DistributionValue.BucketOptions.Explicit getExplicit()
         Bucket with explicit bounds.
         
        .opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit explicit = 1;
        Returns:
        The explicit.