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(java.lang.Iterable<java.lang.String> values)
repeated string triggerGuid = 4; |
CommandAlert.ActionConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CommandAlert.ActionConfig.Builder |
addTriggerGuid(java.lang.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; |
java.lang.String |
getGuid()
string guid = 1; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 1; |
long |
getIntervalMs()
int64 intervalMs = 6; |
int |
getMaxSendRate()
int32 maxSendRate = 5; |
java.lang.String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
java.lang.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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
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,
java.lang.Object value) |
CommandAlert.ActionConfig.Builder |
setGuid(java.lang.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(java.lang.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,
java.lang.Object value) |
CommandAlert.ActionConfig.Builder |
setTriggerGuid(int index,
java.lang.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, 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<CommandAlert.ActionConfig.Builder>
public CommandAlert.ActionConfig.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<CommandAlert.ActionConfig.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<CommandAlert.ActionConfig.Builder>
public CommandAlert.ActionConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CommandAlert.ActionConfig build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CommandAlert.ActionConfig buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CommandAlert.ActionConfig.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<CommandAlert.ActionConfig.Builder>
public CommandAlert.ActionConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>
public CommandAlert.ActionConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>
public CommandAlert.ActionConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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 java.io.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<CommandAlert.ActionConfig.Builder>
java.io.IOException
public CommandAlert.ActionConfig.ActionCase getActionCase()
getActionCase
in interface CommandAlert.ActionConfigOrBuilder
public CommandAlert.ActionConfig.Builder clearAction()
public java.lang.String getGuid()
string guid = 1;
getGuid
in interface CommandAlert.ActionConfigOrBuilder
public com.google.protobuf.ByteString getGuidBytes()
string guid = 1;
getGuidBytes
in interface CommandAlert.ActionConfigOrBuilder
public CommandAlert.ActionConfig.Builder setGuid(java.lang.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 java.lang.String getName()
string name = 2;
getName
in interface CommandAlert.ActionConfigOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 2;
getNameBytes
in interface CommandAlert.ActionConfigOrBuilder
public CommandAlert.ActionConfig.Builder setName(java.lang.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.ActionConfigOrBuilder
public 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.ActionConfigOrBuilder
public int getTriggerGuidCount()
repeated string triggerGuid = 4;
getTriggerGuidCount
in interface CommandAlert.ActionConfigOrBuilder
public java.lang.String getTriggerGuid(int index)
repeated string triggerGuid = 4;
getTriggerGuid
in interface CommandAlert.ActionConfigOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getTriggerGuidBytes(int index)
repeated string triggerGuid = 4;
getTriggerGuidBytes
in interface CommandAlert.ActionConfigOrBuilder
index
- The index of the value to return.public CommandAlert.ActionConfig.Builder setTriggerGuid(int index, java.lang.String value)
repeated string triggerGuid = 4;
index
- The index to set the value at.value
- The triggerGuid to set.public CommandAlert.ActionConfig.Builder addTriggerGuid(java.lang.String value)
repeated string triggerGuid = 4;
value
- The triggerGuid to add.public CommandAlert.ActionConfig.Builder addAllTriggerGuid(java.lang.Iterable<java.lang.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.ActionConfigOrBuilder
public 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.ActionConfigOrBuilder
public 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.ActionConfigOrBuilder
public CommandAlert.EmailAction getEmail()
.command_alert.EmailAction email = 7;
getEmail
in interface CommandAlert.ActionConfigOrBuilder
public 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.ActionConfigOrBuilder
public boolean hasWebhook()
.command_alert.WebHookAction webhook = 8;
hasWebhook
in interface CommandAlert.ActionConfigOrBuilder
public CommandAlert.WebHookAction getWebhook()
.command_alert.WebHookAction webhook = 8;
getWebhook
in interface CommandAlert.ActionConfigOrBuilder
public 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.ActionConfigOrBuilder
public final CommandAlert.ActionConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.ActionConfig.Builder>