public interface FlushRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionNames(int index)
repeated string collection_names = 3; |
com.google.protobuf.ByteString |
getCollectionNamesBytes(int index)
repeated string collection_names = 3; |
int |
getCollectionNamesCount()
repeated string collection_names = 3; |
List<String> |
getCollectionNamesList()
repeated string collection_names = 3; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
boolean |
hasBase()
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;List<String> getCollectionNamesList()
repeated string collection_names = 3;int getCollectionNamesCount()
repeated string collection_names = 3;String getCollectionNames(int index)
repeated string collection_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getCollectionNamesBytes(int index)
repeated string collection_names = 3;index - The index of the value to return.Copyright © 2023. All rights reserved.