public static final class Alert.ActionInfo extends com.google.protobuf.GeneratedMessageV3 implements Alert.ActionInfoOrBuilder
alert.ActionInfo
Modifier and Type | Class and Description |
---|---|
static class |
Alert.ActionInfo.ActionCase |
static class |
Alert.ActionInfo.Builder
Protobuf type
alert.ActionInfo |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
EMAIL_FIELD_NUMBER |
static int |
GUID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
WEBHOOK_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Alert.ActionInfo.ActionCase |
getActionCase() |
static Alert.ActionInfo |
getDefaultInstance() |
Alert.ActionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Alert.ActionInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
CommandAlert.WebHookAction |
getWebhook()
.command_alert.WebHookAction webhook = 4; |
CommandAlert.WebHookActionOrBuilder |
getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4; |
boolean |
hasEmail()
.command_alert.EmailAction email = 3; |
int |
hashCode() |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Alert.ActionInfo.Builder |
newBuilder() |
static Alert.ActionInfo.Builder |
newBuilder(Alert.ActionInfo prototype) |
Alert.ActionInfo.Builder |
newBuilderForType() |
protected Alert.ActionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Alert.ActionInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Alert.ActionInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Alert.ActionInfo |
parseFrom(byte[] data) |
static Alert.ActionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Alert.ActionInfo |
parseFrom(java.nio.ByteBuffer data) |
static Alert.ActionInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Alert.ActionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Alert.ActionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Alert.ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Alert.ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Alert.ActionInfo |
parseFrom(java.io.InputStream input) |
static Alert.ActionInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Alert.ActionInfo> |
parser() |
Alert.ActionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int GUID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
public static final int WEBHOOK_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public Alert.ActionInfo.ActionCase getActionCase()
getActionCase
in interface Alert.ActionInfoOrBuilder
public java.lang.String getGuid()
string guid = 1;
getGuid
in interface Alert.ActionInfoOrBuilder
public com.google.protobuf.ByteString getGuidBytes()
string guid = 1;
getGuidBytes
in interface Alert.ActionInfoOrBuilder
public java.lang.String getName()
string name = 2;
getName
in interface Alert.ActionInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 2;
getNameBytes
in interface Alert.ActionInfoOrBuilder
public boolean hasEmail()
.command_alert.EmailAction email = 3;
hasEmail
in interface Alert.ActionInfoOrBuilder
public CommandAlert.EmailAction getEmail()
.command_alert.EmailAction email = 3;
getEmail
in interface Alert.ActionInfoOrBuilder
public CommandAlert.EmailActionOrBuilder getEmailOrBuilder()
.command_alert.EmailAction email = 3;
getEmailOrBuilder
in interface Alert.ActionInfoOrBuilder
public boolean hasWebhook()
.command_alert.WebHookAction webhook = 4;
hasWebhook
in interface Alert.ActionInfoOrBuilder
public CommandAlert.WebHookAction getWebhook()
.command_alert.WebHookAction webhook = 4;
getWebhook
in interface Alert.ActionInfoOrBuilder
public CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4;
getWebhookOrBuilder
in interface Alert.ActionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Alert.ActionInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Alert.ActionInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Alert.ActionInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Alert.ActionInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Alert.ActionInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Alert.ActionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Alert.ActionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Alert.ActionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Alert.ActionInfo.Builder newBuilder()
public static Alert.ActionInfo.Builder newBuilder(Alert.ActionInfo prototype)
public Alert.ActionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Alert.ActionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Alert.ActionInfo getDefaultInstance()
public static com.google.protobuf.Parser<Alert.ActionInfo> parser()
public com.google.protobuf.Parser<Alert.ActionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Alert.ActionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder