Interface PendingActivityInfo.PauseInfo.ManualOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PendingActivityInfo.PauseInfo.Manual,PendingActivityInfo.PauseInfo.Manual.Builder
- Enclosing class:
PendingActivityInfo.PauseInfo
public static interface PendingActivityInfo.PauseInfo.ManualOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe identity of the actor that paused the activity.com.google.protobuf.ByteStringThe identity of the actor that paused the activity.Reason for pausing the activity.com.google.protobuf.ByteStringReason for pausing the activity.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
-
getIdentity
String getIdentity()The identity of the actor that paused the activity.
string identity = 1;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the actor that paused the activity.
string identity = 1;- Returns:
- The bytes for identity.
-
getReason
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Reason for pausing the activity.
string reason = 2;- Returns:
- The bytes for reason.
-