public interface InsertDocRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Doc |
getDocs(int index)
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1; |
int |
getDocsCount()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1; |
List<Doc> |
getDocsList()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1; |
DocOrBuilder |
getDocsOrBuilder(int index)
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1; |
List<? extends DocOrBuilder> |
getDocsOrBuilderList()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1; |
String |
getPartition()
string partition = 2; |
com.google.protobuf.ByteString |
getPartitionBytes()
string partition = 2; |
List<Doc> getDocsList()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1;Doc getDocs(int index)
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1;int getDocsCount()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1;List<? extends DocOrBuilder> getDocsOrBuilderList()
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1;DocOrBuilder getDocsOrBuilder(int index)
collection_name in metadata
repeated .proxima.dashvector.proto.Doc docs = 1;String getPartition()
string partition = 2;com.google.protobuf.ByteString getPartitionBytes()
string partition = 2;Copyright © 2025. All rights reserved.