Uses of Class
io.qdrant.client.grpc.Points.UpdateBatchResponse
Packages that use Points.UpdateBatchResponse
-
Uses of Points.UpdateBatchResponse in io.qdrant.client
Methods in io.qdrant.client that return Points.UpdateBatchResponseModifier and TypeMethodDescriptionQdrantClient.batchUpdate
(String collectionName, List<Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Performs a batch update operation on a collection.QdrantClient.batchUpdateBlocking
(String collectionName, List<Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Performs a batch update operation on a collection.QdrantClient.updateBatchPoints
(String collecionName, Iterable<? extends Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Updates a batch of points in a collection.QdrantClient.updateBatchPointsBlocking
(String collectionName, Iterable<? extends Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Updates a batch of points in a collection. -
Uses of Points.UpdateBatchResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.UpdateBatchResponseModifier and TypeMethodDescriptionPoints.UpdateBatchResponse.Builder.build()
Points.UpdateBatchResponse.Builder.buildPartial()
static Points.UpdateBatchResponse
Points.UpdateBatchResponse.getDefaultInstance()
Points.UpdateBatchResponse.Builder.getDefaultInstanceForType()
Points.UpdateBatchResponse.getDefaultInstanceForType()
static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseDelimitedFrom
(InputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(byte[] data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(InputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(ByteBuffer data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestMethods in io.qdrant.client.grpc that return types with arguments of type Points.UpdateBatchResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.UpdateBatchResponse>
Points.UpdateBatchResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.UpdateBatchPoints,
Points.UpdateBatchResponse> PointsGrpc.getUpdateBatchMethod()
static com.google.protobuf.Parser<Points.UpdateBatchResponse>
Points.UpdateBatchResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.UpdateBatchResponse>
PointsGrpc.PointsFutureStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestMethods in io.qdrant.client.grpc with parameters of type Points.UpdateBatchResponseModifier and TypeMethodDescriptionPoints.UpdateBatchResponse.Builder.mergeFrom
(Points.UpdateBatchResponse other) Points.UpdateBatchResponse.newBuilder
(Points.UpdateBatchResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Points.UpdateBatchResponseModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.updateBatch
(Points.UpdateBatchPoints request, io.grpc.stub.StreamObserver<Points.UpdateBatchResponse> responseObserver) 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