public static final class CommandAlert.ActionConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder> implements CommandAlert.ActionConfigOrBuilder
command_alert.ActionConfig| Modifier and Type | Method and Description |
|---|---|
CommandAlert.ActionConfig.Builder |
addAllTriggerGuid(Iterable<String> values)
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.ActionConfig.Builder |
addTriggerGuid(String value)
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig.Builder |
addTriggerGuidBytes(com.google.protobuf.ByteString value)
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig |
build() |
CommandAlert.ActionConfig |
buildPartial() |
CommandAlert.ActionConfig.Builder |
clear() |
CommandAlert.ActionConfig.Builder |
clearAction() |
CommandAlert.ActionConfig.Builder |
clearEmail()
.command_alert.EmailAction email = 7; |
CommandAlert.ActionConfig.Builder |
clearEnabled()
bool enabled = 3; |
CommandAlert.ActionConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandAlert.ActionConfig.Builder |
clearGuid()
string guid = 1; |
CommandAlert.ActionConfig.Builder |
clearIntervalMs()
int64 intervalMs = 6; |
CommandAlert.ActionConfig.Builder |
clearMaxSendRate()
int32 maxSendRate = 5; |
CommandAlert.ActionConfig.Builder |
clearName()
string name = 2; |
CommandAlert.ActionConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandAlert.ActionConfig.Builder |
clearTriggerGuid()
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig.Builder |
clearWebhook()
.command_alert.WebHookAction webhook = 8; |
CommandAlert.ActionConfig.Builder |
clone() |
CommandAlert.ActionConfig.ActionCase |
getActionCase() |
CommandAlert.ActionConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CommandAlert.EmailAction |
getEmail()
.command_alert.EmailAction email = 7; |
CommandAlert.EmailAction.Builder |
getEmailBuilder()
.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; |
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.WebHookAction.Builder |
getWebhookBuilder()
.command_alert.WebHookAction webhook = 8; |
CommandAlert.WebHookActionOrBuilder |
getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 8; |
boolean |
hasEmail()
.command_alert.EmailAction email = 7; |
boolean |
hasWebhook()
.command_alert.WebHookAction webhook = 8; |
boolean |
isInitialized() |
CommandAlert.ActionConfig.Builder |
mergeEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 7; |
CommandAlert.ActionConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandAlert.ActionConfig.Builder |
mergeFrom(CommandAlert.ActionConfig other) |
CommandAlert.ActionConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
CommandAlert.ActionConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandAlert.ActionConfig.Builder |
mergeWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 8; |
CommandAlert.ActionConfig.Builder |
setEmail(CommandAlert.EmailAction.Builder builderForValue)
.command_alert.EmailAction email = 7; |
CommandAlert.ActionConfig.Builder |
setEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 7; |
CommandAlert.ActionConfig.Builder |
setEnabled(boolean value)
bool enabled = 3; |
CommandAlert.ActionConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.ActionConfig.Builder |
setGuid(String value)
string guid = 1; |
CommandAlert.ActionConfig.Builder |
setGuidBytes(com.google.protobuf.ByteString value)
string guid = 1; |
CommandAlert.ActionConfig.Builder |
setIntervalMs(long value)
int64 intervalMs = 6; |
CommandAlert.ActionConfig.Builder |
setMaxSendRate(int value)
int32 maxSendRate = 5; |
CommandAlert.ActionConfig.Builder |
setName(String value)
string name = 2; |
CommandAlert.ActionConfig.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 2; |
CommandAlert.ActionConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommandAlert.ActionConfig.Builder |
setTriggerGuid(int index,
String value)
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandAlert.ActionConfig.Builder |
setWebhook(CommandAlert.WebHookAction.Builder builderForValue)
.command_alert.WebHookAction webhook = 8; |
CommandAlert.ActionConfig.Builder |
setWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 8; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public CommandAlert.ActionConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CommandAlert.ActionConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CommandAlert.ActionConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CommandAlert.ActionConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder mergeFrom(CommandAlert.ActionConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public CommandAlert.ActionConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CommandAlert.ActionConfig.Builder>IOExceptionpublic CommandAlert.ActionConfig.ActionCase getActionCase()
getActionCase in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder clearAction()
public String getGuid()
string guid = 1;getGuid in interface CommandAlert.ActionConfigOrBuilderpublic com.google.protobuf.ByteString getGuidBytes()
string guid = 1;getGuidBytes in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder setGuid(String value)
string guid = 1;value - The guid to set.public CommandAlert.ActionConfig.Builder clearGuid()
string guid = 1;public CommandAlert.ActionConfig.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 CommandAlert.ActionConfigOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder setName(String value)
string name = 2;value - The name to set.public CommandAlert.ActionConfig.Builder clearName()
string name = 2;public CommandAlert.ActionConfig.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 2;value - The bytes for name to set.public boolean getEnabled()
bool enabled = 3;getEnabled in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder setEnabled(boolean value)
bool enabled = 3;value - The enabled to set.public CommandAlert.ActionConfig.Builder clearEnabled()
bool enabled = 3;public 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 CommandAlert.ActionConfig.Builder setTriggerGuid(int index, String value)
repeated string triggerGuid = 4;index - The index to set the value at.value - The triggerGuid to set.public CommandAlert.ActionConfig.Builder addTriggerGuid(String value)
repeated string triggerGuid = 4;value - The triggerGuid to add.public CommandAlert.ActionConfig.Builder addAllTriggerGuid(Iterable<String> values)
repeated string triggerGuid = 4;values - The triggerGuid to add.public CommandAlert.ActionConfig.Builder clearTriggerGuid()
repeated string triggerGuid = 4;public CommandAlert.ActionConfig.Builder addTriggerGuidBytes(com.google.protobuf.ByteString value)
repeated string triggerGuid = 4;value - The bytes of the triggerGuid to add.public int getMaxSendRate()
int32 maxSendRate = 5;getMaxSendRate in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder setMaxSendRate(int value)
int32 maxSendRate = 5;value - The maxSendRate to set.public CommandAlert.ActionConfig.Builder clearMaxSendRate()
int32 maxSendRate = 5;public long getIntervalMs()
int64 intervalMs = 6;getIntervalMs in interface CommandAlert.ActionConfigOrBuilderpublic CommandAlert.ActionConfig.Builder setIntervalMs(long value)
int64 intervalMs = 6;value - The intervalMs to set.public CommandAlert.ActionConfig.Builder clearIntervalMs()
int64 intervalMs = 6;public 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.ActionConfig.Builder setEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 7;public CommandAlert.ActionConfig.Builder setEmail(CommandAlert.EmailAction.Builder builderForValue)
.command_alert.EmailAction email = 7;public CommandAlert.ActionConfig.Builder mergeEmail(CommandAlert.EmailAction value)
.command_alert.EmailAction email = 7;public CommandAlert.ActionConfig.Builder clearEmail()
.command_alert.EmailAction email = 7;public CommandAlert.EmailAction.Builder getEmailBuilder()
.command_alert.EmailAction email = 7;public 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.ActionConfig.Builder setWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 8;public CommandAlert.ActionConfig.Builder setWebhook(CommandAlert.WebHookAction.Builder builderForValue)
.command_alert.WebHookAction webhook = 8;public CommandAlert.ActionConfig.Builder mergeWebhook(CommandAlert.WebHookAction value)
.command_alert.WebHookAction webhook = 8;public CommandAlert.ActionConfig.Builder clearWebhook()
.command_alert.WebHookAction webhook = 8;public CommandAlert.WebHookAction.Builder getWebhookBuilder()
.command_alert.WebHookAction webhook = 8;public CommandAlert.WebHookActionOrBuilder getWebhookOrBuilder()
.command_alert.WebHookAction webhook = 8;getWebhookOrBuilder in interface CommandAlert.ActionConfigOrBuilderpublic final CommandAlert.ActionConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>public final CommandAlert.ActionConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>