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 Details

    • getGuid

      String getGuid()
      string guid = 1;
      Returns:
      The guid.
    • getGuidBytes

      com.google.protobuf.ByteString getGuidBytes()
      string guid = 1;
      Returns:
      The bytes for guid.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getEnabled

      boolean getEnabled()
      bool enabled = 3;
      Returns:
      The enabled.
    • getTriggerGuidList

      List<String> getTriggerGuidList()
      repeated string triggerGuid = 4;
      Returns:
      A list containing the triggerGuid.
    • getTriggerGuidCount

      int getTriggerGuidCount()
      repeated string triggerGuid = 4;
      Returns:
      The count of triggerGuid.
    • getTriggerGuid

      String getTriggerGuid(int index)
      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

      .command_alert.EmailAction email = 7;
      Returns:
      The email.
    • getEmailOrBuilder

      .command_alert.EmailAction email = 7;
    • hasWebhook

      boolean hasWebhook()
      .command_alert.WebHookAction webhook = 8;
      Returns:
      Whether the webhook field is set.
    • getWebhook

      .command_alert.WebHookAction webhook = 8;
      Returns:
      The webhook.
    • getWebhookOrBuilder

      .command_alert.WebHookAction webhook = 8;
    • getActionCase