Class MlflowArtifacts.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<MlflowArtifacts.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<MlflowArtifacts.ListArtifacts.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public boolean hasPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string path = 1;
        Specified by:
        hasPath in interface MlflowArtifacts.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 = 1;
        Specified by:
        getPath in interface MlflowArtifacts.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 = 1;
        Specified by:
        getPathBytes in interface MlflowArtifacts.ListArtifactsOrBuilder
        Returns:
        The bytes for path.
      • setPath

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

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

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