Interface GetQuerySegmentInfoRequestOrBuilder

    • Method Detail

      • hasBase

        boolean hasBase()
         must
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        Whether the base field is set.
      • getBase

        MsgBase getBase()
         must
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        The base.
      • getBaseOrBuilder

        MsgBaseOrBuilder getBaseOrBuilder()
         must
         
        .milvus.proto.common.MsgBase base = 1;
      • getDbName

        String getDbName()
        string dbName = 2;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string dbName = 2;
        Returns:
        The bytes for dbName.
      • getCollectionName

        String getCollectionName()
         must
         
        string collectionName = 3;
        Returns:
        The collectionName.
      • getCollectionNameBytes

        com.google.protobuf.ByteString getCollectionNameBytes()
         must
         
        string collectionName = 3;
        Returns:
        The bytes for collectionName.