Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.PointStruct
Packages that use Points.PointStruct
Package
Description
-
Uses of Points.PointStruct in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method with parameters of type Points.PointStructModifier and TypeMethodDescriptionPointMethods.upsertPoint(String collectionName, Points.PointStruct point, boolean wait) Perform insert + updates on point.Method parameters in io.metaloom.qdrant.client.grpc.method with type arguments of type Points.PointStructModifier and TypeMethodDescriptionPointMethods.upsertPoints(String collectionName, List<? extends Points.PointStruct> points, boolean wait) Perform insert + updates on points. -
Uses of Points.PointStruct in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.PointStructModifier and TypeMethodDescriptionPoints.PointStruct.Builder.build()Points.PointStruct.Builder.buildPartial()static Points.PointStructPoints.PointStruct.getDefaultInstance()Points.PointStruct.Builder.getDefaultInstanceForType()Points.PointStruct.getDefaultInstanceForType()Points.UpsertPoints.Builder.getPoints(int index) repeated .qdrant.PointStruct points = 3;Points.UpsertPoints.getPoints(int index) repeated .qdrant.PointStruct points = 3;Points.UpsertPointsOrBuilder.getPoints(int index) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.getPoints(int index) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.getPoints(int index) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPointsOrBuilder.getPoints(int index) repeated .qdrant.PointStruct points = 3;static Points.PointStructPoints.PointStruct.parseDelimitedFrom(InputStream input) static Points.PointStructPoints.PointStruct.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointStructPoints.PointStruct.parseFrom(byte[] data) static Points.PointStructPoints.PointStruct.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointStructPoints.PointStruct.parseFrom(com.google.protobuf.ByteString data) static Points.PointStructPoints.PointStruct.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointStructPoints.PointStruct.parseFrom(com.google.protobuf.CodedInputStream input) static Points.PointStructPoints.PointStruct.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointStructPoints.PointStruct.parseFrom(InputStream input) static Points.PointStructPoints.PointStruct.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointStructPoints.PointStruct.parseFrom(ByteBuffer data) static Points.PointStructPoints.PointStruct.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.PointStructModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.PointStruct>Points.PointStruct.getParserForType()Points.UpsertPoints.Builder.getPointsList()repeated .qdrant.PointStruct points = 3;Points.UpsertPoints.getPointsList()repeated .qdrant.PointStruct points = 3;Points.UpsertPointsOrBuilder.getPointsList()repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.getPointsList()repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.getPointsList()repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPointsOrBuilder.getPointsList()repeated .qdrant.PointStruct points = 3;static com.google.protobuf.Parser<Points.PointStruct>Points.PointStruct.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.PointStructModifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.addPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;Points.UpsertPoints.Builder.addPoints(Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(Points.PointStruct value) repeated .qdrant.PointStruct points = 3;Points.PointStruct.Builder.mergeFrom(Points.PointStruct other) static Points.PointStruct.BuilderPoints.PointStruct.newBuilder(Points.PointStruct prototype) Points.UpsertPoints.Builder.setPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.setPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.PointStructModifier and TypeMethodDescriptionPoints.UpsertPoints.Builder.addAllPoints(Iterable<? extends Points.PointStruct> values) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addAllPoints(Iterable<? extends Points.PointStruct> values) repeated .qdrant.PointStruct points = 3; -
Uses of Points.PointStruct in io.metaloom.qdrant.client.util
Methods in io.metaloom.qdrant.client.util that return Points.PointStructModifier and TypeMethodDescriptionstatic Points.PointStructModelHelper.point(long id, float[] vectorData, Map<String, JsonWithInt.Value> payload) static Points.PointStructModelHelper.point(Points.PointId id, float[] vectorData, Map<String, JsonWithInt.Value> payload) Construct a newPoints.PointStructusing the provided data.static Points.PointStructModelHelper.point(String uuid, float[] vectorData, Map<String, JsonWithInt.Value> payload) static Points.PointStructModelHelper.point(UUID uuid, float[] vectorData, Map<String, JsonWithInt.Value> payload)