public static interface CommandAlert.PagerDutyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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; |
boolean |
hasPayload()
.command_alert.PagerDutyPayload payload = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getRoutingKey()
string routing_key = 1;
com.google.protobuf.ByteString getRoutingKeyBytes()
string routing_key = 1;
String getEventAction()
string event_action = 2;
com.google.protobuf.ByteString getEventActionBytes()
string event_action = 2;
boolean hasPayload()
.command_alert.PagerDutyPayload payload = 3;
CommandAlert.PagerDutyPayload getPayload()
.command_alert.PagerDutyPayload payload = 3;
CommandAlert.PagerDutyPayloadOrBuilder getPayloadOrBuilder()
.command_alert.PagerDutyPayload payload = 3;
List<CommandAlert.PagerDutyLink> getLinksList()
repeated .command_alert.PagerDutyLink links = 4;
CommandAlert.PagerDutyLink getLinks(int index)
repeated .command_alert.PagerDutyLink links = 4;
int getLinksCount()
repeated .command_alert.PagerDutyLink links = 4;
List<? extends CommandAlert.PagerDutyLinkOrBuilder> getLinksOrBuilderList()
repeated .command_alert.PagerDutyLink links = 4;
CommandAlert.PagerDutyLinkOrBuilder getLinksOrBuilder(int index)
repeated .command_alert.PagerDutyLink links = 4;