Uses of Class
io.qdrant.client.grpc.Points.ScrollResponse
Packages that use Points.ScrollResponse
-
Uses of Points.ScrollResponse in io.qdrant.client
Methods in io.qdrant.client that return Points.ScrollResponseModifier and TypeMethodDescriptionQdrantClient.scroll
(Points.ScrollPoints request) Retrieve points from a collection based on filters. -
Uses of Points.ScrollResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.ScrollResponseModifier and TypeMethodDescriptionPoints.ScrollResponse.Builder.build()
Points.ScrollResponse.Builder.buildPartial()
static Points.ScrollResponse
Points.ScrollResponse.getDefaultInstance()
Points.ScrollResponse.Builder.getDefaultInstanceForType()
Points.ScrollResponse.getDefaultInstanceForType()
static Points.ScrollResponse
Points.ScrollResponse.parseDelimitedFrom
(InputStream input) static Points.ScrollResponse
Points.ScrollResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(byte[] data) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(InputStream input) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(ByteBuffer data) static Points.ScrollResponse
Points.ScrollResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.scroll
(Points.ScrollPoints request) Iterate over all or filtered pointsMethods in io.qdrant.client.grpc that return types with arguments of type Points.ScrollResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.ScrollResponse>
Points.ScrollResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.ScrollPoints,
Points.ScrollResponse> PointsGrpc.getScrollMethod()
static com.google.protobuf.Parser<Points.ScrollResponse>
Points.ScrollResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.ScrollResponse>
PointsGrpc.PointsFutureStub.scroll
(Points.ScrollPoints request) Iterate over all or filtered pointsMethods in io.qdrant.client.grpc with parameters of type Points.ScrollResponseModifier and TypeMethodDescriptionPoints.ScrollResponse.Builder.mergeFrom
(Points.ScrollResponse other) Points.ScrollResponse.newBuilder
(Points.ScrollResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Points.ScrollResponseModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.scroll
(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered pointsvoid
PointsGrpc.PointsStub.scroll
(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered points