Interface TerminateWorkflowExecutionRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Serialized additional information to attach to the termination event
    Serialized additional information to attach to the termination event
    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
    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.
    The identity of the worker/client
    com.google.protobuf.ByteString
    The identity of the worker/client
    getLinks(int index)
    Links to be associated with the WorkflowExecutionTerminated event.
    int
    Links to be associated with the WorkflowExecutionTerminated event.
    Links to be associated with the WorkflowExecutionTerminated event.
    getLinksOrBuilder(int index)
    Links to be associated with the WorkflowExecutionTerminated event.
    List<? extends LinkOrBuilder>
    Links to be associated with the WorkflowExecutionTerminated event.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    string reason = 3;
    com.google.protobuf.ByteString
    string reason = 3;
    .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
    .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
    boolean
    Serialized additional information to attach to the termination event
    boolean
    .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 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()
      .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

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

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

      boolean hasDetails()
       Serialized additional information to attach to the termination event
       
      .temporal.api.common.v1.Payloads details = 4;
      Returns:
      Whether the details field is set.
    • getDetails

      Payloads getDetails()
       Serialized additional information to attach to the termination event
       
      .temporal.api.common.v1.Payloads details = 4;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadsOrBuilder getDetailsOrBuilder()
       Serialized additional information to attach to the termination event
       
      .temporal.api.common.v1.Payloads details = 4;
    • getIdentity

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

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

      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 = 6;
      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 = 6;
      Returns:
      The bytes for firstExecutionRunId.
    • getLinksList

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

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

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

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

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