public static interface CommandAlert.ActionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommandAlert.ActionConfig.ActionCase |
getActionCase() |
CommandAlert.EmailAction |
getEmail()
.command_alert.EmailAction email = 7; |
CommandAlert.EmailActionOrBuilder |
getEmailOrBuilder()
.command_alert.EmailAction email = 7; |
boolean |
getEnabled()
bool enabled = 3; |
String |
getGuid()
string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 1; |
long |
getIntervalMs()
int64 intervalMs = 6; |
int |
getMaxSendRate()
int32 maxSendRate = 5; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
String |
getTriggerGuid(int index)
repeated string triggerGuid = 4; |
com.google.protobuf.ByteString |
getTriggerGuidBytes(int index)
repeated string triggerGuid = 4; |
int |
getTriggerGuidCount()
repeated string triggerGuid = 4; |
List<String> |
getTriggerGuidList()
repeated string triggerGuid = 4; |
CommandAlert.WebHookAction |
getWebhook()
.command_alert.WebHookAction webhook = 8; |
CommandAlert.WebHookActionOrBuilder |
getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 8; |
boolean |
hasEmail()
.command_alert.EmailAction email = 7; |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGuid()
string guid = 1;com.google.protobuf.ByteString getGuidBytes()
string guid = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;boolean getEnabled()
bool enabled = 3;List<String> getTriggerGuidList()
repeated string triggerGuid = 4;int getTriggerGuidCount()
repeated string triggerGuid = 4;String getTriggerGuid(int index)
repeated string triggerGuid = 4;index - The index of the element to return.com.google.protobuf.ByteString getTriggerGuidBytes(int index)
repeated string triggerGuid = 4;index - The index of the value to return.int getMaxSendRate()
int32 maxSendRate = 5;long getIntervalMs()
int64 intervalMs = 6;boolean hasEmail()
.command_alert.EmailAction email = 7;CommandAlert.EmailAction getEmail()
.command_alert.EmailAction email = 7;CommandAlert.EmailActionOrBuilder getEmailOrBuilder()
.command_alert.EmailAction email = 7;boolean hasWebhook()
.command_alert.WebHookAction webhook = 8;CommandAlert.WebHookAction getWebhook()
.command_alert.WebHookAction webhook = 8;CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 8;CommandAlert.ActionConfig.ActionCase getActionCase()