Interface SummaryValue.Snapshot.ValueAtPercentileOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getPercentile()
      The percentile of a distribution.
      double getValue()
      The value at the given percentile of a distribution.
      • 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

      • getPercentile

        double getPercentile()
         The percentile of a distribution. Must be in the interval
         (0.0, 100.0].
         
        double percentile = 1;
        Returns:
        The percentile.
      • getValue

        double getValue()
         The value at the given percentile of a distribution.
         
        double value = 2;
        Returns:
        The value.