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.Duration getDefaultWorkflowTaskTimeout()
      .google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];
      com.google.protobuf.DurationOrBuilder getDefaultWorkflowTaskTimeoutOrBuilder()
      .google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];
      TaskQueue getTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 1;
      TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 1;
      com.google.protobuf.Duration getWorkflowExecutionTimeout()
      .google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];
      com.google.protobuf.DurationOrBuilder getWorkflowExecutionTimeoutOrBuilder()
      .google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];
      com.google.protobuf.Duration getWorkflowRunTimeout()
      .google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
      com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
      .google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
      boolean hasDefaultWorkflowTaskTimeout()
      .google.protobuf.Duration default_workflow_task_timeout = 4 [(.gogoproto.stdduration) = true];
      boolean hasTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 1;
      boolean hasWorkflowExecutionTimeout()
      .google.protobuf.Duration workflow_execution_timeout = 2 [(.gogoproto.stdduration) = true];
      boolean hasWorkflowRunTimeout()
      .google.protobuf.Duration workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method 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];