Interface BatchOperationUpdateWorkflowExecutionOptionsOrBuilder

    • Method Detail

      • getIdentity

        java.lang.String getIdentity()
         The identity of the worker/client.
         
        string identity = 1;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client.
         
        string identity = 1;
        Returns:
        The bytes for identity.
      • hasWorkflowExecutionOptions

        boolean hasWorkflowExecutionOptions()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 2;
        Returns:
        Whether the workflowExecutionOptions field is set.
      • getWorkflowExecutionOptions

        WorkflowExecutionOptions getWorkflowExecutionOptions()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 2;
        Returns:
        The workflowExecutionOptions.
      • getWorkflowExecutionOptionsOrBuilder

        WorkflowExecutionOptionsOrBuilder getWorkflowExecutionOptionsOrBuilder()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 2;
      • hasUpdateMask

        boolean hasUpdateMask()
         Controls which fields from `workflow_execution_options` will be applied.
         To unset a field, set it to null and use the update mask to indicate that it should be mutated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Controls which fields from `workflow_execution_options` will be applied.
         To unset a field, set it to null and use the update mask to indicate that it should be mutated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Controls which fields from `workflow_execution_options` will be applied.
         To unset a field, set it to null and use the update mask to indicate that it should be mutated.
         
        .google.protobuf.FieldMask update_mask = 3;