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; |
java.lang.String |
getGuid()
string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 1; |
long |
getIntervalMs()
int64 intervalMs = 6; |
int |
getMaxSendRate()
int32 maxSendRate = 5; |
java.lang.String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
java.lang.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; |
java.util.List<java.lang.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, hasOneof
java.lang.String getGuid()
string guid = 1;
com.google.protobuf.ByteString getGuidBytes()
string guid = 1;
java.lang.String getName()
string name = 2;
com.google.protobuf.ByteString getNameBytes()
string name = 2;
boolean getEnabled()
bool enabled = 3;
java.util.List<java.lang.String> getTriggerGuidList()
repeated string triggerGuid = 4;
int getTriggerGuidCount()
repeated string triggerGuid = 4;
java.lang.String getTriggerGuid(int index)
repeated string triggerGuid = 4;
com.google.protobuf.ByteString getTriggerGuidBytes(int index)
repeated string triggerGuid = 4;
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()