Interface BatchOperationResetOrBuilder

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

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

    • getIdentity

      String getIdentity()
       The identity of the worker/client.
       
      string identity = 3;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the worker/client.
       
      string identity = 3;
      Returns:
      The bytes for identity.
    • hasOptions

      boolean hasOptions()
       Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
       
      .temporal.api.common.v1.ResetOptions options = 4;
      Returns:
      Whether the options field is set.
    • getOptions

      ResetOptions getOptions()
       Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
       
      .temporal.api.common.v1.ResetOptions options = 4;
      Returns:
      The options.
    • getOptionsOrBuilder

      ResetOptionsOrBuilder getOptionsOrBuilder()
       Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
       
      .temporal.api.common.v1.ResetOptions options = 4;
    • getResetTypeValue

      @Deprecated int getResetTypeValue()
      Deprecated.
      temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=108
       Deprecated. Use `options`.
       
      .temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];
      Returns:
      The enum numeric value on the wire for resetType.
    • getResetType

      @Deprecated ResetType getResetType()
      Deprecated.
      temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=108
       Deprecated. Use `options`.
       
      .temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];
      Returns:
      The resetType.
    • getResetReapplyTypeValue

      @Deprecated int getResetReapplyTypeValue()
      Deprecated.
      temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=110
       Deprecated. Use `options`.
       
      .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2 [deprecated = true];
      Returns:
      The enum numeric value on the wire for resetReapplyType.
    • getResetReapplyType

      @Deprecated ResetReapplyType getResetReapplyType()
      Deprecated.
      temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=110
       Deprecated. Use `options`.
       
      .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2 [deprecated = true];
      Returns:
      The resetReapplyType.
    • getPostResetOperationsList

      List<PostResetOperation> getPostResetOperationsList()
       Operations to perform after the workflow has been reset. These operations will be applied
       to the *new* run of the workflow execution in the order they are provided.
       All operations are applied to the workflow before the first new workflow task is generated
       
      repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;
    • getPostResetOperations

      PostResetOperation getPostResetOperations(int index)
       Operations to perform after the workflow has been reset. These operations will be applied
       to the *new* run of the workflow execution in the order they are provided.
       All operations are applied to the workflow before the first new workflow task is generated
       
      repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;
    • getPostResetOperationsCount

      int getPostResetOperationsCount()
       Operations to perform after the workflow has been reset. These operations will be applied
       to the *new* run of the workflow execution in the order they are provided.
       All operations are applied to the workflow before the first new workflow task is generated
       
      repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;
    • getPostResetOperationsOrBuilderList

      List<? extends PostResetOperationOrBuilder> getPostResetOperationsOrBuilderList()
       Operations to perform after the workflow has been reset. These operations will be applied
       to the *new* run of the workflow execution in the order they are provided.
       All operations are applied to the workflow before the first new workflow task is generated
       
      repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;
    • getPostResetOperationsOrBuilder

      PostResetOperationOrBuilder getPostResetOperationsOrBuilder(int index)
       Operations to perform after the workflow has been reset. These operations will be applied
       to the *new* run of the workflow execution in the order they are provided.
       All operations are applied to the workflow before the first new workflow task is generated
       
      repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;