Class Service.UpdateWorkspace.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<Service.UpdateWorkspace.Builder>
      • clear

        public Service.UpdateWorkspace.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.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<Service.UpdateWorkspace.Builder>
      • getDefaultInstanceForType

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

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

        public Service.UpdateWorkspace buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Service.UpdateWorkspace.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • setField

        public Service.UpdateWorkspace.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • clearField

        public Service.UpdateWorkspace.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • clearOneof

        public Service.UpdateWorkspace.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • setRepeatedField

        public Service.UpdateWorkspace.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • addRepeatedField

        public Service.UpdateWorkspace.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • isInitialized

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

        public Service.UpdateWorkspace.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<Service.UpdateWorkspace.Builder>
        Throws:
        java.io.IOException
      • hasWorkspaceName

        public boolean hasWorkspaceName()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Specified by:
        hasWorkspaceName in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        Whether the workspaceName field is set.
      • getWorkspaceName

        public java.lang.String getWorkspaceName()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getWorkspaceName in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        The workspaceName.
      • getWorkspaceNameBytes

        public com.google.protobuf.ByteString getWorkspaceNameBytes()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getWorkspaceNameBytes in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        The bytes for workspaceName.
      • setWorkspaceName

        public Service.UpdateWorkspace.Builder setWorkspaceName​(java.lang.String value)
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The workspaceName to set.
        Returns:
        This builder for chaining.
      • clearWorkspaceName

        public Service.UpdateWorkspace.Builder clearWorkspaceName()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setWorkspaceNameBytes

        public Service.UpdateWorkspace.Builder setWorkspaceNameBytes​(com.google.protobuf.ByteString value)
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for workspaceName to set.
        Returns:
        This builder for chaining.
      • hasDescription

        public boolean hasDescription()
         Optional description update.
         
        optional string description = 2;
        Specified by:
        hasDescription in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        Whether the description field is set.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Optional description update.
         
        optional string description = 2;
        Specified by:
        getDescriptionBytes in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Service.UpdateWorkspace.Builder setDescription​(java.lang.String value)
         Optional description update.
         
        optional string description = 2;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Service.UpdateWorkspace.Builder clearDescription()
         Optional description update.
         
        optional string description = 2;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Service.UpdateWorkspace.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Optional description update.
         
        optional string description = 2;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasDefaultArtifactRoot

        public boolean hasDefaultArtifactRoot()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Specified by:
        hasDefaultArtifactRoot in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        Whether the defaultArtifactRoot field is set.
      • getDefaultArtifactRoot

        public java.lang.String getDefaultArtifactRoot()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Specified by:
        getDefaultArtifactRoot in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        The defaultArtifactRoot.
      • getDefaultArtifactRootBytes

        public com.google.protobuf.ByteString getDefaultArtifactRootBytes()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Specified by:
        getDefaultArtifactRootBytes in interface Service.UpdateWorkspaceOrBuilder
        Returns:
        The bytes for defaultArtifactRoot.
      • setDefaultArtifactRoot

        public Service.UpdateWorkspace.Builder setDefaultArtifactRoot​(java.lang.String value)
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Parameters:
        value - The defaultArtifactRoot to set.
        Returns:
        This builder for chaining.
      • clearDefaultArtifactRoot

        public Service.UpdateWorkspace.Builder clearDefaultArtifactRoot()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Returns:
        This builder for chaining.
      • setDefaultArtifactRootBytes

        public Service.UpdateWorkspace.Builder setDefaultArtifactRootBytes​(com.google.protobuf.ByteString value)
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Parameters:
        value - The bytes for defaultArtifactRoot to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Service.UpdateWorkspace.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>
      • mergeUnknownFields

        public final Service.UpdateWorkspace.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateWorkspace.Builder>