Interface CommandAlert.MonitoringTriggerConfigOrBuilder

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

public static interface CommandAlert.MonitoringTriggerConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGuid

      String getGuid()
      string guid = 1;
      Returns:
      The guid.
    • getGuidBytes

      com.google.protobuf.ByteString getGuidBytes()
      string guid = 1;
      Returns:
      The bytes for guid.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getClusterId

      String getClusterId()
      string clusterId = 3;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
      string clusterId = 3;
      Returns:
      The bytes for clusterId.
    • hasGroup

      boolean hasGroup()
      string group = 4;
      Returns:
      Whether the group field is set.
    • getGroup

      String getGroup()
      string group = 4;
      Returns:
      The group.
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      string group = 4;
      Returns:
      The bytes for group.
    • hasBrokerClusters

      boolean hasBrokerClusters()
      .command_alert.BrokerClusterComponents brokerClusters = 9;
      Returns:
      Whether the brokerClusters field is set.
    • getBrokerClusters

      .command_alert.BrokerClusterComponents brokerClusters = 9;
      Returns:
      The brokerClusters.
    • getBrokerClustersOrBuilder

      CommandAlert.BrokerClusterComponentsOrBuilder getBrokerClustersOrBuilder()
      .command_alert.BrokerClusterComponents brokerClusters = 9;
    • hasTopic

      boolean hasTopic()
      .command_alert.TopicComponents topic = 10;
      Returns:
      Whether the topic field is set.
    • getTopic

      .command_alert.TopicComponents topic = 10;
      Returns:
      The topic.
    • getTopicOrBuilder

      .command_alert.TopicComponents topic = 10;
    • hasMetric

      boolean hasMetric()
      .command_alert.TriggerMetricType metric = 5;
      Returns:
      Whether the metric field is set.
    • getMetricValue

      int getMetricValue()
      .command_alert.TriggerMetricType metric = 5;
      Returns:
      The enum numeric value on the wire for metric.
    • getMetric

      .command_alert.TriggerMetricType metric = 5;
      Returns:
      The metric.
    • hasBrokerMetric

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

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

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

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

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

      .command_alert.TopicTriggerMetricType topicMetric = 12;
      Returns:
      The topicMetric.
    • getConditionValue

      int getConditionValue()
      .command_alert.TriggerCondition condition = 6;
      Returns:
      The enum numeric value on the wire for condition.
    • getCondition

      .command_alert.TriggerCondition condition = 6;
      Returns:
      The condition.
    • hasLongValue

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

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

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

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

      CommandAlert.StatusValue getStatusValue()
      .command_alert.StatusValue statusValue = 13;
      Returns:
      The statusValue.
    • getLagMs

      long getLagMs()
      int64 lagMs = 8;
      Returns:
      The lagMs.
    • getComponentCase

    • getTriggerMetricCase

    • getValueCase