public static final class CommandAlert.PagerDuty.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.PagerDuty.Builder> implements CommandAlert.PagerDutyOrBuilder
command_alert.PagerDuty
Modifier and Type | Method and Description |
---|---|
CommandAlert.PagerDuty.Builder |
addAllLinks(Iterable<? extends CommandAlert.PagerDutyLink> values)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
addLinks(CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
addLinks(CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
addLinks(int index,
CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
addLinks(int index,
CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDutyLink.Builder |
addLinksBuilder()
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDutyLink.Builder |
addLinksBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.PagerDuty |
build() |
CommandAlert.PagerDuty |
buildPartial() |
CommandAlert.PagerDuty.Builder |
clear() |
CommandAlert.PagerDuty.Builder |
clearEventAction()
string event_action = 2; |
CommandAlert.PagerDuty.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandAlert.PagerDuty.Builder |
clearLinks()
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandAlert.PagerDuty.Builder |
clearPayload()
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDuty.Builder |
clearRoutingKey()
string routing_key = 1; |
CommandAlert.PagerDuty.Builder |
clone() |
CommandAlert.PagerDuty |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEventAction()
string event_action = 2; |
com.google.protobuf.ByteString |
getEventActionBytes()
string event_action = 2; |
CommandAlert.PagerDutyLink |
getLinks(int index)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDutyLink.Builder |
getLinksBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4; |
List<CommandAlert.PagerDutyLink.Builder> |
getLinksBuilderList()
repeated .command_alert.PagerDutyLink links = 4; |
int |
getLinksCount()
repeated .command_alert.PagerDutyLink links = 4; |
List<CommandAlert.PagerDutyLink> |
getLinksList()
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDutyLinkOrBuilder |
getLinksOrBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4; |
List<? extends CommandAlert.PagerDutyLinkOrBuilder> |
getLinksOrBuilderList()
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDutyPayload |
getPayload()
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDutyPayload.Builder |
getPayloadBuilder()
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDutyPayloadOrBuilder |
getPayloadOrBuilder()
.command_alert.PagerDutyPayload payload = 3; |
String |
getRoutingKey()
string routing_key = 1; |
com.google.protobuf.ByteString |
getRoutingKeyBytes()
string routing_key = 1; |
boolean |
hasPayload()
.command_alert.PagerDutyPayload payload = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CommandAlert.PagerDuty.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandAlert.PagerDuty.Builder |
mergeFrom(CommandAlert.PagerDuty other) |
CommandAlert.PagerDuty.Builder |
mergeFrom(com.google.protobuf.Message other) |
CommandAlert.PagerDuty.Builder |
mergePayload(CommandAlert.PagerDutyPayload value)
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDuty.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandAlert.PagerDuty.Builder |
removeLinks(int index)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
setEventAction(String value)
string event_action = 2; |
CommandAlert.PagerDuty.Builder |
setEventActionBytes(com.google.protobuf.ByteString value)
string event_action = 2; |
CommandAlert.PagerDuty.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CommandAlert.PagerDuty.Builder |
setLinks(int index,
CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
setLinks(int index,
CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4; |
CommandAlert.PagerDuty.Builder |
setPayload(CommandAlert.PagerDutyPayload.Builder builderForValue)
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDuty.Builder |
setPayload(CommandAlert.PagerDutyPayload value)
.command_alert.PagerDutyPayload payload = 3; |
CommandAlert.PagerDuty.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CommandAlert.PagerDuty.Builder |
setRoutingKey(String value)
string routing_key = 1; |
CommandAlert.PagerDuty.Builder |
setRoutingKeyBytes(com.google.protobuf.ByteString value)
string routing_key = 1; |
CommandAlert.PagerDuty.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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.PagerDuty.Builder>
public CommandAlert.PagerDuty.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.PagerDuty.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.PagerDuty.Builder>
public CommandAlert.PagerDuty getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CommandAlert.PagerDuty build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CommandAlert.PagerDuty buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CommandAlert.PagerDuty.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.PagerDuty.Builder>
public CommandAlert.PagerDuty.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<CommandAlert.PagerDuty.Builder>
public CommandAlert.PagerDuty.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.PagerDuty.Builder>
public CommandAlert.PagerDuty.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.PagerDuty.Builder>
public CommandAlert.PagerDuty.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<CommandAlert.PagerDuty.Builder>
public CommandAlert.PagerDuty.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<CommandAlert.PagerDuty.Builder>
public CommandAlert.PagerDuty.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CommandAlert.PagerDuty.Builder>
public CommandAlert.PagerDuty.Builder mergeFrom(CommandAlert.PagerDuty other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.PagerDuty.Builder>
public CommandAlert.PagerDuty.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<CommandAlert.PagerDuty.Builder>
IOException
public String getRoutingKey()
string routing_key = 1;
getRoutingKey
in interface CommandAlert.PagerDutyOrBuilder
public com.google.protobuf.ByteString getRoutingKeyBytes()
string routing_key = 1;
getRoutingKeyBytes
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDuty.Builder setRoutingKey(String value)
string routing_key = 1;
value
- The routingKey to set.public CommandAlert.PagerDuty.Builder clearRoutingKey()
string routing_key = 1;
public CommandAlert.PagerDuty.Builder setRoutingKeyBytes(com.google.protobuf.ByteString value)
string routing_key = 1;
value
- The bytes for routingKey to set.public String getEventAction()
string event_action = 2;
getEventAction
in interface CommandAlert.PagerDutyOrBuilder
public com.google.protobuf.ByteString getEventActionBytes()
string event_action = 2;
getEventActionBytes
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDuty.Builder setEventAction(String value)
string event_action = 2;
value
- The eventAction to set.public CommandAlert.PagerDuty.Builder clearEventAction()
string event_action = 2;
public CommandAlert.PagerDuty.Builder setEventActionBytes(com.google.protobuf.ByteString value)
string event_action = 2;
value
- The bytes for eventAction to set.public boolean hasPayload()
.command_alert.PagerDutyPayload payload = 3;
hasPayload
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDutyPayload getPayload()
.command_alert.PagerDutyPayload payload = 3;
getPayload
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDuty.Builder setPayload(CommandAlert.PagerDutyPayload value)
.command_alert.PagerDutyPayload payload = 3;
public CommandAlert.PagerDuty.Builder setPayload(CommandAlert.PagerDutyPayload.Builder builderForValue)
.command_alert.PagerDutyPayload payload = 3;
public CommandAlert.PagerDuty.Builder mergePayload(CommandAlert.PagerDutyPayload value)
.command_alert.PagerDutyPayload payload = 3;
public CommandAlert.PagerDuty.Builder clearPayload()
.command_alert.PagerDutyPayload payload = 3;
public CommandAlert.PagerDutyPayload.Builder getPayloadBuilder()
.command_alert.PagerDutyPayload payload = 3;
public CommandAlert.PagerDutyPayloadOrBuilder getPayloadOrBuilder()
.command_alert.PagerDutyPayload payload = 3;
getPayloadOrBuilder
in interface CommandAlert.PagerDutyOrBuilder
public List<CommandAlert.PagerDutyLink> getLinksList()
repeated .command_alert.PagerDutyLink links = 4;
getLinksList
in interface CommandAlert.PagerDutyOrBuilder
public int getLinksCount()
repeated .command_alert.PagerDutyLink links = 4;
getLinksCount
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDutyLink getLinks(int index)
repeated .command_alert.PagerDutyLink links = 4;
getLinks
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDuty.Builder setLinks(int index, CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder setLinks(int index, CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder addLinks(CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder addLinks(int index, CommandAlert.PagerDutyLink value)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder addLinks(CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder addLinks(int index, CommandAlert.PagerDutyLink.Builder builderForValue)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder addAllLinks(Iterable<? extends CommandAlert.PagerDutyLink> values)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder clearLinks()
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDuty.Builder removeLinks(int index)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDutyLink.Builder getLinksBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDutyLinkOrBuilder getLinksOrBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4;
getLinksOrBuilder
in interface CommandAlert.PagerDutyOrBuilder
public List<? extends CommandAlert.PagerDutyLinkOrBuilder> getLinksOrBuilderList()
repeated .command_alert.PagerDutyLink links = 4;
getLinksOrBuilderList
in interface CommandAlert.PagerDutyOrBuilder
public CommandAlert.PagerDutyLink.Builder addLinksBuilder()
repeated .command_alert.PagerDutyLink links = 4;
public CommandAlert.PagerDutyLink.Builder addLinksBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4;
public List<CommandAlert.PagerDutyLink.Builder> getLinksBuilderList()
repeated .command_alert.PagerDutyLink links = 4;
public final CommandAlert.PagerDuty.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.PagerDuty.Builder>
public final CommandAlert.PagerDuty.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CommandAlert.PagerDuty.Builder>