Package io.temporal.api.workflow.v1
Interface WorkflowExecutionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionConfig,WorkflowExecutionConfig.Builder
@Generated(value="protoc", comments="annotations:WorkflowExecutionConfigOrBuilder.java.pb.meta") public interface WorkflowExecutionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetDefaultWorkflowTaskTimeout().google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetDefaultWorkflowTaskTimeoutOrBuilder().google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];TaskQueuegetTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 1;TaskQueueOrBuildergetTaskQueueOrBuilder().temporal.api.taskqueue.v1.TaskQueue task_queue = 1;com.google.protobuf.DurationgetWorkflowExecutionTimeout().google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetWorkflowExecutionTimeoutOrBuilder().google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationgetWorkflowRunTimeout().google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];com.google.protobuf.DurationOrBuildergetWorkflowRunTimeoutOrBuilder().google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];booleanhasDefaultWorkflowTaskTimeout().google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];booleanhasTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 1;booleanhasWorkflowExecutionTimeout().google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];booleanhasWorkflowRunTimeout().google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTaskQueue
boolean hasTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 1;- Returns:
- Whether the taskQueue field is set.
-
getTaskQueue
TaskQueue getTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 1;- Returns:
- The taskQueue.
-
getTaskQueueOrBuilder
TaskQueueOrBuilder getTaskQueueOrBuilder()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 1;
-
hasWorkflowExecutionTimeout
boolean hasWorkflowExecutionTimeout()
.google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];- Returns:
- Whether the workflowExecutionTimeout field is set.
-
getWorkflowExecutionTimeout
com.google.protobuf.Duration getWorkflowExecutionTimeout()
.google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];- Returns:
- The workflowExecutionTimeout.
-
getWorkflowExecutionTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getWorkflowExecutionTimeoutOrBuilder()
.google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];
-
hasWorkflowRunTimeout
boolean hasWorkflowRunTimeout()
.google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];- Returns:
- Whether the workflowRunTimeout field is set.
-
getWorkflowRunTimeout
com.google.protobuf.Duration getWorkflowRunTimeout()
.google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];- Returns:
- The workflowRunTimeout.
-
getWorkflowRunTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
.google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
-
hasDefaultWorkflowTaskTimeout
boolean hasDefaultWorkflowTaskTimeout()
.google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];- Returns:
- Whether the defaultWorkflowTaskTimeout field is set.
-
getDefaultWorkflowTaskTimeout
com.google.protobuf.Duration getDefaultWorkflowTaskTimeout()
.google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];- Returns:
- The defaultWorkflowTaskTimeout.
-
getDefaultWorkflowTaskTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getDefaultWorkflowTaskTimeoutOrBuilder()
.google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];
-
-