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

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

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

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

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

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

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

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

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

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

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

        public DescribeIndexResponse.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<DescribeIndexResponse.Builder>
        Throws:
        IOException
      • hasStatus

        public boolean hasStatus()
         Response status
         
        .milvus.proto.common.Status status = 1;
        Specified by:
        hasStatus in interface DescribeIndexResponseOrBuilder
        Returns:
        Whether the status field is set.
      • getStatusBuilder

        public Status.Builder getStatusBuilder()
         Response status
         
        .milvus.proto.common.Status status = 1;
      • getIndexDescriptionsCount

        public int getIndexDescriptionsCount()
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
        Specified by:
        getIndexDescriptionsCount in interface DescribeIndexResponseOrBuilder
      • setIndexDescriptions

        public DescribeIndexResponse.Builder setIndexDescriptions​(int index,
                                                                  IndexDescription value)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • setIndexDescriptions

        public DescribeIndexResponse.Builder setIndexDescriptions​(int index,
                                                                  IndexDescription.Builder builderForValue)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptions

        public DescribeIndexResponse.Builder addIndexDescriptions​(IndexDescription value)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptions

        public DescribeIndexResponse.Builder addIndexDescriptions​(int index,
                                                                  IndexDescription value)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptions

        public DescribeIndexResponse.Builder addIndexDescriptions​(IndexDescription.Builder builderForValue)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptions

        public DescribeIndexResponse.Builder addIndexDescriptions​(int index,
                                                                  IndexDescription.Builder builderForValue)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addAllIndexDescriptions

        public DescribeIndexResponse.Builder addAllIndexDescriptions​(Iterable<? extends IndexDescription> values)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • clearIndexDescriptions

        public DescribeIndexResponse.Builder clearIndexDescriptions()
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • removeIndexDescriptions

        public DescribeIndexResponse.Builder removeIndexDescriptions​(int index)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • getIndexDescriptionsBuilder

        public IndexDescription.Builder getIndexDescriptionsBuilder​(int index)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptionsBuilder

        public IndexDescription.Builder addIndexDescriptionsBuilder()
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • addIndexDescriptionsBuilder

        public IndexDescription.Builder addIndexDescriptionsBuilder​(int index)
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • getIndexDescriptionsBuilderList

        public List<IndexDescription.Builder> getIndexDescriptionsBuilderList()
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • setUnknownFields

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

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