Interface WorkflowPropertiesModifiedExternallyEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNewTaskQueue()
      If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on the provided queue.
      com.google.protobuf.ByteString getNewTaskQueueBytes()
      If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on the provided queue.
      com.google.protobuf.Duration getNewWorkflowExecutionTimeout()
      If set, update the workflow execution timeout to this value.
      com.google.protobuf.DurationOrBuilder getNewWorkflowExecutionTimeoutOrBuilder()
      If set, update the workflow execution timeout to this value.
      com.google.protobuf.Duration getNewWorkflowRunTimeout()
      If set, update the workflow run timeout to this value.
      com.google.protobuf.DurationOrBuilder getNewWorkflowRunTimeoutOrBuilder()
      If set, update the workflow run timeout to this value.
      com.google.protobuf.Duration getNewWorkflowTaskTimeout()
      If set, update the workflow task timeout to this value.
      com.google.protobuf.DurationOrBuilder getNewWorkflowTaskTimeoutOrBuilder()
      If set, update the workflow task timeout to this value.
      Memo getUpsertedMemo()
      If set, update the workflow memo with the provided values.
      MemoOrBuilder getUpsertedMemoOrBuilder()
      If set, update the workflow memo with the provided values.
      boolean hasNewWorkflowExecutionTimeout()
      If set, update the workflow execution timeout to this value.
      boolean hasNewWorkflowRunTimeout()
      If set, update the workflow run timeout to this value.
      boolean hasNewWorkflowTaskTimeout()
      If set, update the workflow task timeout to this value.
      boolean hasUpsertedMemo()
      If set, update the workflow memo with the provided values.
      • 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

      • getNewTaskQueue

        java.lang.String getNewTaskQueue()
         If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
         the provided queue.
         
        string new_task_queue = 1;
        Returns:
        The newTaskQueue.
      • getNewTaskQueueBytes

        com.google.protobuf.ByteString getNewTaskQueueBytes()
         If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
         the provided queue.
         
        string new_task_queue = 1;
        Returns:
        The bytes for newTaskQueue.
      • hasNewWorkflowTaskTimeout

        boolean hasNewWorkflowTaskTimeout()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2 [(.gogoproto.stdduration) = true];
        Returns:
        Whether the newWorkflowTaskTimeout field is set.
      • getNewWorkflowTaskTimeout

        com.google.protobuf.Duration getNewWorkflowTaskTimeout()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2 [(.gogoproto.stdduration) = true];
        Returns:
        The newWorkflowTaskTimeout.
      • getNewWorkflowTaskTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getNewWorkflowTaskTimeoutOrBuilder()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2 [(.gogoproto.stdduration) = true];
      • hasNewWorkflowRunTimeout

        boolean hasNewWorkflowRunTimeout()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
        Returns:
        Whether the newWorkflowRunTimeout field is set.
      • getNewWorkflowRunTimeout

        com.google.protobuf.Duration getNewWorkflowRunTimeout()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
        Returns:
        The newWorkflowRunTimeout.
      • getNewWorkflowRunTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getNewWorkflowRunTimeoutOrBuilder()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3 [(.gogoproto.stdduration) = true];
      • hasNewWorkflowExecutionTimeout

        boolean hasNewWorkflowExecutionTimeout()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4 [(.gogoproto.stdduration) = true];
        Returns:
        Whether the newWorkflowExecutionTimeout field is set.
      • getNewWorkflowExecutionTimeout

        com.google.protobuf.Duration getNewWorkflowExecutionTimeout()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4 [(.gogoproto.stdduration) = true];
        Returns:
        The newWorkflowExecutionTimeout.
      • getNewWorkflowExecutionTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getNewWorkflowExecutionTimeoutOrBuilder()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4 [(.gogoproto.stdduration) = true];
      • hasUpsertedMemo

        boolean hasUpsertedMemo()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;
        Returns:
        Whether the upsertedMemo field is set.
      • getUpsertedMemo

        Memo getUpsertedMemo()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;
        Returns:
        The upsertedMemo.
      • getUpsertedMemoOrBuilder

        MemoOrBuilder getUpsertedMemoOrBuilder()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;