Interface Controlcenter.TriggerEventOrBuilder

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

public static interface Controlcenter.TriggerEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    true if this is a heartbeat event, not actual trigger
    .alert.TriggerInfo info = 3;
    .alert.TriggerInfo info = 3;
    int
    int32 internalTopicPartition = 5;
    long
    time (in C3 time) of this trigger event
    GUID of MonitoringTriggerConfig
    com.google.protobuf.ByteString
    GUID of MonitoringTriggerConfig
    long
    window of associated triggering action
    boolean
    .alert.TriggerInfo info = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTriggerGuid

      String getTriggerGuid()
       GUID of MonitoringTriggerConfig
       
      string triggerGuid = 1;
      Returns:
      The triggerGuid.
    • getTriggerGuidBytes

      com.google.protobuf.ByteString getTriggerGuidBytes()
       GUID of MonitoringTriggerConfig
       
      string triggerGuid = 1;
      Returns:
      The bytes for triggerGuid.
    • getTimestamp

      long getTimestamp()
       time (in C3 time) of this trigger event
       
      int64 timestamp = 2;
      Returns:
      The timestamp.
    • hasInfo

      boolean hasInfo()
      .alert.TriggerInfo info = 3;
      Returns:
      Whether the info field is set.
    • getInfo

      .alert.TriggerInfo info = 3;
      Returns:
      The info.
    • getInfoOrBuilder

      Alert.TriggerInfoOrBuilder getInfoOrBuilder()
      .alert.TriggerInfo info = 3;
    • getHeartbeat

      boolean getHeartbeat()
       true if this is a heartbeat event, not actual trigger
       
      bool heartbeat = 4;
      Returns:
      The heartbeat.
    • getInternalTopicPartition

      int getInternalTopicPartition()
      int32 internalTopicPartition = 5;
      Returns:
      The internalTopicPartition.
    • getWindow

      long getWindow()
       window of associated triggering action
       
      int64 window = 6;
      Returns:
      The window.