public interface DeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionName()
string collection_name = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 3; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
String |
getExpr()
string expr = 5; |
com.google.protobuf.ByteString |
getExprBytes()
string expr = 5; |
int |
getHashKeys(int index)
repeated uint32 hash_keys = 6; |
int |
getHashKeysCount()
repeated uint32 hash_keys = 6; |
List<Integer> |
getHashKeysList()
repeated uint32 hash_keys = 6; |
String |
getPartitionName()
string partition_name = 4; |
com.google.protobuf.ByteString |
getPartitionNameBytes()
string partition_name = 4; |
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;String getCollectionName()
string collection_name = 3;com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 3;String getPartitionName()
string partition_name = 4;com.google.protobuf.ByteString getPartitionNameBytes()
string partition_name = 4;String getExpr()
string expr = 5;com.google.protobuf.ByteString getExprBytes()
string expr = 5;List<Integer> getHashKeysList()
repeated uint32 hash_keys = 6;int getHashKeysCount()
repeated uint32 hash_keys = 6;int getHashKeys(int index)
repeated uint32 hash_keys = 6;index - The index of the element to return.Copyright © 2023. All rights reserved.