Interface UpdateWorkflowExecutionOptionsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateWorkflowExecutionOptionsResponse, UpdateWorkflowExecutionOptionsResponse.Builder

    @Generated(value="protoc",
               comments="annotations:UpdateWorkflowExecutionOptionsResponseOrBuilder.java.pb.meta")
    public interface UpdateWorkflowExecutionOptionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasWorkflowExecutionOptions

        boolean hasWorkflowExecutionOptions()
         Workflow Execution options after update.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
        Returns:
        Whether the workflowExecutionOptions field is set.
      • getWorkflowExecutionOptions

        WorkflowExecutionOptions getWorkflowExecutionOptions()
         Workflow Execution options after update.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
        Returns:
        The workflowExecutionOptions.
      • getWorkflowExecutionOptionsOrBuilder

        WorkflowExecutionOptionsOrBuilder getWorkflowExecutionOptionsOrBuilder()
         Workflow Execution options after update.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;