public interface DeleteDocRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getDeleteAll()
bool delete_all = 2; |
String |
getFilter()
string filter = 3; |
com.google.protobuf.ByteString |
getFilterBytes()
string filter = 3; |
String |
getIds(int index)
collection_name in metadata
repeated string ids = 1; |
com.google.protobuf.ByteString |
getIdsBytes(int index)
collection_name in metadata
repeated string ids = 1; |
int |
getIdsCount()
collection_name in metadata
repeated string ids = 1; |
List<String> |
getIdsList()
collection_name in metadata
repeated string ids = 1; |
String |
getPartition()
string partition = 4; |
com.google.protobuf.ByteString |
getPartitionBytes()
string partition = 4; |
List<String> getIdsList()
collection_name in metadata
repeated string ids = 1;int getIdsCount()
collection_name in metadata
repeated string ids = 1;String getIds(int index)
collection_name in metadata
repeated string ids = 1;index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
collection_name in metadata
repeated string ids = 1;index - The index of the value to return.boolean getDeleteAll()
bool delete_all = 2;String getFilter()
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
string filter = 3;String getPartition()
string partition = 4;com.google.protobuf.ByteString getPartitionBytes()
string partition = 4;Copyright © 2026. All rights reserved.