Interface CommandAlert.PagerDutyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandAlert.PagerDuty,CommandAlert.PagerDuty.Builder
- Enclosing class:
CommandAlert
public static interface CommandAlert.PagerDutyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring event_action = 2;com.google.protobuf.ByteStringstring event_action = 2;getLinks(int index) repeated .command_alert.PagerDutyLink links = 4;intrepeated .command_alert.PagerDutyLink links = 4;repeated .command_alert.PagerDutyLink links = 4;getLinksOrBuilder(int index) repeated .command_alert.PagerDutyLink links = 4;List<? extends CommandAlert.PagerDutyLinkOrBuilder> repeated .command_alert.PagerDutyLink links = 4;.command_alert.PagerDutyPayload payload = 3;.command_alert.PagerDutyPayload payload = 3;string routing_key = 1;com.google.protobuf.ByteStringstring routing_key = 1;boolean.command_alert.PagerDutyPayload payload = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRoutingKey
String getRoutingKey()string routing_key = 1;- Returns:
- The routingKey.
-
getRoutingKeyBytes
com.google.protobuf.ByteString getRoutingKeyBytes()string routing_key = 1;- Returns:
- The bytes for routingKey.
-
getEventAction
String getEventAction()string event_action = 2;- Returns:
- The eventAction.
-
getEventActionBytes
com.google.protobuf.ByteString getEventActionBytes()string event_action = 2;- Returns:
- The bytes for eventAction.
-
hasPayload
boolean hasPayload().command_alert.PagerDutyPayload payload = 3;- Returns:
- Whether the payload field is set.
-
getPayload
CommandAlert.PagerDutyPayload getPayload().command_alert.PagerDutyPayload payload = 3;- Returns:
- The payload.
-
getPayloadOrBuilder
CommandAlert.PagerDutyPayloadOrBuilder getPayloadOrBuilder().command_alert.PagerDutyPayload payload = 3; -
getLinksList
List<CommandAlert.PagerDutyLink> getLinksList()repeated .command_alert.PagerDutyLink links = 4; -
getLinks
repeated .command_alert.PagerDutyLink links = 4; -
getLinksCount
int getLinksCount()repeated .command_alert.PagerDutyLink links = 4; -
getLinksOrBuilderList
List<? extends CommandAlert.PagerDutyLinkOrBuilder> getLinksOrBuilderList()repeated .command_alert.PagerDutyLink links = 4; -
getLinksOrBuilder
repeated .command_alert.PagerDutyLink links = 4;
-