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

        public Service.ListArtifacts.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.ListArtifacts.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.ListArtifacts.Builder>
      • getDefaultInstanceForType

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

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

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

        public Service.ListArtifacts.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.ListArtifacts.Builder>
      • setField

        public Service.ListArtifacts.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.ListArtifacts.Builder>
      • clearField

        public Service.ListArtifacts.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.ListArtifacts.Builder>
      • clearOneof

        public Service.ListArtifacts.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.ListArtifacts.Builder>
      • setRepeatedField

        public Service.ListArtifacts.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.ListArtifacts.Builder>
      • addRepeatedField

        public Service.ListArtifacts.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.ListArtifacts.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.ListArtifacts.Builder>
      • mergeFrom

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

        public boolean hasRunId()
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Specified by:
        hasRunId in interface Service.ListArtifactsOrBuilder
        Returns:
        Whether the runId field is set.
      • getRunId

        public java.lang.String getRunId()
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Specified by:
        getRunId in interface Service.ListArtifactsOrBuilder
        Returns:
        The runId.
      • getRunIdBytes

        public com.google.protobuf.ByteString getRunIdBytes()
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Specified by:
        getRunIdBytes in interface Service.ListArtifactsOrBuilder
        Returns:
        The bytes for runId.
      • setRunId

        public Service.ListArtifacts.Builder setRunId​(java.lang.String value)
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Parameters:
        value - The runId to set.
        Returns:
        This builder for chaining.
      • clearRunId

        public Service.ListArtifacts.Builder clearRunId()
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Returns:
        This builder for chaining.
      • setRunIdBytes

        public Service.ListArtifacts.Builder setRunIdBytes​(com.google.protobuf.ByteString value)
         ID of the run whose artifacts to list. Must be provided.
         
        optional string run_id = 3;
        Parameters:
        value - The bytes for runId to set.
        Returns:
        This builder for chaining.
      • hasRunUuid

        public boolean hasRunUuid()
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        hasRunUuid in interface Service.ListArtifactsOrBuilder
        Returns:
        Whether the runUuid field is set.
      • getRunUuid

        public java.lang.String getRunUuid()
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        getRunUuid in interface Service.ListArtifactsOrBuilder
        Returns:
        The runUuid.
      • getRunUuidBytes

        public com.google.protobuf.ByteString getRunUuidBytes()
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        getRunUuidBytes in interface Service.ListArtifactsOrBuilder
        Returns:
        The bytes for runUuid.
      • setRunUuid

        public Service.ListArtifacts.Builder setRunUuid​(java.lang.String value)
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Parameters:
        value - The runUuid to set.
        Returns:
        This builder for chaining.
      • clearRunUuid

        public Service.ListArtifacts.Builder clearRunUuid()
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Returns:
        This builder for chaining.
      • setRunUuidBytes

        public Service.ListArtifacts.Builder setRunUuidBytes​(com.google.protobuf.ByteString value)
         [Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Parameters:
        value - The bytes for runUuid to set.
        Returns:
        This builder for chaining.
      • hasPath

        public boolean hasPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Specified by:
        hasPath in interface Service.ListArtifactsOrBuilder
        Returns:
        Whether the path field is set.
      • getPath

        public java.lang.String getPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Specified by:
        getPath in interface Service.ListArtifactsOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Specified by:
        getPathBytes in interface Service.ListArtifactsOrBuilder
        Returns:
        The bytes for path.
      • setPath

        public Service.ListArtifacts.Builder setPath​(java.lang.String value)
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • clearPath

        public Service.ListArtifacts.Builder clearPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Returns:
        This builder for chaining.
      • setPathBytes

        public Service.ListArtifacts.Builder setPathBytes​(com.google.protobuf.ByteString value)
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 2;
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.
      • hasPageToken

        public boolean hasPageToken()
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Specified by:
        hasPageToken in interface Service.ListArtifactsOrBuilder
        Returns:
        Whether the pageToken field is set.
      • getPageToken

        public java.lang.String getPageToken()
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Specified by:
        getPageToken in interface Service.ListArtifactsOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Specified by:
        getPageTokenBytes in interface Service.ListArtifactsOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public Service.ListArtifacts.Builder setPageToken​(java.lang.String value)
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public Service.ListArtifacts.Builder clearPageToken()
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public Service.ListArtifacts.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Service.ListArtifacts.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.ListArtifacts.Builder>
      • mergeUnknownFields

        public final Service.ListArtifacts.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.ListArtifacts.Builder>