Interface DeleteWorkflowExecutionRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:DeleteWorkflowExecutionRequestOrBuilder.java.pb.meta")
    public interface DeleteWorkflowExecutionRequestOrBuilder
    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()
         Workflow Execution to delete. If run_id is not specified, the latest one is used.
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        WorkflowExecution getWorkflowExecution()
         Workflow Execution to delete. If run_id is not specified, the latest one is used.
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        The workflowExecution.
      • getWorkflowExecutionOrBuilder

        WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
         Workflow Execution to delete. If run_id is not specified, the latest one is used.
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;