Interface Alert.ActionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Alert.ActionInfo,Alert.ActionInfo.Builder
- Enclosing class:
Alert
public static interface Alert.ActionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail().command_alert.EmailAction email = 3;.command_alert.EmailAction email = 3;getGuid()string guid = 1;com.google.protobuf.ByteStringstring guid = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;.command_alert.WebHookAction webhook = 4;.command_alert.WebHookAction webhook = 4;booleanhasEmail().command_alert.EmailAction email = 3;boolean.command_alert.WebHookAction webhook = 4;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
-
getGuid
-
getGuidBytes
com.google.protobuf.ByteString getGuidBytes()string guid = 1;- Returns:
- The bytes for guid.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
hasEmail
boolean hasEmail().command_alert.EmailAction email = 3;- Returns:
- Whether the email field is set.
-
getEmail
-
getEmailOrBuilder
CommandAlert.EmailActionOrBuilder getEmailOrBuilder().command_alert.EmailAction email = 3; -
hasWebhook
boolean hasWebhook().command_alert.WebHookAction webhook = 4;- Returns:
- Whether the webhook field is set.
-
getWebhook
CommandAlert.WebHookAction getWebhook().command_alert.WebHookAction webhook = 4;- Returns:
- The webhook.
-
getWebhookOrBuilder
CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder().command_alert.WebHookAction webhook = 4; -
getActionCase
Alert.ActionInfo.ActionCase getActionCase()
-