io.milvus.grpc.GetQuerySegmentInfoRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface GetQuerySegmentInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetQuerySegmentInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
* string dbName = 2;
* @return The dbName.
*/
java.lang.String getDbName();
/**
* string dbName = 2;
* @return The bytes for dbName.
*/
com.google.protobuf.ByteString
getDbNameBytes();
/**
*
* must
*
*
* string collectionName = 3;
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
*
* must
*
*
* string collectionName = 3;
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
}