Interface ResetWorkflowExecutionRequestOrBuilder

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

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

      • getNamespace

        java.lang.String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • hasWorkflowExecution

        boolean hasWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        WorkflowExecution getWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        The workflowExecution.
      • getWorkflowExecutionOrBuilder

        WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • getReason

        java.lang.String getReason()
        string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 3;
        Returns:
        The bytes for reason.
      • getWorkflowTaskFinishEventId

        long getWorkflowTaskFinishEventId()
         The id of a `WORKFLOW_TASK_COMPLETED`,`WORKFLOW_TASK_TIMED_OUT`, `WORKFLOW_TASK_FAILED`, or
         `WORKFLOW_TASK_STARTED` event to reset to.
         
        int64 workflow_task_finish_event_id = 4;
        Returns:
        The workflowTaskFinishEventId.
      • getRequestId

        java.lang.String getRequestId()
         Used to de-dupe reset requests
         
        string request_id = 5;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         Used to de-dupe reset requests
         
        string request_id = 5;
        Returns:
        The bytes for requestId.
      • getResetReapplyTypeValue

        int getResetReapplyTypeValue()
         Reset reapplay(replay) options.
         
        .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 6;
        Returns:
        The enum numeric value on the wire for resetReapplyType.
      • getResetReapplyType

        ResetReapplyType getResetReapplyType()
         Reset reapplay(replay) options.
         
        .temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 6;
        Returns:
        The resetReapplyType.