Interface DescribeIndexResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DescribeIndexResponse, DescribeIndexResponse.Builder

    public interface DescribeIndexResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStatus

        boolean hasStatus()
         Response status
         
        .milvus.proto.common.Status status = 1;
        Returns:
        Whether the status field is set.
      • getStatus

        Status getStatus()
         Response status
         
        .milvus.proto.common.Status status = 1;
        Returns:
        The status.
      • getStatusOrBuilder

        StatusOrBuilder getStatusOrBuilder()
         Response status
         
        .milvus.proto.common.Status status = 1;
      • getIndexDescriptionsList

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

        IndexDescription getIndexDescriptions​(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;
      • getIndexDescriptionsCount

        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;
      • getIndexDescriptionsOrBuilderList

        List<? extends IndexDescriptionOrBuilder> getIndexDescriptionsOrBuilderList()
         All index informations, for now only return tha latest index you created for the collection.
         
        repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
      • getIndexDescriptionsOrBuilder

        IndexDescriptionOrBuilder getIndexDescriptionsOrBuilder​(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;