Interface MetricEntryOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
MetricEntry, MetricEntry.Builder

public interface MetricEntryOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      Metric name
      
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Metric name
      
      string name = 1;
      Returns:
      The bytes for name.
    • getValue

      double getValue()
      Metric value
      
      double value = 2;
      Returns:
      The value.
    • hasMinValue

      boolean hasMinValue()
      The minimum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue min_value = 3;
      Returns:
      Whether the minValue field is set.
    • getMinValue

      DoubleValue getMinValue()
      The minimum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue min_value = 3;
      Returns:
      The minValue.
    • getMinValueOrBuilder

      DoubleValueOrBuilder getMinValueOrBuilder()
      The minimum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue min_value = 3;
    • hasMaxValue

      boolean hasMaxValue()
      The maximum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue max_value = 4;
      Returns:
      Whether the maxValue field is set.
    • getMaxValue

      DoubleValue getMaxValue()
      The maximum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue max_value = 4;
      Returns:
      The maxValue.
    • getMaxValueOrBuilder

      DoubleValueOrBuilder getMaxValueOrBuilder()
      The maximum acceptable value for the metric if specified
      
      .google.protobuf.DoubleValue max_value = 4;