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