Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.ScrollResponse
Packages that use Points.ScrollResponse
-
Uses of Points.ScrollResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.ScrollResponseModifier and TypeMethodDescriptiondefault GrpcClientRequest<Points.ScrollResponse>PointMethods.scrollPoint(String collectionName, Points.PointId offset, Integer limit, Points.Filter filter, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorSelector) Scroll request - paginate over all points which matches given filtering condition. -
Uses of Points.ScrollResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.ScrollResponseModifier and TypeMethodDescriptionPoints.ScrollResponse.Builder.build()Points.ScrollResponse.Builder.buildPartial()static Points.ScrollResponsePoints.ScrollResponse.getDefaultInstance()Points.ScrollResponse.Builder.getDefaultInstanceForType()Points.ScrollResponse.getDefaultInstanceForType()static Points.ScrollResponsePoints.ScrollResponse.parseDelimitedFrom(InputStream input) static Points.ScrollResponsePoints.ScrollResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(byte[] data) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(com.google.protobuf.ByteString data) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(InputStream input) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(ByteBuffer data) static Points.ScrollResponsePoints.ScrollResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.scroll(Points.ScrollPoints request) Iterate over all or filtered points pointsPointsInternalGrpc.PointsInternalBlockingStub.scroll(PointsInternalService.ScrollPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto 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 io.grpc.MethodDescriptor<PointsInternalService.ScrollPointsInternal,Points.ScrollResponse> PointsInternalGrpc.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 points pointscom.google.common.util.concurrent.ListenableFuture<Points.ScrollResponse>PointsInternalGrpc.PointsInternalFutureStub.scroll(PointsInternalService.ScrollPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.ScrollResponseModifier and TypeMethodDescriptionPoints.ScrollResponse.Builder.mergeFrom(Points.ScrollResponse other) Points.ScrollResponse.newBuilder(Points.ScrollResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.ScrollResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.scroll(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered points pointsvoidPointsGrpc.PointsStub.scroll(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered points pointsvoidPointsInternalGrpc.PointsInternalImplBase.scroll(PointsInternalService.ScrollPointsInternal request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) voidPointsInternalGrpc.PointsInternalStub.scroll(PointsInternalService.ScrollPointsInternal request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver)