Interface UnpauseActivityRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UnpauseActivityRequest, UnpauseActivityRequest.Builder

@Generated(value="protoc", comments="annotations:UnpauseActivityRequestOrBuilder.java.pb.meta") public interface UnpauseActivityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Execution info of the workflow which scheduled this activity
    Execution info of the workflow which scheduled this activity
    Only the activity with this ID will be unpaused.
    com.google.protobuf.ByteString
    Only the activity with this ID will be unpaused.
    The identity of the client who initiated this request.
    com.google.protobuf.ByteString
    The identity of the client who initiated this request.
    com.google.protobuf.Duration
    If set, the activity will start at a random time within the specified jitter duration.
    com.google.protobuf.DurationOrBuilder
    If set, the activity will start at a random time within the specified jitter duration.
    Namespace of the workflow which scheduled this activity.
    com.google.protobuf.ByteString
    Namespace of the workflow which scheduled this activity.
    boolean
    Providing this flag will also reset the number of attempts.
    boolean
    Providing this flag will also reset the heartbeat details.
    Unpause all running activities with of this type.
    com.google.protobuf.ByteString
    Unpause all running activities with of this type.
    boolean
    Unpause all running activities.
    boolean
    Execution info of the workflow which scheduled this activity
    boolean
    Only the activity with this ID will be unpaused.
    boolean
    If set, the activity will start at a random time within the specified jitter duration.
    boolean
    Unpause all running activities with of this type.
    boolean
    Unpause all running activities.

    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

    • getNamespace

      String getNamespace()
       Namespace of the workflow which scheduled this activity.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       Namespace of the workflow which scheduled this activity.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasExecution

      boolean hasExecution()
       Execution info of the workflow which scheduled this activity
       
      .temporal.api.common.v1.WorkflowExecution execution = 2;
      Returns:
      Whether the execution field is set.
    • getExecution

      WorkflowExecution getExecution()
       Execution info of the workflow which scheduled this activity
       
      .temporal.api.common.v1.WorkflowExecution execution = 2;
      Returns:
      The execution.
    • getExecutionOrBuilder

      WorkflowExecutionOrBuilder getExecutionOrBuilder()
       Execution info of the workflow which scheduled this activity
       
      .temporal.api.common.v1.WorkflowExecution execution = 2;
    • getIdentity

      String getIdentity()
       The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The bytes for identity.
    • hasId

      boolean hasId()
       Only the activity with this ID will be unpaused.
       
      string id = 4;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       Only the activity with this ID will be unpaused.
       
      string id = 4;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Only the activity with this ID will be unpaused.
       
      string id = 4;
      Returns:
      The bytes for id.
    • hasType

      boolean hasType()
       Unpause all running activities with of this type.
       
      string type = 5;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
       Unpause all running activities with of this type.
       
      string type = 5;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Unpause all running activities with of this type.
       
      string type = 5;
      Returns:
      The bytes for type.
    • hasUnpauseAll

      boolean hasUnpauseAll()
       Unpause all running activities.
       
      bool unpause_all = 6;
      Returns:
      Whether the unpauseAll field is set.
    • getUnpauseAll

      boolean getUnpauseAll()
       Unpause all running activities.
       
      bool unpause_all = 6;
      Returns:
      The unpauseAll.
    • getResetAttempts

      boolean getResetAttempts()
       Providing this flag will also reset the number of attempts.
       
      bool reset_attempts = 7;
      Returns:
      The resetAttempts.
    • getResetHeartbeat

      boolean getResetHeartbeat()
       Providing this flag will also reset the heartbeat details.
       
      bool reset_heartbeat = 8;
      Returns:
      The resetHeartbeat.
    • hasJitter

      boolean hasJitter()
       If set, the activity will start at a random time within the specified jitter duration.
       
      .google.protobuf.Duration jitter = 9;
      Returns:
      Whether the jitter field is set.
    • getJitter

      com.google.protobuf.Duration getJitter()
       If set, the activity will start at a random time within the specified jitter duration.
       
      .google.protobuf.Duration jitter = 9;
      Returns:
      The jitter.
    • getJitterOrBuilder

      com.google.protobuf.DurationOrBuilder getJitterOrBuilder()
       If set, the activity will start at a random time within the specified jitter duration.
       
      .google.protobuf.Duration jitter = 9;
    • getActivityCase