Class PostResetOperation.UpdateWorkflowOptions.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<PostResetOperation.UpdateWorkflowOptions.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<PostResetOperation.UpdateWorkflowOptions.Builder>
      • getDefaultInstanceForType

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

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

        public PostResetOperation.UpdateWorkflowOptions 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<PostResetOperation.UpdateWorkflowOptions.Builder>
      • mergeFrom

        public PostResetOperation.UpdateWorkflowOptions.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<PostResetOperation.UpdateWorkflowOptions.Builder>
        Throws:
        java.io.IOException
      • hasWorkflowExecutionOptions

        public boolean hasWorkflowExecutionOptions()
         Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
        Specified by:
        hasWorkflowExecutionOptions in interface PostResetOperation.UpdateWorkflowOptionsOrBuilder
        Returns:
        Whether the workflowExecutionOptions field is set.
      • setWorkflowExecutionOptions

        public PostResetOperation.UpdateWorkflowOptions.Builder setWorkflowExecutionOptions​(WorkflowExecutionOptions value)
         Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
      • mergeWorkflowExecutionOptions

        public PostResetOperation.UpdateWorkflowOptions.Builder mergeWorkflowExecutionOptions​(WorkflowExecutionOptions value)
         Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
      • clearWorkflowExecutionOptions

        public PostResetOperation.UpdateWorkflowOptions.Builder clearWorkflowExecutionOptions()
         Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
      • getWorkflowExecutionOptionsBuilder

        public WorkflowExecutionOptions.Builder getWorkflowExecutionOptionsBuilder()
         Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
         
        .temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
      • 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 = 2;
        Specified by:
        hasUpdateMask in interface PostResetOperation.UpdateWorkflowOptionsOrBuilder
        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 = 2;
        Specified by:
        getUpdateMask in interface PostResetOperation.UpdateWorkflowOptionsOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public PostResetOperation.UpdateWorkflowOptions.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 = 2;
      • setUpdateMask

        public PostResetOperation.UpdateWorkflowOptions.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 = 2;
      • mergeUpdateMask

        public PostResetOperation.UpdateWorkflowOptions.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 = 2;
      • clearUpdateMask

        public PostResetOperation.UpdateWorkflowOptions.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 = 2;
      • 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 = 2;
      • 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 = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface PostResetOperation.UpdateWorkflowOptionsOrBuilder