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