public static interface Controlcenter.TriggerActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Alert.ActionInfo |
getActions(int index)
repeated .alert.ActionInfo actions = 1; |
int |
getActionsCount()
repeated .alert.ActionInfo actions = 1; |
java.util.List<Alert.ActionInfo> |
getActionsList()
repeated .alert.ActionInfo actions = 1; |
Alert.ActionInfoOrBuilder |
getActionsOrBuilder(int index)
repeated .alert.ActionInfo actions = 1; |
java.util.List<? extends Alert.ActionInfoOrBuilder> |
getActionsOrBuilderList()
repeated .alert.ActionInfo actions = 1; |
long |
getIntervalMs()
int64 intervalMs = 3; |
long |
getLastTriggerInfoSequence()
ensure we don't duplicate same trigger info (with
|
long |
getNextActionTimestamp()
int64 nextActionTimestamp = 4; |
long |
getSendPeriodMs()
int64 sendPeriodMs = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Alert.ActionInfo> getActionsList()
repeated .alert.ActionInfo actions = 1;
Alert.ActionInfo getActions(int index)
repeated .alert.ActionInfo actions = 1;
int getActionsCount()
repeated .alert.ActionInfo actions = 1;
java.util.List<? extends Alert.ActionInfoOrBuilder> getActionsOrBuilderList()
repeated .alert.ActionInfo actions = 1;
Alert.ActionInfoOrBuilder getActionsOrBuilder(int index)
repeated .alert.ActionInfo actions = 1;
long getSendPeriodMs()
int64 sendPeriodMs = 2;
long getIntervalMs()
int64 intervalMs = 3;
long getNextActionTimestamp()
int64 nextActionTimestamp = 4;
long getLastTriggerInfoSequence()
ensure we don't duplicate same trigger info (with
int64 lastTriggerInfoSequence = 5;