Package io.temporal.api.command.v1
Interface ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinueAsNewWorkflowExecutionCommandAttributes,ContinueAsNewWorkflowExecutionCommandAttributes.Builder
@Generated(value="protoc", comments="annotations:ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder.java.pb.meta") public interface ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetBackoffStartInterval()How long the workflow start will be delayed - not really a "backoff" in the traditional sense.com.google.protobuf.DurationOrBuildergetBackoffStartIntervalOrBuilder()How long the workflow start will be delayed - not really a "backoff" in the traditional sense.java.lang.StringgetCronSchedule()Should be removed.com.google.protobuf.ByteStringgetCronScheduleBytes()Should be removed.FailuregetFailure()Should be removedFailureOrBuildergetFailureOrBuilder()Should be removedHeadergetHeader().temporal.api.common.v1.Header header = 12;HeaderOrBuildergetHeaderOrBuilder().temporal.api.common.v1.Header header = 12;ContinueAsNewInitiatorgetInitiator()Should be removedintgetInitiatorValue()Should be removedPayloadsgetInput().temporal.api.common.v1.Payloads input = 3;PayloadsOrBuildergetInputOrBuilder().temporal.api.common.v1.Payloads input = 3;PayloadsgetLastCompletionResult()Should be removedPayloadsOrBuildergetLastCompletionResultOrBuilder()Should be removedMemogetMemo().temporal.api.common.v1.Memo memo = 13;MemoOrBuildergetMemoOrBuilder().temporal.api.common.v1.Memo memo = 13;RetryPolicygetRetryPolicy().temporal.api.common.v1.RetryPolicy retry_policy = 7;RetryPolicyOrBuildergetRetryPolicyOrBuilder().temporal.api.common.v1.RetryPolicy retry_policy = 7;SearchAttributesgetSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 14;SearchAttributesOrBuildergetSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 14;TaskQueuegetTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;TaskQueueOrBuildergetTaskQueueOrBuilder().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;booleangetUseCompatibleVersion()If this is set, the workflow executing this command wishes to continue as new using a version compatible with the version that this workflow most recently ran on.com.google.protobuf.DurationgetWorkflowRunTimeout()Timeout of a single workflow run.com.google.protobuf.DurationOrBuildergetWorkflowRunTimeoutOrBuilder()Timeout of a single workflow run.com.google.protobuf.DurationgetWorkflowTaskTimeout()Timeout of a single workflow task.com.google.protobuf.DurationOrBuildergetWorkflowTaskTimeoutOrBuilder()Timeout of a single workflow task.WorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 1;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 1;booleanhasBackoffStartInterval()How long the workflow start will be delayed - not really a "backoff" in the traditional sense.booleanhasFailure()Should be removedbooleanhasHeader().temporal.api.common.v1.Header header = 12;booleanhasInput().temporal.api.common.v1.Payloads input = 3;booleanhasLastCompletionResult()Should be removedbooleanhasMemo().temporal.api.common.v1.Memo memo = 13;booleanhasRetryPolicy().temporal.api.common.v1.RetryPolicy retry_policy = 7;booleanhasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 14;booleanhasTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;booleanhasWorkflowRunTimeout()Timeout of a single workflow run.booleanhasWorkflowTaskTimeout()Timeout of a single workflow task.booleanhasWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkflowType
boolean hasWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 1;- Returns:
- Whether the workflowType field is set.
-
getWorkflowType
WorkflowType getWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 1;- Returns:
- The workflowType.
-
getWorkflowTypeOrBuilder
WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 1;
-
hasTaskQueue
boolean hasTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;- Returns:
- Whether the taskQueue field is set.
-
getTaskQueue
TaskQueue getTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueOrBuilder
TaskQueueOrBuilder getTaskQueueOrBuilder()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
-
hasInput
boolean hasInput()
.temporal.api.common.v1.Payloads input = 3;- Returns:
- Whether the input field is set.
-
getInput
Payloads getInput()
.temporal.api.common.v1.Payloads input = 3;- Returns:
- The input.
-
getInputOrBuilder
PayloadsOrBuilder getInputOrBuilder()
.temporal.api.common.v1.Payloads input = 3;
-
hasWorkflowRunTimeout
boolean hasWorkflowRunTimeout()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 4 [(.gogoproto.stdduration) = true];- Returns:
- Whether the workflowRunTimeout field is set.
-
getWorkflowRunTimeout
com.google.protobuf.Duration getWorkflowRunTimeout()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 4 [(.gogoproto.stdduration) = true];- Returns:
- The workflowRunTimeout.
-
getWorkflowRunTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 4 [(.gogoproto.stdduration) = true];
-
hasWorkflowTaskTimeout
boolean hasWorkflowTaskTimeout()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 5 [(.gogoproto.stdduration) = true];- Returns:
- Whether the workflowTaskTimeout field is set.
-
getWorkflowTaskTimeout
com.google.protobuf.Duration getWorkflowTaskTimeout()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 5 [(.gogoproto.stdduration) = true];- Returns:
- The workflowTaskTimeout.
-
getWorkflowTaskTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getWorkflowTaskTimeoutOrBuilder()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 5 [(.gogoproto.stdduration) = true];
-
hasBackoffStartInterval
boolean hasBackoffStartInterval()
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
.google.protobuf.Duration backoff_start_interval = 6 [(.gogoproto.stdduration) = true];- Returns:
- Whether the backoffStartInterval field is set.
-
getBackoffStartInterval
com.google.protobuf.Duration getBackoffStartInterval()
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
.google.protobuf.Duration backoff_start_interval = 6 [(.gogoproto.stdduration) = true];- Returns:
- The backoffStartInterval.
-
getBackoffStartIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getBackoffStartIntervalOrBuilder()
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
.google.protobuf.Duration backoff_start_interval = 6 [(.gogoproto.stdduration) = true];
-
hasRetryPolicy
boolean hasRetryPolicy()
.temporal.api.common.v1.RetryPolicy retry_policy = 7;- Returns:
- Whether the retryPolicy field is set.
-
getRetryPolicy
RetryPolicy getRetryPolicy()
.temporal.api.common.v1.RetryPolicy retry_policy = 7;- Returns:
- The retryPolicy.
-
getRetryPolicyOrBuilder
RetryPolicyOrBuilder getRetryPolicyOrBuilder()
.temporal.api.common.v1.RetryPolicy retry_policy = 7;
-
getInitiatorValue
int getInitiatorValue()
Should be removed
.temporal.api.enums.v1.ContinueAsNewInitiator initiator = 8;- Returns:
- The enum numeric value on the wire for initiator.
-
getInitiator
ContinueAsNewInitiator getInitiator()
Should be removed
.temporal.api.enums.v1.ContinueAsNewInitiator initiator = 8;- Returns:
- The initiator.
-
hasFailure
boolean hasFailure()
Should be removed
.temporal.api.failure.v1.Failure failure = 9;- Returns:
- Whether the failure field is set.
-
getFailure
Failure getFailure()
Should be removed
.temporal.api.failure.v1.Failure failure = 9;- Returns:
- The failure.
-
getFailureOrBuilder
FailureOrBuilder getFailureOrBuilder()
Should be removed
.temporal.api.failure.v1.Failure failure = 9;
-
hasLastCompletionResult
boolean hasLastCompletionResult()
Should be removed
.temporal.api.common.v1.Payloads last_completion_result = 10;- Returns:
- Whether the lastCompletionResult field is set.
-
getLastCompletionResult
Payloads getLastCompletionResult()
Should be removed
.temporal.api.common.v1.Payloads last_completion_result = 10;- Returns:
- The lastCompletionResult.
-
getLastCompletionResultOrBuilder
PayloadsOrBuilder getLastCompletionResultOrBuilder()
Should be removed
.temporal.api.common.v1.Payloads last_completion_result = 10;
-
getCronSchedule
java.lang.String getCronSchedule()
Should be removed. Not necessarily unused but unclear and not exposed by SDKs.
string cron_schedule = 11;- Returns:
- The cronSchedule.
-
getCronScheduleBytes
com.google.protobuf.ByteString getCronScheduleBytes()
Should be removed. Not necessarily unused but unclear and not exposed by SDKs.
string cron_schedule = 11;- Returns:
- The bytes for cronSchedule.
-
hasHeader
boolean hasHeader()
.temporal.api.common.v1.Header header = 12;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()
.temporal.api.common.v1.Header header = 12;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()
.temporal.api.common.v1.Header header = 12;
-
hasMemo
boolean hasMemo()
.temporal.api.common.v1.Memo memo = 13;- Returns:
- Whether the memo field is set.
-
getMemo
Memo getMemo()
.temporal.api.common.v1.Memo memo = 13;- Returns:
- The memo.
-
getMemoOrBuilder
MemoOrBuilder getMemoOrBuilder()
.temporal.api.common.v1.Memo memo = 13;
-
hasSearchAttributes
boolean hasSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 14;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
SearchAttributes getSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 14;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
SearchAttributesOrBuilder getSearchAttributesOrBuilder()
.temporal.api.common.v1.SearchAttributes search_attributes = 14;
-
getUseCompatibleVersion
boolean getUseCompatibleVersion()
If this is set, the workflow executing this command wishes to continue as new using a version compatible with the version that this workflow most recently ran on.
bool use_compatible_version = 15;- Returns:
- The useCompatibleVersion.
-
-