Interface Controlcenter.MetricMeasurementOrBuilder

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

public static interface Controlcenter.MetricMeasurementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBrokerMetric

      boolean hasBrokerMetric()
      .command_alert.BrokerTriggerMetricType brokerMetric = 1;
      Returns:
      Whether the brokerMetric field is set.
    • getBrokerMetricValue

      int getBrokerMetricValue()
      .command_alert.BrokerTriggerMetricType brokerMetric = 1;
      Returns:
      The enum numeric value on the wire for brokerMetric.
    • getBrokerMetric

      .command_alert.BrokerTriggerMetricType brokerMetric = 1;
      Returns:
      The brokerMetric.
    • hasTopicMetric

      boolean hasTopicMetric()
      .command_alert.TopicTriggerMetricType topicMetric = 2;
      Returns:
      Whether the topicMetric field is set.
    • getTopicMetricValue

      int getTopicMetricValue()
      .command_alert.TopicTriggerMetricType topicMetric = 2;
      Returns:
      The enum numeric value on the wire for topicMetric.
    • getTopicMetric

      .command_alert.TopicTriggerMetricType topicMetric = 2;
      Returns:
      The topicMetric.
    • hasLongValue

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

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

      boolean hasStatusValue()
      .command_alert.StatusValue statusValue = 4;
      Returns:
      Whether the statusValue field is set.
    • getStatusValueValue

      int getStatusValueValue()
      .command_alert.StatusValue statusValue = 4;
      Returns:
      The enum numeric value on the wire for statusValue.
    • getStatusValue

      CommandAlert.StatusValue getStatusValue()
      .command_alert.StatusValue statusValue = 4;
      Returns:
      The statusValue.
    • getMetricTypeCase

    • getValueCase