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 TypeMethodDescriptionbooleantrue if this is a heartbeat event, not actual triggergetInfo().alert.TriggerInfo info = 3;.alert.TriggerInfo info = 3;intint32 internalTopicPartition = 5;longtime (in C3 time) of this trigger eventGUID of MonitoringTriggerConfigcom.google.protobuf.ByteStringGUID of MonitoringTriggerConfiglongwindow of associated triggering actionbooleanhasInfo().alert.TriggerInfo info = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 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.
-