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 Summary

    Modifier and Type
    Method
    Description
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    Workflow Execution to delete.
    Workflow Execution to delete.
    boolean
    Workflow Execution to delete.

    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()
      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;