Interface CommandAlert.ActionConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandAlert.ActionConfig,CommandAlert.ActionConfig.Builder
- Enclosing class:
CommandAlert
public static interface CommandAlert.ActionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail().command_alert.EmailAction email = 7;.command_alert.EmailAction email = 7;booleanbool enabled = 3;getGuid()string guid = 1;com.google.protobuf.ByteStringstring guid = 1;longint64 intervalMs = 6;intint32 maxSendRate = 5;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getTriggerGuid(int index) repeated string triggerGuid = 4;com.google.protobuf.ByteStringgetTriggerGuidBytes(int index) repeated string triggerGuid = 4;intrepeated string triggerGuid = 4;repeated string triggerGuid = 4;.command_alert.WebHookAction webhook = 8;.command_alert.WebHookAction webhook = 8;booleanhasEmail().command_alert.EmailAction email = 7;boolean.command_alert.WebHookAction webhook = 8;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.
-
getEnabled
boolean getEnabled()bool enabled = 3;- Returns:
- The enabled.
-
getTriggerGuidList
-
getTriggerGuidCount
int getTriggerGuidCount()repeated string triggerGuid = 4;- Returns:
- The count of triggerGuid.
-
getTriggerGuid
repeated string triggerGuid = 4;- Parameters:
index- The index of the element to return.- Returns:
- The triggerGuid at the given index.
-
getTriggerGuidBytes
com.google.protobuf.ByteString getTriggerGuidBytes(int index) repeated string triggerGuid = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the triggerGuid at the given index.
-
getMaxSendRate
int getMaxSendRate()int32 maxSendRate = 5;- Returns:
- The maxSendRate.
-
getIntervalMs
long getIntervalMs()int64 intervalMs = 6;- Returns:
- The intervalMs.
-
hasEmail
boolean hasEmail().command_alert.EmailAction email = 7;- Returns:
- Whether the email field is set.
-
getEmail
-
getEmailOrBuilder
CommandAlert.EmailActionOrBuilder getEmailOrBuilder().command_alert.EmailAction email = 7; -
hasWebhook
boolean hasWebhook().command_alert.WebHookAction webhook = 8;- Returns:
- Whether the webhook field is set.
-
getWebhook
CommandAlert.WebHookAction getWebhook().command_alert.WebHookAction webhook = 8;- Returns:
- The webhook.
-
getWebhookOrBuilder
CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder().command_alert.WebHookAction webhook = 8; -
getActionCase
CommandAlert.ActionConfig.ActionCase getActionCase()
-