Uses of Class
io.qdrant.client.grpc.Points.DeletePoints
Packages that use Points.DeletePoints
-
Uses of Points.DeletePoints in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.DeletePointsModifier and TypeMethodDescriptionPoints.DeletePoints.Builder.build()
Points.DeletePoints.Builder.buildPartial()
static Points.DeletePoints
Points.DeletePoints.getDefaultInstance()
Points.DeletePoints.Builder.getDefaultInstanceForType()
Points.DeletePoints.getDefaultInstanceForType()
static Points.DeletePoints
Points.DeletePoints.parseDelimitedFrom
(InputStream input) static Points.DeletePoints
Points.DeletePoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.DeletePoints
Points.DeletePoints.parseFrom
(byte[] data) static Points.DeletePoints
Points.DeletePoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.DeletePoints
Points.DeletePoints.parseFrom
(com.google.protobuf.ByteString data) static Points.DeletePoints
Points.DeletePoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.DeletePoints
Points.DeletePoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.DeletePoints
Points.DeletePoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.DeletePoints
Points.DeletePoints.parseFrom
(InputStream input) static Points.DeletePoints
Points.DeletePoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.DeletePoints
Points.DeletePoints.parseFrom
(ByteBuffer data) static Points.DeletePoints
Points.DeletePoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.DeletePointsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Points.DeletePoints,
Points.PointsOperationResponse> PointsGrpc.getDeleteMethod()
com.google.protobuf.Parser<Points.DeletePoints>
Points.DeletePoints.getParserForType()
static com.google.protobuf.Parser<Points.DeletePoints>
Points.DeletePoints.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.DeletePointsModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.delete
(Points.DeletePoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete pointsPointsGrpc.PointsBlockingStub.delete
(Points.DeletePoints request) Delete pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.delete
(Points.DeletePoints request) Delete pointsvoid
PointsGrpc.PointsStub.delete
(Points.DeletePoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete pointsPoints.DeletePoints.Builder.mergeFrom
(Points.DeletePoints other) static Points.DeletePoints.Builder
Points.DeletePoints.newBuilder
(Points.DeletePoints prototype)