Uses of Class
io.qdrant.client.grpc.Points.UpdateBatchPoints
-
Uses of Points.UpdateBatchPoints in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.UpdateBatchPoints.Builder.build()
Points.UpdateBatchPoints.Builder.buildPartial()
static Points.UpdateBatchPoints
Points.UpdateBatchPoints.getDefaultInstance()
Points.UpdateBatchPoints.Builder.getDefaultInstanceForType()
Points.UpdateBatchPoints.getDefaultInstanceForType()
static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseDelimitedFrom
(InputStream input) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(byte[] data) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(InputStream input) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(ByteBuffer data) static Points.UpdateBatchPoints
Points.UpdateBatchPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.UpdateBatchPoints>
Points.UpdateBatchPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.UpdateBatchPoints,
Points.UpdateBatchResponse> PointsGrpc.getUpdateBatchMethod()
static com.google.protobuf.Parser<Points.UpdateBatchPoints>
Points.UpdateBatchPoints.parser()
Modifier and TypeMethodDescriptionPoints.UpdateBatchPoints.Builder.mergeFrom
(Points.UpdateBatchPoints other) Points.UpdateBatchPoints.newBuilder
(Points.UpdateBatchPoints prototype) default void
PointsGrpc.AsyncService.updateBatch
(Points.UpdateBatchPoints request, io.grpc.stub.StreamObserver<Points.UpdateBatchResponse> responseObserver) Perform multiple update operations in one requestPointsGrpc.PointsBlockingStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestcom.google.common.util.concurrent.ListenableFuture<Points.UpdateBatchResponse>
PointsGrpc.PointsFutureStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestvoid
PointsGrpc.PointsStub.updateBatch
(Points.UpdateBatchPoints request, io.grpc.stub.StreamObserver<Points.UpdateBatchResponse> responseObserver) Perform multiple update operations in one request