public static interface Alert.ActionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Alert.ActionInfo.ActionCase |
getActionCase() |
CommandAlert.EmailAction |
getEmail()
.command_alert.EmailAction email = 3; |
CommandAlert.EmailActionOrBuilder |
getEmailOrBuilder()
.command_alert.EmailAction email = 3; |
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; |
CommandAlert.WebHookAction |
getWebhook()
.command_alert.WebHookAction webhook = 4; |
CommandAlert.WebHookActionOrBuilder |
getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4; |
boolean |
hasEmail()
.command_alert.EmailAction email = 3; |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 4; |
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 hasEmail()
.command_alert.EmailAction email = 3;
CommandAlert.EmailAction getEmail()
.command_alert.EmailAction email = 3;
CommandAlert.EmailActionOrBuilder getEmailOrBuilder()
.command_alert.EmailAction email = 3;
boolean hasWebhook()
.command_alert.WebHookAction webhook = 4;
CommandAlert.WebHookAction getWebhook()
.command_alert.WebHookAction webhook = 4;
CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4;
Alert.ActionInfo.ActionCase getActionCase()