Package io.qdrant.client
Class StartFromFactory
java.lang.Object
io.qdrant.client.StartFromFactory
Convenience methods for constructing
Points.StartFrom
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.qdrant.client.grpc.Points.StartFrom
startFrom
(float value) Creates aPoints.StartFrom
value from afloat
static io.qdrant.client.grpc.Points.StartFrom
startFrom
(int value) Creates aPoints.StartFrom
value from aint
static io.qdrant.client.grpc.Points.StartFrom
startFrom
(com.google.protobuf.Timestamp value) Creates aPoints.StartFrom
value from aTimestamp
static io.qdrant.client.grpc.Points.StartFrom
Creates aPoints.StartFrom
value from aString
timestampstatic io.qdrant.client.grpc.Points.StartFrom
Creates aPoints.StartFrom
value from aTimestamp
-
Method Details
-
startFrom
public static io.qdrant.client.grpc.Points.StartFrom startFrom(float value) Creates aPoints.StartFrom
value from afloat
- Parameters:
value
- The value- Returns:
- a new instance of
Points.StartFrom
-
startFrom
public static io.qdrant.client.grpc.Points.StartFrom startFrom(int value) Creates aPoints.StartFrom
value from aint
- Parameters:
value
- The value- Returns:
- a new instance of
Points.StartFrom
-
startFrom
Creates aPoints.StartFrom
value from aString
timestamp- Parameters:
value
- The value- Returns:
- a new instance of
Points.StartFrom
-
startFrom
public static io.qdrant.client.grpc.Points.StartFrom startFrom(com.google.protobuf.Timestamp value) Creates aPoints.StartFrom
value from aTimestamp
- Parameters:
value
- The value- Returns:
- a new instance of
Points.StartFrom
-
startFrom
Creates aPoints.StartFrom
value from aTimestamp
- Parameters:
value
- The value- Returns:
- a new instance of
Points.StartFrom
-