Interface SignalWorkflowExecutionRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.control is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.control is deprecated.
    Headers that are passed with the signal to the processing workflow.
    Headers that are passed with the signal to the processing workflow.
    The identity of the worker/client
    com.google.protobuf.ByteString
    The identity of the worker/client
    Serialized value(s) to provide with the signal
    Serialized value(s) to provide with the signal
    getLinks(int index)
    Links to be associated with the WorkflowExecutionSignaled event.
    int
    Links to be associated with the WorkflowExecutionSignaled event.
    Links to be associated with the WorkflowExecutionSignaled event.
    getLinksOrBuilder(int index)
    Links to be associated with the WorkflowExecutionSignaled event.
    List<? extends LinkOrBuilder>
    Links to be associated with the WorkflowExecutionSignaled event.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    Used to de-dupe sent signals
    com.google.protobuf.ByteString
    Used to de-dupe sent signals
    The workflow author-defined name of the signal to send to the workflow
    com.google.protobuf.ByteString
    The workflow author-defined name of the signal to send to the workflow
    .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
    .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
    boolean
    Headers that are passed with the signal to the processing workflow.
    boolean
    Serialized value(s) to provide with the signal
    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;
    • getSignalName

      String getSignalName()
       The workflow author-defined name of the signal to send to the workflow
       
      string signal_name = 3;
      Returns:
      The signalName.
    • getSignalNameBytes

      com.google.protobuf.ByteString getSignalNameBytes()
       The workflow author-defined name of the signal to send to the workflow
       
      string signal_name = 3;
      Returns:
      The bytes for signalName.
    • hasInput

      boolean hasInput()
       Serialized value(s) to provide with the signal
       
      .temporal.api.common.v1.Payloads input = 4;
      Returns:
      Whether the input field is set.
    • getInput

      Payloads getInput()
       Serialized value(s) to provide with the signal
       
      .temporal.api.common.v1.Payloads input = 4;
      Returns:
      The input.
    • getInputOrBuilder

      PayloadsOrBuilder getInputOrBuilder()
       Serialized value(s) to provide with the signal
       
      .temporal.api.common.v1.Payloads input = 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.
    • getRequestId

      String getRequestId()
       Used to de-dupe sent signals
       
      string request_id = 6;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       Used to de-dupe sent signals
       
      string request_id = 6;
      Returns:
      The bytes for requestId.
    • getControl

      @Deprecated String getControl()
      Deprecated.
      temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.control is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=858
       Deprecated.
       
      string control = 7 [deprecated = true];
      Returns:
      The control.
    • getControlBytes

      @Deprecated com.google.protobuf.ByteString getControlBytes()
      Deprecated.
      temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.control is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=858
       Deprecated.
       
      string control = 7 [deprecated = true];
      Returns:
      The bytes for control.
    • hasHeader

      boolean hasHeader()
       Headers that are passed with the signal to the processing workflow.
       These can include things like auth or tracing tokens.
       
      .temporal.api.common.v1.Header header = 8;
      Returns:
      Whether the header field is set.
    • getHeader

      Header getHeader()
       Headers that are passed with the signal to the processing workflow.
       These can include things like auth or tracing tokens.
       
      .temporal.api.common.v1.Header header = 8;
      Returns:
      The header.
    • getHeaderOrBuilder

      HeaderOrBuilder getHeaderOrBuilder()
       Headers that are passed with the signal to the processing workflow.
       These can include things like auth or tracing tokens.
       
      .temporal.api.common.v1.Header header = 8;
    • getLinksList

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

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

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

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

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