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 Type
    Method
    Description
    The identity of the actor that paused the activity.
    com.google.protobuf.ByteString
    The identity of the actor that paused the activity.
    Reason for pausing the activity.
    com.google.protobuf.ByteString
    Reason for pausing the activity.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      String getReason()
       Reason for pausing the activity.
       
      string reason = 2;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       Reason for pausing the activity.
       
      string reason = 2;
      Returns:
      The bytes for reason.