Interface ResetActivityRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:ResetActivityRequestOrBuilder.java.pb.meta") public interface ResetActivityRequestOrBuilder 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 activity with this ID will be reset.
    com.google.protobuf.ByteString
    Only activity with this ID will be reset.
    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, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
    com.google.protobuf.DurationOrBuilder
    If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
    boolean
    If activity is paused, it will remain paused after reset
    boolean
    Reset all running activities.
    Namespace of the workflow which scheduled this activity.
    com.google.protobuf.ByteString
    Namespace of the workflow which scheduled this activity.
    boolean
    Indicates that activity should reset heartbeat details.
    boolean
    If set, the activity options will be restored to the defaults.
    Reset all running activities with of this type.
    com.google.protobuf.ByteString
    Reset all running activities with of this type.
    boolean
    Execution info of the workflow which scheduled this activity
    boolean
    Only activity with this ID will be reset.
    boolean
    If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
    boolean
    Reset all running activities.
    boolean
    Reset all running activities with of this type.

    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 activity with this ID will be reset.
       
      string id = 4;
      Returns:
      Whether the id field is set.
    • getId

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

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

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

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

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

      boolean hasMatchAll()
       Reset all running activities.
       
      bool match_all = 10;
      Returns:
      Whether the matchAll field is set.
    • getMatchAll

      boolean getMatchAll()
       Reset all running activities.
       
      bool match_all = 10;
      Returns:
      The matchAll.
    • getResetHeartbeat

      boolean getResetHeartbeat()
       Indicates that activity should reset heartbeat details.
       This flag will be applied only to the new instance of the activity.
       
      bool reset_heartbeat = 6;
      Returns:
      The resetHeartbeat.
    • getKeepPaused

      boolean getKeepPaused()
       If activity is paused, it will remain paused after reset
       
      bool keep_paused = 7;
      Returns:
      The keepPaused.
    • hasJitter

      boolean hasJitter()
       If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
       (unless it is paused and keep_paused is set)
       
      .google.protobuf.Duration jitter = 8;
      Returns:
      Whether the jitter field is set.
    • getJitter

      com.google.protobuf.Duration getJitter()
       If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
       (unless it is paused and keep_paused is set)
       
      .google.protobuf.Duration jitter = 8;
      Returns:
      The jitter.
    • getJitterOrBuilder

      com.google.protobuf.DurationOrBuilder getJitterOrBuilder()
       If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
       (unless it is paused and keep_paused is set)
       
      .google.protobuf.Duration jitter = 8;
    • getRestoreOriginalOptions

      boolean getRestoreOriginalOptions()
       If set, the activity options will be restored to the defaults.
       Default options are then options activity was created with.
       They are part of the first schedule event.
       
      bool restore_original_options = 9;
      Returns:
      The restoreOriginalOptions.
    • getActivityCase