Interface ConfluentMetric.YammerGaugeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfluentMetric.YammerGauge, ConfluentMetric.YammerGauge.Builder
Enclosing class:
ConfluentMetric

public static interface ConfluentMetric.YammerGaugeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetricName

      boolean hasMetricName()
      .metrics.YammerMetricName metricName = 1;
      Returns:
      Whether the metricName field is set.
    • getMetricName

      .metrics.YammerMetricName metricName = 1;
      Returns:
      The metricName.
    • getMetricNameOrBuilder

      .metrics.YammerMetricName metricName = 1;
    • getValue

      String getValue()
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      string value = 2;
      Returns:
      The bytes for value.
    • hasLongValue

      boolean hasLongValue()
      int64 longValue = 3;
      Returns:
      Whether the longValue field is set.
    • getLongValue

      long getLongValue()
      int64 longValue = 3;
      Returns:
      The longValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double doubleValue = 4;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 4;
      Returns:
      The doubleValue.
    • getNumericValueCase