Class StartWorkflowExecutionRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<StartWorkflowExecutionRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
io.temporal.api.workflowservice.v1.StartWorkflowExecutionRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StartWorkflowExecutionRequestOrBuilder, Cloneable
Enclosing class:
StartWorkflowExecutionRequest

public static final class StartWorkflowExecutionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder> implements StartWorkflowExecutionRequestOrBuilder
Protobuf type temporal.api.workflowservice.v1.StartWorkflowExecutionRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • getDefaultInstanceForType

      public StartWorkflowExecutionRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StartWorkflowExecutionRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • setField

      public StartWorkflowExecutionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • clearField

      public StartWorkflowExecutionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • clearOneof

      public StartWorkflowExecutionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • setRepeatedField

      public StartWorkflowExecutionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • addRepeatedField

      public StartWorkflowExecutionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • mergeFrom

      public StartWorkflowExecutionRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StartWorkflowExecutionRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • mergeFrom

      public StartWorkflowExecutionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StartWorkflowExecutionRequest.Builder>
      Throws:
      IOException
    • getNamespace

      public String getNamespace()
      string namespace = 1;
      Specified by:
      getNamespace in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

      public StartWorkflowExecutionRequest.Builder setNamespace(String value)
      string namespace = 1;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      public StartWorkflowExecutionRequest.Builder clearNamespace()
      string namespace = 1;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public StartWorkflowExecutionRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
      string namespace = 1;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getWorkflowId

      public String getWorkflowId()
      string workflow_id = 2;
      Specified by:
      getWorkflowId in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      public com.google.protobuf.ByteString getWorkflowIdBytes()
      string workflow_id = 2;
      Specified by:
      getWorkflowIdBytes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The bytes for workflowId.
    • setWorkflowId

      public StartWorkflowExecutionRequest.Builder setWorkflowId(String value)
      string workflow_id = 2;
      Parameters:
      value - The workflowId to set.
      Returns:
      This builder for chaining.
    • clearWorkflowId

      public StartWorkflowExecutionRequest.Builder clearWorkflowId()
      string workflow_id = 2;
      Returns:
      This builder for chaining.
    • setWorkflowIdBytes

      public StartWorkflowExecutionRequest.Builder setWorkflowIdBytes(com.google.protobuf.ByteString value)
      string workflow_id = 2;
      Parameters:
      value - The bytes for workflowId to set.
      Returns:
      This builder for chaining.
    • hasWorkflowType

      public boolean hasWorkflowType()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
      Specified by:
      hasWorkflowType in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the workflowType field is set.
    • getWorkflowType

      public WorkflowType getWorkflowType()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
      Specified by:
      getWorkflowType in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowType.
    • setWorkflowType

      public StartWorkflowExecutionRequest.Builder setWorkflowType(WorkflowType value)
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • setWorkflowType

      public StartWorkflowExecutionRequest.Builder setWorkflowType(WorkflowType.Builder builderForValue)
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • mergeWorkflowType

      public StartWorkflowExecutionRequest.Builder mergeWorkflowType(WorkflowType value)
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • clearWorkflowType

      public StartWorkflowExecutionRequest.Builder clearWorkflowType()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • getWorkflowTypeBuilder

      public WorkflowType.Builder getWorkflowTypeBuilder()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • getWorkflowTypeOrBuilder

      public WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
      Specified by:
      getWorkflowTypeOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasTaskQueue

      public boolean hasTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
      Specified by:
      hasTaskQueue in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the taskQueue field is set.
    • getTaskQueue

      public TaskQueue getTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
      Specified by:
      getTaskQueue in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The taskQueue.
    • setTaskQueue

      public StartWorkflowExecutionRequest.Builder setTaskQueue(TaskQueue value)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • setTaskQueue

      public StartWorkflowExecutionRequest.Builder setTaskQueue(TaskQueue.Builder builderForValue)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • mergeTaskQueue

      public StartWorkflowExecutionRequest.Builder mergeTaskQueue(TaskQueue value)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • clearTaskQueue

      public StartWorkflowExecutionRequest.Builder clearTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • getTaskQueueBuilder

      public TaskQueue.Builder getTaskQueueBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • getTaskQueueOrBuilder

      public TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
      Specified by:
      getTaskQueueOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasInput

      public boolean hasInput()
       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
      Specified by:
      hasInput in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the input field is set.
    • getInput

      public Payloads getInput()
       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
      Specified by:
      getInput in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The input.
    • setInput

       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
    • setInput

      public StartWorkflowExecutionRequest.Builder setInput(Payloads.Builder builderForValue)
       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
    • mergeInput

       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
    • clearInput

       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
    • getInputBuilder

      public Payloads.Builder getInputBuilder()
       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
    • getInputOrBuilder

      public PayloadsOrBuilder getInputOrBuilder()
       Serialized arguments to the workflow. These are passed as arguments to the workflow function.
       
      .temporal.api.common.v1.Payloads input = 5;
      Specified by:
      getInputOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasWorkflowExecutionTimeout

      public boolean hasWorkflowExecutionTimeout()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
      Specified by:
      hasWorkflowExecutionTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the workflowExecutionTimeout field is set.
    • getWorkflowExecutionTimeout

      public com.google.protobuf.Duration getWorkflowExecutionTimeout()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
      Specified by:
      getWorkflowExecutionTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowExecutionTimeout.
    • setWorkflowExecutionTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowExecutionTimeout(com.google.protobuf.Duration value)
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • setWorkflowExecutionTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowExecutionTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • mergeWorkflowExecutionTimeout

      public StartWorkflowExecutionRequest.Builder mergeWorkflowExecutionTimeout(com.google.protobuf.Duration value)
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • clearWorkflowExecutionTimeout

      public StartWorkflowExecutionRequest.Builder clearWorkflowExecutionTimeout()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • getWorkflowExecutionTimeoutBuilder

      public com.google.protobuf.Duration.Builder getWorkflowExecutionTimeoutBuilder()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • getWorkflowExecutionTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getWorkflowExecutionTimeoutOrBuilder()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
      Specified by:
      getWorkflowExecutionTimeoutOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasWorkflowRunTimeout

      public boolean hasWorkflowRunTimeout()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
      Specified by:
      hasWorkflowRunTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the workflowRunTimeout field is set.
    • getWorkflowRunTimeout

      public com.google.protobuf.Duration getWorkflowRunTimeout()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
      Specified by:
      getWorkflowRunTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowRunTimeout.
    • setWorkflowRunTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowRunTimeout(com.google.protobuf.Duration value)
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • setWorkflowRunTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowRunTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • mergeWorkflowRunTimeout

      public StartWorkflowExecutionRequest.Builder mergeWorkflowRunTimeout(com.google.protobuf.Duration value)
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • clearWorkflowRunTimeout

      public StartWorkflowExecutionRequest.Builder clearWorkflowRunTimeout()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • getWorkflowRunTimeoutBuilder

      public com.google.protobuf.Duration.Builder getWorkflowRunTimeoutBuilder()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • getWorkflowRunTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
      Specified by:
      getWorkflowRunTimeoutOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasWorkflowTaskTimeout

      public boolean hasWorkflowTaskTimeout()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
      Specified by:
      hasWorkflowTaskTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the workflowTaskTimeout field is set.
    • getWorkflowTaskTimeout

      public com.google.protobuf.Duration getWorkflowTaskTimeout()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
      Specified by:
      getWorkflowTaskTimeout in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowTaskTimeout.
    • setWorkflowTaskTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowTaskTimeout(com.google.protobuf.Duration value)
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • setWorkflowTaskTimeout

      public StartWorkflowExecutionRequest.Builder setWorkflowTaskTimeout(com.google.protobuf.Duration.Builder builderForValue)
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • mergeWorkflowTaskTimeout

      public StartWorkflowExecutionRequest.Builder mergeWorkflowTaskTimeout(com.google.protobuf.Duration value)
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • clearWorkflowTaskTimeout

      public StartWorkflowExecutionRequest.Builder clearWorkflowTaskTimeout()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • getWorkflowTaskTimeoutBuilder

      public com.google.protobuf.Duration.Builder getWorkflowTaskTimeoutBuilder()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • getWorkflowTaskTimeoutOrBuilder

      public com.google.protobuf.DurationOrBuilder getWorkflowTaskTimeoutOrBuilder()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
      Specified by:
      getWorkflowTaskTimeoutOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getIdentity

      public String getIdentity()
       The identity of the client who initiated this request
       
      string identity = 9;
      Specified by:
      getIdentity in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The identity.
    • getIdentityBytes

      public com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request
       
      string identity = 9;
      Specified by:
      getIdentityBytes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The bytes for identity.
    • setIdentity

      public StartWorkflowExecutionRequest.Builder setIdentity(String value)
       The identity of the client who initiated this request
       
      string identity = 9;
      Parameters:
      value - The identity to set.
      Returns:
      This builder for chaining.
    • clearIdentity

      public StartWorkflowExecutionRequest.Builder clearIdentity()
       The identity of the client who initiated this request
       
      string identity = 9;
      Returns:
      This builder for chaining.
    • setIdentityBytes

      public StartWorkflowExecutionRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
       The identity of the client who initiated this request
       
      string identity = 9;
      Parameters:
      value - The bytes for identity to set.
      Returns:
      This builder for chaining.
    • getRequestId

      public String getRequestId()
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 10;
      Specified by:
      getRequestId in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The requestId.
    • getRequestIdBytes

      public com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 10;
      Specified by:
      getRequestIdBytes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The bytes for requestId.
    • setRequestId

      public StartWorkflowExecutionRequest.Builder setRequestId(String value)
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 10;
      Parameters:
      value - The requestId to set.
      Returns:
      This builder for chaining.
    • clearRequestId

      public StartWorkflowExecutionRequest.Builder clearRequestId()
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 10;
      Returns:
      This builder for chaining.
    • setRequestIdBytes

      public StartWorkflowExecutionRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
       A unique identifier for this start request. Typically UUIDv4.
       
      string request_id = 10;
      Parameters:
      value - The bytes for requestId to set.
      Returns:
      This builder for chaining.
    • getWorkflowIdReusePolicyValue

      public int getWorkflowIdReusePolicyValue()
       Defines whether to allow re-using the workflow id from a previously *closed* workflow.
       The default policy is WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
      
       See `workflow_id_conflict_policy` for handling a workflow id duplication with a *running* workflow.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;
      Specified by:
      getWorkflowIdReusePolicyValue in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for workflowIdReusePolicy.
    • setWorkflowIdReusePolicyValue

      public StartWorkflowExecutionRequest.Builder setWorkflowIdReusePolicyValue(int value)
       Defines whether to allow re-using the workflow id from a previously *closed* workflow.
       The default policy is WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
      
       See `workflow_id_conflict_policy` for handling a workflow id duplication with a *running* workflow.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;
      Parameters:
      value - The enum numeric value on the wire for workflowIdReusePolicy to set.
      Returns:
      This builder for chaining.
    • getWorkflowIdReusePolicy

      public WorkflowIdReusePolicy getWorkflowIdReusePolicy()
       Defines whether to allow re-using the workflow id from a previously *closed* workflow.
       The default policy is WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
      
       See `workflow_id_conflict_policy` for handling a workflow id duplication with a *running* workflow.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;
      Specified by:
      getWorkflowIdReusePolicy in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowIdReusePolicy.
    • setWorkflowIdReusePolicy

      public StartWorkflowExecutionRequest.Builder setWorkflowIdReusePolicy(WorkflowIdReusePolicy value)
       Defines whether to allow re-using the workflow id from a previously *closed* workflow.
       The default policy is WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
      
       See `workflow_id_conflict_policy` for handling a workflow id duplication with a *running* workflow.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;
      Parameters:
      value - The workflowIdReusePolicy to set.
      Returns:
      This builder for chaining.
    • clearWorkflowIdReusePolicy

      public StartWorkflowExecutionRequest.Builder clearWorkflowIdReusePolicy()
       Defines whether to allow re-using the workflow id from a previously *closed* workflow.
       The default policy is WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
      
       See `workflow_id_conflict_policy` for handling a workflow id duplication with a *running* workflow.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;
      Returns:
      This builder for chaining.
    • getWorkflowIdConflictPolicyValue

      public int getWorkflowIdConflictPolicyValue()
       Defines how to resolve a workflow id conflict with a *running* workflow.
       The default policy is WORKFLOW_ID_CONFLICT_POLICY_FAIL.
      
       See `workflow_id_reuse_policy` for handling a workflow id duplication with a *closed* workflow.
       
      .temporal.api.enums.v1.WorkflowIdConflictPolicy workflow_id_conflict_policy = 22;
      Specified by:
      getWorkflowIdConflictPolicyValue in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The enum numeric value on the wire for workflowIdConflictPolicy.
    • setWorkflowIdConflictPolicyValue

      public StartWorkflowExecutionRequest.Builder setWorkflowIdConflictPolicyValue(int value)
       Defines how to resolve a workflow id conflict with a *running* workflow.
       The default policy is WORKFLOW_ID_CONFLICT_POLICY_FAIL.
      
       See `workflow_id_reuse_policy` for handling a workflow id duplication with a *closed* workflow.
       
      .temporal.api.enums.v1.WorkflowIdConflictPolicy workflow_id_conflict_policy = 22;
      Parameters:
      value - The enum numeric value on the wire for workflowIdConflictPolicy to set.
      Returns:
      This builder for chaining.
    • getWorkflowIdConflictPolicy

      public WorkflowIdConflictPolicy getWorkflowIdConflictPolicy()
       Defines how to resolve a workflow id conflict with a *running* workflow.
       The default policy is WORKFLOW_ID_CONFLICT_POLICY_FAIL.
      
       See `workflow_id_reuse_policy` for handling a workflow id duplication with a *closed* workflow.
       
      .temporal.api.enums.v1.WorkflowIdConflictPolicy workflow_id_conflict_policy = 22;
      Specified by:
      getWorkflowIdConflictPolicy in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowIdConflictPolicy.
    • setWorkflowIdConflictPolicy

      public StartWorkflowExecutionRequest.Builder setWorkflowIdConflictPolicy(WorkflowIdConflictPolicy value)
       Defines how to resolve a workflow id conflict with a *running* workflow.
       The default policy is WORKFLOW_ID_CONFLICT_POLICY_FAIL.
      
       See `workflow_id_reuse_policy` for handling a workflow id duplication with a *closed* workflow.
       
      .temporal.api.enums.v1.WorkflowIdConflictPolicy workflow_id_conflict_policy = 22;
      Parameters:
      value - The workflowIdConflictPolicy to set.
      Returns:
      This builder for chaining.
    • clearWorkflowIdConflictPolicy

      public StartWorkflowExecutionRequest.Builder clearWorkflowIdConflictPolicy()
       Defines how to resolve a workflow id conflict with a *running* workflow.
       The default policy is WORKFLOW_ID_CONFLICT_POLICY_FAIL.
      
       See `workflow_id_reuse_policy` for handling a workflow id duplication with a *closed* workflow.
       
      .temporal.api.enums.v1.WorkflowIdConflictPolicy workflow_id_conflict_policy = 22;
      Returns:
      This builder for chaining.
    • hasRetryPolicy

      public boolean hasRetryPolicy()
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
      Specified by:
      hasRetryPolicy in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the retryPolicy field is set.
    • getRetryPolicy

      public RetryPolicy getRetryPolicy()
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
      Specified by:
      getRetryPolicy in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The retryPolicy.
    • setRetryPolicy

      public StartWorkflowExecutionRequest.Builder setRetryPolicy(RetryPolicy value)
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
    • setRetryPolicy

      public StartWorkflowExecutionRequest.Builder setRetryPolicy(RetryPolicy.Builder builderForValue)
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
    • mergeRetryPolicy

      public StartWorkflowExecutionRequest.Builder mergeRetryPolicy(RetryPolicy value)
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
    • clearRetryPolicy

      public StartWorkflowExecutionRequest.Builder clearRetryPolicy()
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
    • getRetryPolicyBuilder

      public RetryPolicy.Builder getRetryPolicyBuilder()
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
    • getRetryPolicyOrBuilder

      public RetryPolicyOrBuilder getRetryPolicyOrBuilder()
       The retry policy for the workflow. Will never exceed `workflow_execution_timeout`.
       
      .temporal.api.common.v1.RetryPolicy retry_policy = 12;
      Specified by:
      getRetryPolicyOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getCronSchedule

      public String getCronSchedule()
       See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
       
      string cron_schedule = 13;
      Specified by:
      getCronSchedule in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The cronSchedule.
    • getCronScheduleBytes

      public com.google.protobuf.ByteString getCronScheduleBytes()
       See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
       
      string cron_schedule = 13;
      Specified by:
      getCronScheduleBytes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The bytes for cronSchedule.
    • setCronSchedule

      public StartWorkflowExecutionRequest.Builder setCronSchedule(String value)
       See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
       
      string cron_schedule = 13;
      Parameters:
      value - The cronSchedule to set.
      Returns:
      This builder for chaining.
    • clearCronSchedule

      public StartWorkflowExecutionRequest.Builder clearCronSchedule()
       See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
       
      string cron_schedule = 13;
      Returns:
      This builder for chaining.
    • setCronScheduleBytes

      public StartWorkflowExecutionRequest.Builder setCronScheduleBytes(com.google.protobuf.ByteString value)
       See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
       
      string cron_schedule = 13;
      Parameters:
      value - The bytes for cronSchedule to set.
      Returns:
      This builder for chaining.
    • hasMemo

      public boolean hasMemo()
      .temporal.api.common.v1.Memo memo = 14;
      Specified by:
      hasMemo in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the memo field is set.
    • getMemo

      public Memo getMemo()
      .temporal.api.common.v1.Memo memo = 14;
      Specified by:
      getMemo in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The memo.
    • setMemo

      .temporal.api.common.v1.Memo memo = 14;
    • setMemo

      public StartWorkflowExecutionRequest.Builder setMemo(Memo.Builder builderForValue)
      .temporal.api.common.v1.Memo memo = 14;
    • mergeMemo

      public StartWorkflowExecutionRequest.Builder mergeMemo(Memo value)
      .temporal.api.common.v1.Memo memo = 14;
    • clearMemo

      .temporal.api.common.v1.Memo memo = 14;
    • getMemoBuilder

      public Memo.Builder getMemoBuilder()
      .temporal.api.common.v1.Memo memo = 14;
    • getMemoOrBuilder

      public MemoOrBuilder getMemoOrBuilder()
      .temporal.api.common.v1.Memo memo = 14;
      Specified by:
      getMemoOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasSearchAttributes

      public boolean hasSearchAttributes()
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      hasSearchAttributes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

      public SearchAttributes getSearchAttributes()
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      getSearchAttributes in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The searchAttributes.
    • setSearchAttributes

      public StartWorkflowExecutionRequest.Builder setSearchAttributes(SearchAttributes value)
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
    • setSearchAttributes

      public StartWorkflowExecutionRequest.Builder setSearchAttributes(SearchAttributes.Builder builderForValue)
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
    • mergeSearchAttributes

      public StartWorkflowExecutionRequest.Builder mergeSearchAttributes(SearchAttributes value)
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
    • clearSearchAttributes

      public StartWorkflowExecutionRequest.Builder clearSearchAttributes()
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
    • getSearchAttributesBuilder

      public SearchAttributes.Builder getSearchAttributesBuilder()
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
    • getSearchAttributesOrBuilder

      public SearchAttributesOrBuilder getSearchAttributesOrBuilder()
      .temporal.api.common.v1.SearchAttributes search_attributes = 15;
      Specified by:
      getSearchAttributesOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasHeader

      public boolean hasHeader()
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      hasHeader in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the header field is set.
    • getHeader

      public Header getHeader()
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      getHeader in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The header.
    • setHeader

      .temporal.api.common.v1.Header header = 16;
    • setHeader

      public StartWorkflowExecutionRequest.Builder setHeader(Header.Builder builderForValue)
      .temporal.api.common.v1.Header header = 16;
    • mergeHeader

      public StartWorkflowExecutionRequest.Builder mergeHeader(Header value)
      .temporal.api.common.v1.Header header = 16;
    • clearHeader

      .temporal.api.common.v1.Header header = 16;
    • getHeaderBuilder

      public Header.Builder getHeaderBuilder()
      .temporal.api.common.v1.Header header = 16;
    • getHeaderOrBuilder

      public HeaderOrBuilder getHeaderOrBuilder()
      .temporal.api.common.v1.Header header = 16;
      Specified by:
      getHeaderOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getRequestEagerExecution

      public boolean getRequestEagerExecution()
       Request to get the first workflow task inline in the response bypassing matching service and worker polling.
       If set to `true` the caller is expected to have a worker available and capable of processing the task.
       The returned task will be marked as started and is expected to be completed by the specified
       `workflow_task_timeout`.
       
      bool request_eager_execution = 17;
      Specified by:
      getRequestEagerExecution in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The requestEagerExecution.
    • setRequestEagerExecution

      public StartWorkflowExecutionRequest.Builder setRequestEagerExecution(boolean value)
       Request to get the first workflow task inline in the response bypassing matching service and worker polling.
       If set to `true` the caller is expected to have a worker available and capable of processing the task.
       The returned task will be marked as started and is expected to be completed by the specified
       `workflow_task_timeout`.
       
      bool request_eager_execution = 17;
      Parameters:
      value - The requestEagerExecution to set.
      Returns:
      This builder for chaining.
    • clearRequestEagerExecution

      public StartWorkflowExecutionRequest.Builder clearRequestEagerExecution()
       Request to get the first workflow task inline in the response bypassing matching service and worker polling.
       If set to `true` the caller is expected to have a worker available and capable of processing the task.
       The returned task will be marked as started and is expected to be completed by the specified
       `workflow_task_timeout`.
       
      bool request_eager_execution = 17;
      Returns:
      This builder for chaining.
    • hasContinuedFailure

      public boolean hasContinuedFailure()
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
      Specified by:
      hasContinuedFailure in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the continuedFailure field is set.
    • getContinuedFailure

      public Failure getContinuedFailure()
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
      Specified by:
      getContinuedFailure in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The continuedFailure.
    • setContinuedFailure

      public StartWorkflowExecutionRequest.Builder setContinuedFailure(Failure value)
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
    • setContinuedFailure

      public StartWorkflowExecutionRequest.Builder setContinuedFailure(Failure.Builder builderForValue)
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
    • mergeContinuedFailure

      public StartWorkflowExecutionRequest.Builder mergeContinuedFailure(Failure value)
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
    • clearContinuedFailure

      public StartWorkflowExecutionRequest.Builder clearContinuedFailure()
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
    • getContinuedFailureBuilder

      public Failure.Builder getContinuedFailureBuilder()
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
    • getContinuedFailureOrBuilder

      public FailureOrBuilder getContinuedFailureOrBuilder()
       These values will be available as ContinuedFailure and LastCompletionResult in the
       WorkflowExecutionStarted event and through SDKs. The are currently only used by the
       server itself (for the schedules feature) and are not intended to be exposed in
       StartWorkflowExecution.
       
      .temporal.api.failure.v1.Failure continued_failure = 18;
      Specified by:
      getContinuedFailureOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasLastCompletionResult

      public boolean hasLastCompletionResult()
      .temporal.api.common.v1.Payloads last_completion_result = 19;
      Specified by:
      hasLastCompletionResult in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the lastCompletionResult field is set.
    • getLastCompletionResult

      public Payloads getLastCompletionResult()
      .temporal.api.common.v1.Payloads last_completion_result = 19;
      Specified by:
      getLastCompletionResult in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The lastCompletionResult.
    • setLastCompletionResult

      public StartWorkflowExecutionRequest.Builder setLastCompletionResult(Payloads value)
      .temporal.api.common.v1.Payloads last_completion_result = 19;
    • setLastCompletionResult

      public StartWorkflowExecutionRequest.Builder setLastCompletionResult(Payloads.Builder builderForValue)
      .temporal.api.common.v1.Payloads last_completion_result = 19;
    • mergeLastCompletionResult

      public StartWorkflowExecutionRequest.Builder mergeLastCompletionResult(Payloads value)
      .temporal.api.common.v1.Payloads last_completion_result = 19;
    • clearLastCompletionResult

      public StartWorkflowExecutionRequest.Builder clearLastCompletionResult()
      .temporal.api.common.v1.Payloads last_completion_result = 19;
    • getLastCompletionResultBuilder

      public Payloads.Builder getLastCompletionResultBuilder()
      .temporal.api.common.v1.Payloads last_completion_result = 19;
    • getLastCompletionResultOrBuilder

      public PayloadsOrBuilder getLastCompletionResultOrBuilder()
      .temporal.api.common.v1.Payloads last_completion_result = 19;
      Specified by:
      getLastCompletionResultOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasWorkflowStartDelay

      public boolean hasWorkflowStartDelay()
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
      Specified by:
      hasWorkflowStartDelay in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the workflowStartDelay field is set.
    • getWorkflowStartDelay

      public com.google.protobuf.Duration getWorkflowStartDelay()
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
      Specified by:
      getWorkflowStartDelay in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The workflowStartDelay.
    • setWorkflowStartDelay

      public StartWorkflowExecutionRequest.Builder setWorkflowStartDelay(com.google.protobuf.Duration value)
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
    • setWorkflowStartDelay

      public StartWorkflowExecutionRequest.Builder setWorkflowStartDelay(com.google.protobuf.Duration.Builder builderForValue)
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
    • mergeWorkflowStartDelay

      public StartWorkflowExecutionRequest.Builder mergeWorkflowStartDelay(com.google.protobuf.Duration value)
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
    • clearWorkflowStartDelay

      public StartWorkflowExecutionRequest.Builder clearWorkflowStartDelay()
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
    • getWorkflowStartDelayBuilder

      public com.google.protobuf.Duration.Builder getWorkflowStartDelayBuilder()
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
    • getWorkflowStartDelayOrBuilder

      public com.google.protobuf.DurationOrBuilder getWorkflowStartDelayOrBuilder()
       Time to wait before making the first workflow task available for dispatch. Cannot be used with `cron_schedule`.
       If the workflow gets a signal before the delay, a workflow task will be made available for dispatch and the rest
       of the delay will be ignored.
       
      .google.protobuf.Duration workflow_start_delay = 20;
      Specified by:
      getWorkflowStartDelayOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getCompletionCallbacksList

      public List<Callback> getCompletionCallbacksList()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
      Specified by:
      getCompletionCallbacksList in interface StartWorkflowExecutionRequestOrBuilder
    • getCompletionCallbacksCount

      public int getCompletionCallbacksCount()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
      Specified by:
      getCompletionCallbacksCount in interface StartWorkflowExecutionRequestOrBuilder
    • getCompletionCallbacks

      public Callback getCompletionCallbacks(int index)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
      Specified by:
      getCompletionCallbacks in interface StartWorkflowExecutionRequestOrBuilder
    • setCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder setCompletionCallbacks(int index, Callback value)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • setCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder setCompletionCallbacks(int index, Callback.Builder builderForValue)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder addCompletionCallbacks(Callback value)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder addCompletionCallbacks(int index, Callback value)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder addCompletionCallbacks(Callback.Builder builderForValue)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder addCompletionCallbacks(int index, Callback.Builder builderForValue)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addAllCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder addAllCompletionCallbacks(Iterable<? extends Callback> values)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • clearCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder clearCompletionCallbacks()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • removeCompletionCallbacks

      public StartWorkflowExecutionRequest.Builder removeCompletionCallbacks(int index)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • getCompletionCallbacksBuilder

      public Callback.Builder getCompletionCallbacksBuilder(int index)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • getCompletionCallbacksOrBuilder

      public CallbackOrBuilder getCompletionCallbacksOrBuilder(int index)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
      Specified by:
      getCompletionCallbacksOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getCompletionCallbacksOrBuilderList

      public List<? extends CallbackOrBuilder> getCompletionCallbacksOrBuilderList()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
      Specified by:
      getCompletionCallbacksOrBuilderList in interface StartWorkflowExecutionRequestOrBuilder
    • addCompletionCallbacksBuilder

      public Callback.Builder addCompletionCallbacksBuilder()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • addCompletionCallbacksBuilder

      public Callback.Builder addCompletionCallbacksBuilder(int index)
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • getCompletionCallbacksBuilderList

      public List<Callback.Builder> getCompletionCallbacksBuilderList()
       Callbacks to be called by the server when this workflow reaches a terminal state.
       If the workflow continues-as-new, these callbacks will be carried over to the new execution.
       Callback addresses must be whitelisted in the server's dynamic configuration.
       
      repeated .temporal.api.common.v1.Callback completion_callbacks = 21;
    • hasUserMetadata

      public boolean hasUserMetadata()
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
      Specified by:
      hasUserMetadata in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the userMetadata field is set.
    • getUserMetadata

      public UserMetadata getUserMetadata()
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
      Specified by:
      getUserMetadata in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The userMetadata.
    • setUserMetadata

      public StartWorkflowExecutionRequest.Builder setUserMetadata(UserMetadata value)
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
    • setUserMetadata

      public StartWorkflowExecutionRequest.Builder setUserMetadata(UserMetadata.Builder builderForValue)
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
    • mergeUserMetadata

      public StartWorkflowExecutionRequest.Builder mergeUserMetadata(UserMetadata value)
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
    • clearUserMetadata

      public StartWorkflowExecutionRequest.Builder clearUserMetadata()
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
    • getUserMetadataBuilder

      public UserMetadata.Builder getUserMetadataBuilder()
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
    • getUserMetadataOrBuilder

      public UserMetadataOrBuilder getUserMetadataOrBuilder()
       Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
       for use by user interfaces to display the fixed as-of-start summary and details of the
       workflow.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 23;
      Specified by:
      getUserMetadataOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getLinksList

      public List<Link> getLinksList()
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
      Specified by:
      getLinksList in interface StartWorkflowExecutionRequestOrBuilder
    • getLinksCount

      public int getLinksCount()
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
      Specified by:
      getLinksCount in interface StartWorkflowExecutionRequestOrBuilder
    • getLinks

      public Link getLinks(int index)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
      Specified by:
      getLinks in interface StartWorkflowExecutionRequestOrBuilder
    • setLinks

      public StartWorkflowExecutionRequest.Builder setLinks(int index, Link value)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • setLinks

      public StartWorkflowExecutionRequest.Builder setLinks(int index, Link.Builder builderForValue)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addLinks

       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addLinks

      public StartWorkflowExecutionRequest.Builder addLinks(int index, Link value)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addLinks

      public StartWorkflowExecutionRequest.Builder addLinks(Link.Builder builderForValue)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addLinks

      public StartWorkflowExecutionRequest.Builder addLinks(int index, Link.Builder builderForValue)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addAllLinks

      public StartWorkflowExecutionRequest.Builder addAllLinks(Iterable<? extends Link> values)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • clearLinks

       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • removeLinks

      public StartWorkflowExecutionRequest.Builder removeLinks(int index)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • getLinksBuilder

      public Link.Builder getLinksBuilder(int index)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • getLinksOrBuilder

      public LinkOrBuilder getLinksOrBuilder(int index)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
      Specified by:
      getLinksOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • getLinksOrBuilderList

      public List<? extends LinkOrBuilder> getLinksOrBuilderList()
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
      Specified by:
      getLinksOrBuilderList in interface StartWorkflowExecutionRequestOrBuilder
    • addLinksBuilder

      public Link.Builder addLinksBuilder()
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • addLinksBuilder

      public Link.Builder addLinksBuilder(int index)
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • getLinksBuilderList

      public List<Link.Builder> getLinksBuilderList()
       Links to be associated with the workflow.
       
      repeated .temporal.api.common.v1.Link links = 24;
    • hasVersioningOverride

      public boolean hasVersioningOverride()
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
      Specified by:
      hasVersioningOverride in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the versioningOverride field is set.
    • getVersioningOverride

      public VersioningOverride getVersioningOverride()
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
      Specified by:
      getVersioningOverride in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The versioningOverride.
    • setVersioningOverride

      public StartWorkflowExecutionRequest.Builder setVersioningOverride(VersioningOverride value)
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
    • setVersioningOverride

      public StartWorkflowExecutionRequest.Builder setVersioningOverride(VersioningOverride.Builder builderForValue)
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
    • mergeVersioningOverride

      public StartWorkflowExecutionRequest.Builder mergeVersioningOverride(VersioningOverride value)
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
    • clearVersioningOverride

      public StartWorkflowExecutionRequest.Builder clearVersioningOverride()
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
    • getVersioningOverrideBuilder

      public VersioningOverride.Builder getVersioningOverrideBuilder()
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
    • getVersioningOverrideOrBuilder

      public VersioningOverrideOrBuilder getVersioningOverrideOrBuilder()
       If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.
       To unset the override after the workflow is running, use UpdateWorkflowExecutionOptions.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
      Specified by:
      getVersioningOverrideOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasOnConflictOptions

      public boolean hasOnConflictOptions()
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
      Specified by:
      hasOnConflictOptions in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the onConflictOptions field is set.
    • getOnConflictOptions

      public OnConflictOptions getOnConflictOptions()
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
      Specified by:
      getOnConflictOptions in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The onConflictOptions.
    • setOnConflictOptions

      public StartWorkflowExecutionRequest.Builder setOnConflictOptions(OnConflictOptions value)
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
    • setOnConflictOptions

      public StartWorkflowExecutionRequest.Builder setOnConflictOptions(OnConflictOptions.Builder builderForValue)
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
    • mergeOnConflictOptions

      public StartWorkflowExecutionRequest.Builder mergeOnConflictOptions(OnConflictOptions value)
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
    • clearOnConflictOptions

      public StartWorkflowExecutionRequest.Builder clearOnConflictOptions()
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
    • getOnConflictOptionsBuilder

      public OnConflictOptions.Builder getOnConflictOptionsBuilder()
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
    • getOnConflictOptionsOrBuilder

      public OnConflictOptionsOrBuilder getOnConflictOptionsOrBuilder()
       Defines actions to be done to the existing running workflow when the conflict policy
       WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
       empty object (ie., all options with default value), it won't do anything to the existing
       running workflow. If set, it will add a history event to the running workflow.
       
      .temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
      Specified by:
      getOnConflictOptionsOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasPriority

      public boolean hasPriority()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
      Specified by:
      hasPriority in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the priority field is set.
    • getPriority

      public Priority getPriority()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
      Specified by:
      getPriority in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The priority.
    • setPriority

      public StartWorkflowExecutionRequest.Builder setPriority(Priority value)
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
    • setPriority

      public StartWorkflowExecutionRequest.Builder setPriority(Priority.Builder builderForValue)
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
    • mergePriority

      public StartWorkflowExecutionRequest.Builder mergePriority(Priority value)
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
    • clearPriority

      public StartWorkflowExecutionRequest.Builder clearPriority()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
    • getPriorityBuilder

      public Priority.Builder getPriorityBuilder()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
    • getPriorityOrBuilder

      public PriorityOrBuilder getPriorityOrBuilder()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 27;
      Specified by:
      getPriorityOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasEagerWorkerDeploymentOptions

      public boolean hasEagerWorkerDeploymentOptions()
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
      Specified by:
      hasEagerWorkerDeploymentOptions in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the eagerWorkerDeploymentOptions field is set.
    • getEagerWorkerDeploymentOptions

      public WorkerDeploymentOptions getEagerWorkerDeploymentOptions()
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
      Specified by:
      getEagerWorkerDeploymentOptions in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The eagerWorkerDeploymentOptions.
    • setEagerWorkerDeploymentOptions

      public StartWorkflowExecutionRequest.Builder setEagerWorkerDeploymentOptions(WorkerDeploymentOptions value)
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
    • setEagerWorkerDeploymentOptions

      public StartWorkflowExecutionRequest.Builder setEagerWorkerDeploymentOptions(WorkerDeploymentOptions.Builder builderForValue)
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
    • mergeEagerWorkerDeploymentOptions

      public StartWorkflowExecutionRequest.Builder mergeEagerWorkerDeploymentOptions(WorkerDeploymentOptions value)
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
    • clearEagerWorkerDeploymentOptions

      public StartWorkflowExecutionRequest.Builder clearEagerWorkerDeploymentOptions()
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
    • getEagerWorkerDeploymentOptionsBuilder

      public WorkerDeploymentOptions.Builder getEagerWorkerDeploymentOptionsBuilder()
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
    • getEagerWorkerDeploymentOptionsOrBuilder

      public WorkerDeploymentOptionsOrBuilder getEagerWorkerDeploymentOptionsOrBuilder()
       Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
      Specified by:
      getEagerWorkerDeploymentOptionsOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • hasTimeSkippingConfig

      public boolean hasTimeSkippingConfig()
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
      Specified by:
      hasTimeSkippingConfig in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      Whether the timeSkippingConfig field is set.
    • getTimeSkippingConfig

      public TimeSkippingConfig getTimeSkippingConfig()
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
      Specified by:
      getTimeSkippingConfig in interface StartWorkflowExecutionRequestOrBuilder
      Returns:
      The timeSkippingConfig.
    • setTimeSkippingConfig

      public StartWorkflowExecutionRequest.Builder setTimeSkippingConfig(TimeSkippingConfig value)
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
    • setTimeSkippingConfig

      public StartWorkflowExecutionRequest.Builder setTimeSkippingConfig(TimeSkippingConfig.Builder builderForValue)
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
    • mergeTimeSkippingConfig

      public StartWorkflowExecutionRequest.Builder mergeTimeSkippingConfig(TimeSkippingConfig value)
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
    • clearTimeSkippingConfig

      public StartWorkflowExecutionRequest.Builder clearTimeSkippingConfig()
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
    • getTimeSkippingConfigBuilder

      public TimeSkippingConfig.Builder getTimeSkippingConfigBuilder()
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
    • getTimeSkippingConfigOrBuilder

      public TimeSkippingConfigOrBuilder getTimeSkippingConfigOrBuilder()
       Time-skipping configuration. If not set, time skipping is disabled.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 29;
      Specified by:
      getTimeSkippingConfigOrBuilder in interface StartWorkflowExecutionRequestOrBuilder
    • setUnknownFields

      public final StartWorkflowExecutionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>
    • mergeUnknownFields

      public final StartWorkflowExecutionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StartWorkflowExecutionRequest.Builder>