public static final class CommandAlert.ActionConfig extends com.google.protobuf.GeneratedMessageV3 implements CommandAlert.ActionConfigOrBuilder
command_alert.ActionConfig| Modifier and Type | Class and Description |
|---|---|
static class |
CommandAlert.ActionConfig.ActionCase |
static class |
CommandAlert.ActionConfig.Builder
Protobuf type
command_alert.ActionConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
EMAIL_FIELD_NUMBER |
static int |
ENABLED_FIELD_NUMBER |
static int |
GUID_FIELD_NUMBER |
static int |
INTERVALMS_FIELD_NUMBER |
static int |
MAXSENDRATE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TRIGGERGUID_FIELD_NUMBER |
static int |
WEBHOOK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CommandAlert.ActionConfig.ActionCase |
getActionCase() |
static CommandAlert.ActionConfig |
getDefaultInstance() |
CommandAlert.ActionConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CommandAlert.EmailAction |
getEmail()
.command_alert.EmailAction email = 7; |
CommandAlert.EmailActionOrBuilder |
getEmailOrBuilder()
.command_alert.EmailAction email = 7; |
boolean |
getEnabled()
bool enabled = 3; |
String |
getGuid()
string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 1; |
long |
getIntervalMs()
int64 intervalMs = 6; |
int |
getMaxSendRate()
int32 maxSendRate = 5; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
com.google.protobuf.Parser<CommandAlert.ActionConfig> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.ProtocolStringList |
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; |
int |
hashCode() |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CommandAlert.ActionConfig.Builder |
newBuilder() |
static CommandAlert.ActionConfig.Builder |
newBuilder(CommandAlert.ActionConfig prototype) |
CommandAlert.ActionConfig.Builder |
newBuilderForType() |
protected CommandAlert.ActionConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CommandAlert.ActionConfig |
parseDelimitedFrom(InputStream input) |
static CommandAlert.ActionConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.ActionConfig |
parseFrom(byte[] data) |
static CommandAlert.ActionConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.ActionConfig |
parseFrom(ByteBuffer data) |
static CommandAlert.ActionConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.ActionConfig |
parseFrom(com.google.protobuf.ByteString data) |
static CommandAlert.ActionConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.ActionConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandAlert.ActionConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.ActionConfig |
parseFrom(InputStream input) |
static CommandAlert.ActionConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CommandAlert.ActionConfig> |
parser() |
CommandAlert.ActionConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GUID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
public static final int TRIGGERGUID_FIELD_NUMBER
public static final int MAXSENDRATE_FIELD_NUMBER
public static final int INTERVALMS_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
public static final int WEBHOOK_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public CommandAlert.ActionConfig.ActionCase getActionCase()
getActionCase in interface CommandAlert.ActionConfigOrBuilderpublic String getGuid()
string guid = 1;getGuid in interface CommandAlert.ActionConfigOrBuilderpublic com.google.protobuf.ByteString getGuidBytes()
string guid = 1;getGuidBytes in interface CommandAlert.ActionConfigOrBuilderpublic String getName()
string name = 2;getName in interface CommandAlert.ActionConfigOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface CommandAlert.ActionConfigOrBuilderpublic boolean getEnabled()
bool enabled = 3;getEnabled in interface CommandAlert.ActionConfigOrBuilderpublic com.google.protobuf.ProtocolStringList getTriggerGuidList()
repeated string triggerGuid = 4;getTriggerGuidList in interface CommandAlert.ActionConfigOrBuilderpublic int getTriggerGuidCount()
repeated string triggerGuid = 4;getTriggerGuidCount in interface CommandAlert.ActionConfigOrBuilderpublic String getTriggerGuid(int index)
repeated string triggerGuid = 4;getTriggerGuid in interface CommandAlert.ActionConfigOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTriggerGuidBytes(int index)
repeated string triggerGuid = 4;getTriggerGuidBytes in interface CommandAlert.ActionConfigOrBuilderindex - The index of the value to return.public int getMaxSendRate()
int32 maxSendRate = 5;getMaxSendRate in interface CommandAlert.ActionConfigOrBuilderpublic long getIntervalMs()
int64 intervalMs = 6;getIntervalMs in interface CommandAlert.ActionConfigOrBuilderpublic boolean hasEmail()
.command_alert.EmailAction email = 7;hasEmail in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.EmailAction getEmail()
.command_alert.EmailAction email = 7;getEmail in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.EmailActionOrBuilder getEmailOrBuilder()
.command_alert.EmailAction email = 7;getEmailOrBuilder in interface CommandAlert.ActionConfigOrBuilderpublic boolean hasWebhook()
.command_alert.WebHookAction webhook = 8;hasWebhook in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.WebHookAction getWebhook()
.command_alert.WebHookAction webhook = 8;getWebhook in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 8;getWebhookOrBuilder in interface CommandAlert.ActionConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CommandAlert.ActionConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.ActionConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static CommandAlert.ActionConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommandAlert.ActionConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CommandAlert.ActionConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommandAlert.ActionConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CommandAlert.ActionConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CommandAlert.ActionConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CommandAlert.ActionConfig.Builder newBuilder()
public static CommandAlert.ActionConfig.Builder newBuilder(CommandAlert.ActionConfig prototype)
public CommandAlert.ActionConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CommandAlert.ActionConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CommandAlert.ActionConfig getDefaultInstance()
public static com.google.protobuf.Parser<CommandAlert.ActionConfig> parser()
public com.google.protobuf.Parser<CommandAlert.ActionConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CommandAlert.ActionConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder