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

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

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

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

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

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

        public GetIndexStatisticsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws 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<GetIndexStatisticsRequest.Builder>
        Throws:
        IOException
      • hasBase

        public boolean hasBase()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
        Specified by:
        hasBase in interface GetIndexStatisticsRequestOrBuilder
        Returns:
        Whether the base field is set.
      • getBaseBuilder

        public MsgBase.Builder getBaseBuilder()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
      • setDbName

        public GetIndexStatisticsRequest.Builder setDbName​(String value)
         Not useful for now
         
        string db_name = 2;
        Parameters:
        value - The dbName to set.
        Returns:
        This builder for chaining.
      • setDbNameBytes

        public GetIndexStatisticsRequest.Builder setDbNameBytes​(com.google.protobuf.ByteString value)
         Not useful for now
         
        string db_name = 2;
        Parameters:
        value - The bytes for dbName to set.
        Returns:
        This builder for chaining.
      • getCollectionNameBytes

        public com.google.protobuf.ByteString getCollectionNameBytes()
         The particular collection name in Milvus
         
        string collection_name = 3;
        Specified by:
        getCollectionNameBytes in interface GetIndexStatisticsRequestOrBuilder
        Returns:
        The bytes for collectionName.
      • setCollectionName

        public GetIndexStatisticsRequest.Builder setCollectionName​(String value)
         The particular collection name in Milvus
         
        string collection_name = 3;
        Parameters:
        value - The collectionName to set.
        Returns:
        This builder for chaining.
      • clearCollectionName

        public GetIndexStatisticsRequest.Builder clearCollectionName()
         The particular collection name in Milvus
         
        string collection_name = 3;
        Returns:
        This builder for chaining.
      • setCollectionNameBytes

        public GetIndexStatisticsRequest.Builder setCollectionNameBytes​(com.google.protobuf.ByteString value)
         The particular collection name in Milvus
         
        string collection_name = 3;
        Parameters:
        value - The bytes for collectionName to set.
        Returns:
        This builder for chaining.
      • getIndexNameBytes

        public com.google.protobuf.ByteString getIndexNameBytes()
         The index name in this particular collection
         
        string index_name = 4;
        Specified by:
        getIndexNameBytes in interface GetIndexStatisticsRequestOrBuilder
        Returns:
        The bytes for indexName.
      • setIndexName

        public GetIndexStatisticsRequest.Builder setIndexName​(String value)
         The index name in this particular collection
         
        string index_name = 4;
        Parameters:
        value - The indexName to set.
        Returns:
        This builder for chaining.
      • clearIndexName

        public GetIndexStatisticsRequest.Builder clearIndexName()
         The index name in this particular collection
         
        string index_name = 4;
        Returns:
        This builder for chaining.
      • setIndexNameBytes

        public GetIndexStatisticsRequest.Builder setIndexNameBytes​(com.google.protobuf.ByteString value)
         The index name in this particular collection
         
        string index_name = 4;
        Parameters:
        value - The bytes for indexName to set.
        Returns:
        This builder for chaining.
      • setTimestamp

        public GetIndexStatisticsRequest.Builder setTimestamp​(long value)
        uint64 timestamp = 5;
        Parameters:
        value - The timestamp to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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