Interface Alert.TriggerInfoOrBuilder

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

public static interface Alert.TriggerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getWindow

      long getWindow()
       window of the trigger
       
      int64 window = 1;
      Returns:
      The window.
    • getHasError

      boolean getHasError()
       the window has missing monitoring data
       
      bool hasError = 2;
      Returns:
      The hasError.
    • hasComponent

      boolean hasComponent()
       component (e.g. topic or broker) that fired the trigger
       
      .alert.ComponentDesc component = 3;
      Returns:
      Whether the component field is set.
    • getComponent

      Alert.ComponentDesc getComponent()
       component (e.g. topic or broker) that fired the trigger
       
      .alert.ComponentDesc component = 3;
      Returns:
      The component.
    • getComponentOrBuilder

      Alert.ComponentDescOrBuilder getComponentOrBuilder()
       component (e.g. topic or broker) that fired the trigger
       
      .alert.ComponentDesc component = 3;
    • 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 = 8;
      Returns:
      Whether the statusValue field is set.
    • getStatusValueValue

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

      CommandAlert.StatusValue getStatusValue()
      .command_alert.StatusValue statusValue = 8;
      Returns:
      The statusValue.
    • getValueCase