Class UpdateWorkflowExecutionOptionsRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkflowExecutionOptionsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkflowExecutionOptionsRequest.Builder>
      • getDefaultInstanceForType

        public UpdateWorkflowExecutionOptionsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpdateWorkflowExecutionOptionsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpdateWorkflowExecutionOptionsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkflowExecutionOptionsRequest.Builder>
      • mergeFrom

        public UpdateWorkflowExecutionOptionsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateWorkflowExecutionOptionsRequest.Builder>
        Throws:
        java.io.IOException
      • setNamespace

        public UpdateWorkflowExecutionOptionsRequest.Builder setNamespace​(java.lang.String value)
         The namespace name of the target Workflow.
         
        string namespace = 1;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public UpdateWorkflowExecutionOptionsRequest.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
         The namespace name of the target Workflow.
         
        string namespace = 1;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • hasWorkflowExecution

        public boolean hasWorkflowExecution()
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Specified by:
        hasWorkflowExecution in interface UpdateWorkflowExecutionOptionsRequestOrBuilder
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        public WorkflowExecution getWorkflowExecution()
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Specified by:
        getWorkflowExecution in interface UpdateWorkflowExecutionOptionsRequestOrBuilder
        Returns:
        The workflowExecution.
      • setWorkflowExecution

        public UpdateWorkflowExecutionOptionsRequest.Builder setWorkflowExecution​(WorkflowExecution value)
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • setWorkflowExecution

        public UpdateWorkflowExecutionOptionsRequest.Builder setWorkflowExecution​(WorkflowExecution.Builder builderForValue)
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • mergeWorkflowExecution

        public UpdateWorkflowExecutionOptionsRequest.Builder mergeWorkflowExecution​(WorkflowExecution value)
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • clearWorkflowExecution

        public UpdateWorkflowExecutionOptionsRequest.Builder clearWorkflowExecution()
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • getWorkflowExecutionBuilder

        public WorkflowExecution.Builder getWorkflowExecutionBuilder()
         The target Workflow Id and (optionally) a specific Run Id thereof.
         (-- api-linter: core::0203::optional=disabled
             aip.dev/not-precedent: false positive triggered by the word "optional" --)
         
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • hasWorkflowExecutionOptions

        public boolean hasWorkflowExecutionOptions()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;
        Specified by:
        hasWorkflowExecutionOptions in interface UpdateWorkflowExecutionOptionsRequestOrBuilder
        Returns:
        Whether the workflowExecutionOptions field is set.
      • clearWorkflowExecutionOptions

        public UpdateWorkflowExecutionOptionsRequest.Builder clearWorkflowExecutionOptions()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;
      • getWorkflowExecutionOptionsBuilder

        public WorkflowExecutionOptions.Builder getWorkflowExecutionOptionsBuilder()
         Workflow Execution options. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;
      • hasUpdateMask

        public 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 = 4;
        Specified by:
        hasUpdateMask in interface UpdateWorkflowExecutionOptionsRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public 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 = 4;
        Specified by:
        getUpdateMask in interface UpdateWorkflowExecutionOptionsRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateWorkflowExecutionOptionsRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         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 = 4;
      • setUpdateMask

        public UpdateWorkflowExecutionOptionsRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         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 = 4;
      • mergeUpdateMask

        public UpdateWorkflowExecutionOptionsRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         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 = 4;
      • clearUpdateMask

        public UpdateWorkflowExecutionOptionsRequest.Builder clearUpdateMask()
         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 = 4;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         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 = 4;
      • getUpdateMaskOrBuilder

        public 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 = 4;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateWorkflowExecutionOptionsRequestOrBuilder