Interface DistributionValue.BucketOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCount

        long getCount()
         The number of values in each bucket of the histogram, as described in
         bucket_bounds.
         
        int64 count = 1;
        Returns:
        The count.
      • hasExemplar

        boolean hasExemplar()
         If the distribution does not have a histogram, then omit this field.
         
        .opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;
        Returns:
        Whether the exemplar field is set.
      • getExemplar

        DistributionValue.Exemplar getExemplar()
         If the distribution does not have a histogram, then omit this field.
         
        .opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;
        Returns:
        The exemplar.
      • getExemplarOrBuilder

        DistributionValue.ExemplarOrBuilder getExemplarOrBuilder()
         If the distribution does not have a histogram, then omit this field.
         
        .opencensus.proto.metrics.v1.DistributionValue.Exemplar exemplar = 2;