Uses of Class
io.qdrant.client.grpc.Points.UpsertPoints
-
Uses of Points.UpsertPoints in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.build()
Points.UpsertPoints.Builder.buildPartial()
static Points.UpsertPoints
Points.UpsertPoints.getDefaultInstance()
Points.UpsertPoints.Builder.getDefaultInstanceForType()
Points.UpsertPoints.getDefaultInstanceForType()
static Points.UpsertPoints
Points.UpsertPoints.parseDelimitedFrom
(InputStream input) static Points.UpsertPoints
Points.UpsertPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(byte[] data) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(InputStream input) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(ByteBuffer data) static Points.UpsertPoints
Points.UpsertPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.UpsertPoints>
Points.UpsertPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.UpsertPoints,
Points.PointsOperationResponse> PointsGrpc.getUpsertMethod()
static com.google.protobuf.Parser<Points.UpsertPoints>
Points.UpsertPoints.parser()
Modifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.mergeFrom
(Points.UpsertPoints other) static Points.UpsertPoints.Builder
Points.UpsertPoints.newBuilder
(Points.UpsertPoints prototype) default void
PointsGrpc.AsyncService.upsert
(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.PointsGrpc.PointsBlockingStub.upsert
(Points.UpsertPoints request) Perform insert + updates on points.com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.upsert
(Points.UpsertPoints request) Perform insert + updates on points.void
PointsGrpc.PointsStub.upsert
(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.