Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.UpsertPoints
Packages that use Points.UpsertPoints
-
Uses of Points.UpsertPoints in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.UpsertPointsModifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.build()Points.UpsertPoints.Builder.buildPartial()static Points.UpsertPointsPoints.UpsertPoints.getDefaultInstance()Points.UpsertPoints.Builder.getDefaultInstanceForType()Points.UpsertPoints.getDefaultInstanceForType()PointsInternalService.UpsertPointsInternal.Builder.getUpsertPoints().qdrant.UpsertPoints upsert_points = 1;PointsInternalService.UpsertPointsInternal.getUpsertPoints().qdrant.UpsertPoints upsert_points = 1;PointsInternalService.UpsertPointsInternalOrBuilder.getUpsertPoints().qdrant.UpsertPoints upsert_points = 1;static Points.UpsertPointsPoints.UpsertPoints.parseDelimitedFrom(InputStream input) static Points.UpsertPointsPoints.UpsertPoints.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(byte[] data) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(com.google.protobuf.ByteString data) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(com.google.protobuf.CodedInputStream input) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(InputStream input) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(ByteBuffer data) static Points.UpsertPointsPoints.UpsertPoints.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.UpsertPointsModifier 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()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.UpsertPointsModifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.mergeFrom(Points.UpsertPoints other) PointsInternalService.UpsertPointsInternal.Builder.mergeUpsertPoints(Points.UpsertPoints value) .qdrant.UpsertPoints upsert_points = 1;static Points.UpsertPoints.BuilderPoints.UpsertPoints.newBuilder(Points.UpsertPoints prototype) PointsInternalService.UpsertPointsInternal.Builder.setUpsertPoints(Points.UpsertPoints value) .qdrant.UpsertPoints upsert_points = 1;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.voidPointsGrpc.PointsImplBase.upsert(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.voidPointsGrpc.PointsStub.upsert(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.