public static final class Alert.ActionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder> implements Alert.ActionInfoOrBuilder
alert.ActionInfo
Modifier and Type | Method and Description |
---|---|
Alert.ActionInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Alert.ActionInfo |
build() |
Alert.ActionInfo |
buildPartial() |
Alert.ActionInfo.Builder |
clear() |
Alert.ActionInfo.Builder |
clearAction() |
Alert.ActionInfo.Builder |
clearEmail()
.command_alert.EmailAction email = 3; |
Alert.ActionInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Alert.ActionInfo.Builder |
clearGuid()
string guid = 1; |
Alert.ActionInfo.Builder |
clearName()
string name = 2; |
Alert.ActionInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Alert.ActionInfo.Builder |
clearWebhook()
.command_alert.WebHookAction webhook = 4; |
Alert.ActionInfo.Builder |
clone() |
Alert.ActionInfo.ActionCase |
getActionCase() |
Alert.ActionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CommandAlert.EmailAction |
getEmail()
.command_alert.EmailAction email = 3; |
CommandAlert.EmailAction.Builder |
getEmailBuilder()
.command_alert.EmailAction email = 3; |
CommandAlert.EmailActionOrBuilder |
getEmailOrBuilder()
.command_alert.EmailAction email = 3; |
String |
getGuid()
string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 1; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
CommandAlert.WebHookAction |
getWebhook()
.command_alert.WebHookAction webhook = 4; |
CommandAlert.WebHookAction.Builder |
getWebhookBuilder()
.command_alert.WebHookAction webhook = 4; |
CommandAlert.WebHookActionOrBuilder |
getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4; |
boolean |
hasEmail()
.command_alert.EmailAction email = 3; |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Alert.ActionInfo.Builder |
mergeEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 3; |
Alert.ActionInfo.Builder |
mergeFrom(Alert.ActionInfo other) |
Alert.ActionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alert.ActionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Alert.ActionInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Alert.ActionInfo.Builder |
mergeWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 4; |
Alert.ActionInfo.Builder |
setEmail(CommandAlert.EmailAction.Builder builderForValue)
.command_alert.EmailAction email = 3; |
Alert.ActionInfo.Builder |
setEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 3; |
Alert.ActionInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Alert.ActionInfo.Builder |
setGuid(String value)
string guid = 1; |
Alert.ActionInfo.Builder |
setGuidBytes(com.google.protobuf.ByteString value)
string guid = 1; |
Alert.ActionInfo.Builder |
setName(String value)
string name = 2; |
Alert.ActionInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 2; |
Alert.ActionInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Alert.ActionInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Alert.ActionInfo.Builder |
setWebhook(CommandAlert.WebHookAction.Builder builderForValue)
.command_alert.WebHookAction webhook = 4; |
Alert.ActionInfo.Builder |
setWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 4; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Alert.ActionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Alert.ActionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Alert.ActionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder mergeFrom(Alert.ActionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public Alert.ActionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Alert.ActionInfo.Builder>
IOException
public Alert.ActionInfo.ActionCase getActionCase()
getActionCase
in interface Alert.ActionInfoOrBuilder
public Alert.ActionInfo.Builder clearAction()
public 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 Alert.ActionInfo.Builder setGuid(String value)
string guid = 1;
value
- The guid to set.public Alert.ActionInfo.Builder clearGuid()
string guid = 1;
public Alert.ActionInfo.Builder setGuidBytes(com.google.protobuf.ByteString value)
string guid = 1;
value
- The bytes for guid to set.public 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 Alert.ActionInfo.Builder setName(String value)
string name = 2;
value
- The name to set.public Alert.ActionInfo.Builder clearName()
string name = 2;
public Alert.ActionInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
value
- The bytes for name to set.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 Alert.ActionInfo.Builder setEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 3;
public Alert.ActionInfo.Builder setEmail(CommandAlert.EmailAction.Builder builderForValue)
.command_alert.EmailAction email = 3;
public Alert.ActionInfo.Builder mergeEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 3;
public Alert.ActionInfo.Builder clearEmail()
.command_alert.EmailAction email = 3;
public CommandAlert.EmailAction.Builder getEmailBuilder()
.command_alert.EmailAction email = 3;
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 Alert.ActionInfo.Builder setWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 4;
public Alert.ActionInfo.Builder setWebhook(CommandAlert.WebHookAction.Builder builderForValue)
.command_alert.WebHookAction webhook = 4;
public Alert.ActionInfo.Builder mergeWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 4;
public Alert.ActionInfo.Builder clearWebhook()
.command_alert.WebHookAction webhook = 4;
public CommandAlert.WebHookAction.Builder getWebhookBuilder()
.command_alert.WebHookAction webhook = 4;
public CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 4;
getWebhookOrBuilder
in interface Alert.ActionInfoOrBuilder
public final Alert.ActionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>
public final Alert.ActionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Alert.ActionInfo.Builder>