Uses of Interface
io.qdrant.client.grpc.Points.SearchPointsOrBuilder
Packages that use Points.SearchPointsOrBuilder
-
Uses of Points.SearchPointsOrBuilder in io.qdrant.client.grpc
Classes in io.qdrant.client.grpc that implement Points.SearchPointsOrBuilderModifier and TypeClassDescriptionstatic final class
Protobuf typeqdrant.SearchPoints
static final class
Protobuf typeqdrant.SearchPoints
Methods in io.qdrant.client.grpc that return Points.SearchPointsOrBuilderModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.getSearchPointsOrBuilder
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.getSearchPointsOrBuilder
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPointsOrBuilder.getSearchPointsOrBuilder
(int index) repeated .qdrant.SearchPoints search_points = 2;
Methods in io.qdrant.client.grpc that return types with arguments of type Points.SearchPointsOrBuilderModifier and TypeMethodDescriptionList<? extends Points.SearchPointsOrBuilder>
Points.SearchBatchPoints.Builder.getSearchPointsOrBuilderList()
repeated .qdrant.SearchPoints search_points = 2;
List<? extends Points.SearchPointsOrBuilder>
Points.SearchBatchPoints.getSearchPointsOrBuilderList()
repeated .qdrant.SearchPoints search_points = 2;
List<? extends Points.SearchPointsOrBuilder>
Points.SearchBatchPointsOrBuilder.getSearchPointsOrBuilderList()
repeated .qdrant.SearchPoints search_points = 2;