Uses of Class
io.qdrant.client.grpc.Points.BatchResult
-
Uses of Points.BatchResult in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.BatchResult.Builder.build()
Points.BatchResult.Builder.buildPartial()
static Points.BatchResult
Points.BatchResult.getDefaultInstance()
Points.BatchResult.Builder.getDefaultInstanceForType()
Points.BatchResult.getDefaultInstanceForType()
Points.RecommendBatchResponse.Builder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponseOrBuilder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponseOrBuilder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
static Points.BatchResult
Points.BatchResult.parseDelimitedFrom
(InputStream input) static Points.BatchResult
Points.BatchResult.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(byte[] data) static Points.BatchResult
Points.BatchResult.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.ByteString data) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(InputStream input) static Points.BatchResult
Points.BatchResult.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(ByteBuffer data) static Points.BatchResult
Points.BatchResult.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.BatchResult>
Points.BatchResult.getParserForType()
Points.RecommendBatchResponse.Builder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponseOrBuilder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponseOrBuilder.getResultList()
repeated .qdrant.BatchResult result = 1;
static com.google.protobuf.Parser<Points.BatchResult>
Points.BatchResult.parser()
Modifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addResult
(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addResult
(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.BatchResult.Builder.mergeFrom
(Points.BatchResult other) static Points.BatchResult.Builder
Points.BatchResult.newBuilder
(Points.BatchResult prototype) Points.RecommendBatchResponse.Builder.setResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.setResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Modifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addAllResult
(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addAllResult
(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;