Interface RequestCancelWorkflowExecutionRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFirstExecutionRunId()
      If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.
      com.google.protobuf.ByteString getFirstExecutionRunIdBytes()
      If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.
      java.lang.String getIdentity()
      The identity of the worker/client
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client
      Link getLinks​(int index)
      Links to be associated with the WorkflowExecutionCanceled event.
      int getLinksCount()
      Links to be associated with the WorkflowExecutionCanceled event.
      java.util.List<Link> getLinksList()
      Links to be associated with the WorkflowExecutionCanceled event.
      LinkOrBuilder getLinksOrBuilder​(int index)
      Links to be associated with the WorkflowExecutionCanceled event.
      java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
      Links to be associated with the WorkflowExecutionCanceled event.
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      java.lang.String getReason()
      Reason for requesting the cancellation
      com.google.protobuf.ByteString getReasonBytes()
      Reason for requesting the cancellation
      java.lang.String getRequestId()
      Used to de-dupe cancellation requests
      com.google.protobuf.ByteString getRequestIdBytes()
      Used to de-dupe cancellation requests
      WorkflowExecution getWorkflowExecution()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      boolean hasWorkflowExecution()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • 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 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;
      • getIdentity

        java.lang.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.
      • getRequestId

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

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

        java.lang.String getFirstExecutionRunId()
         If set, this call will error if the most recent (if no run id is set on
         `workflow_execution`), or specified (if it is) workflow execution is not part of the same
         execution chain as this id.
         
        string first_execution_run_id = 5;
        Returns:
        The firstExecutionRunId.
      • getFirstExecutionRunIdBytes

        com.google.protobuf.ByteString getFirstExecutionRunIdBytes()
         If set, this call will error if the most recent (if no run id is set on
         `workflow_execution`), or specified (if it is) workflow execution is not part of the same
         execution chain as this id.
         
        string first_execution_run_id = 5;
        Returns:
        The bytes for firstExecutionRunId.
      • getReason

        java.lang.String getReason()
         Reason for requesting the cancellation
         
        string reason = 6;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Reason for requesting the cancellation
         
        string reason = 6;
        Returns:
        The bytes for reason.
      • getLinksList

        java.util.List<Link> getLinksList()
         Links to be associated with the WorkflowExecutionCanceled event.
         
        repeated .temporal.api.common.v1.Link links = 7;
      • getLinks

        Link getLinks​(int index)
         Links to be associated with the WorkflowExecutionCanceled event.
         
        repeated .temporal.api.common.v1.Link links = 7;
      • getLinksCount

        int getLinksCount()
         Links to be associated with the WorkflowExecutionCanceled event.
         
        repeated .temporal.api.common.v1.Link links = 7;
      • getLinksOrBuilderList

        java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
         Links to be associated with the WorkflowExecutionCanceled event.
         
        repeated .temporal.api.common.v1.Link links = 7;
      • getLinksOrBuilder

        LinkOrBuilder getLinksOrBuilder​(int index)
         Links to be associated with the WorkflowExecutionCanceled event.
         
        repeated .temporal.api.common.v1.Link links = 7;