public static final class CommandAlert.PagerDuty extends com.google.protobuf.GeneratedMessageV3 implements CommandAlert.PagerDutyOrBuilder
command_alert.PagerDuty| Modifier and Type | Class and Description |
|---|---|
static class |
CommandAlert.PagerDuty.Builder
Protobuf type
command_alert.PagerDuty |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_ACTION_FIELD_NUMBER |
static int |
LINKS_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
ROUTING_KEY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CommandAlert.PagerDuty |
getDefaultInstance() |
CommandAlert.PagerDuty |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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; |
com.google.protobuf.Parser<CommandAlert.PagerDuty> |
getParserForType() |
CommandAlert.PagerDutyPayload |
getPayload()
.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; |
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasPayload()
.command_alert.PagerDutyPayload payload = 3; |
boolean |
isInitialized() |
static CommandAlert.PagerDuty.Builder |
newBuilder() |
static CommandAlert.PagerDuty.Builder |
newBuilder(CommandAlert.PagerDuty prototype) |
CommandAlert.PagerDuty.Builder |
newBuilderForType() |
static CommandAlert.PagerDuty |
parseDelimitedFrom(InputStream input) |
static CommandAlert.PagerDuty |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDuty |
parseFrom(byte[] data) |
static CommandAlert.PagerDuty |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDuty |
parseFrom(ByteBuffer data) |
static CommandAlert.PagerDuty |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDuty |
parseFrom(com.google.protobuf.ByteString data) |
static CommandAlert.PagerDuty |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDuty |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommandAlert.PagerDuty |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommandAlert.PagerDuty |
parseFrom(InputStream input) |
static CommandAlert.PagerDuty |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CommandAlert.PagerDuty> |
parser() |
CommandAlert.PagerDuty.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ROUTING_KEY_FIELD_NUMBER
public static final int EVENT_ACTION_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public String getRoutingKey()
string routing_key = 1;getRoutingKey in interface CommandAlert.PagerDutyOrBuilderpublic com.google.protobuf.ByteString getRoutingKeyBytes()
string routing_key = 1;getRoutingKeyBytes in interface CommandAlert.PagerDutyOrBuilderpublic String getEventAction()
string event_action = 2;getEventAction in interface CommandAlert.PagerDutyOrBuilderpublic com.google.protobuf.ByteString getEventActionBytes()
string event_action = 2;getEventActionBytes in interface CommandAlert.PagerDutyOrBuilderpublic boolean hasPayload()
.command_alert.PagerDutyPayload payload = 3;hasPayload in interface CommandAlert.PagerDutyOrBuilderpublic CommandAlert.PagerDutyPayload getPayload()
.command_alert.PagerDutyPayload payload = 3;getPayload in interface CommandAlert.PagerDutyOrBuilderpublic CommandAlert.PagerDutyPayloadOrBuilder getPayloadOrBuilder()
.command_alert.PagerDutyPayload payload = 3;getPayloadOrBuilder in interface CommandAlert.PagerDutyOrBuilderpublic List<CommandAlert.PagerDutyLink> getLinksList()
repeated .command_alert.PagerDutyLink links = 4;getLinksList in interface CommandAlert.PagerDutyOrBuilderpublic List<? extends CommandAlert.PagerDutyLinkOrBuilder> getLinksOrBuilderList()
repeated .command_alert.PagerDutyLink links = 4;getLinksOrBuilderList in interface CommandAlert.PagerDutyOrBuilderpublic int getLinksCount()
repeated .command_alert.PagerDutyLink links = 4;getLinksCount in interface CommandAlert.PagerDutyOrBuilderpublic CommandAlert.PagerDutyLink getLinks(int index)
repeated .command_alert.PagerDutyLink links = 4;getLinks in interface CommandAlert.PagerDutyOrBuilderpublic CommandAlert.PagerDutyLinkOrBuilder getLinksOrBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4;getLinksOrBuilder in interface CommandAlert.PagerDutyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CommandAlert.PagerDuty parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommandAlert.PagerDuty parseFrom(InputStream input) throws IOException
IOExceptionpublic static CommandAlert.PagerDuty parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommandAlert.PagerDuty parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CommandAlert.PagerDuty parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommandAlert.PagerDuty parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CommandAlert.PagerDuty parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CommandAlert.PagerDuty.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CommandAlert.PagerDuty.Builder newBuilder()
public static CommandAlert.PagerDuty.Builder newBuilder(CommandAlert.PagerDuty prototype)
public CommandAlert.PagerDuty.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static CommandAlert.PagerDuty getDefaultInstance()
public static com.google.protobuf.Parser<CommandAlert.PagerDuty> parser()
public com.google.protobuf.Parser<CommandAlert.PagerDuty> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CommandAlert.PagerDuty getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder