public interface GetPersistentSegmentInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
MsgBase |
getBase()
must
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
must
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionName()
must
string collectionName = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
must
string collectionName = 3; |
String |
getDbName()
string dbName = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string dbName = 2; |
boolean |
hasBase()
must
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
must
.milvus.proto.common.MsgBase base = 1;
MsgBase getBase()
must
.milvus.proto.common.MsgBase base = 1;
MsgBaseOrBuilder getBaseOrBuilder()
must
.milvus.proto.common.MsgBase base = 1;
String getDbName()
string dbName = 2;
com.google.protobuf.ByteString getDbNameBytes()
string dbName = 2;
String getCollectionName()
must
string collectionName = 3;
com.google.protobuf.ByteString getCollectionNameBytes()
must
string collectionName = 3;
Copyright © 2022. All rights reserved.