Package io.qdrant.client.grpc
Interface Points.GeoLineStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GeoLineString
,Points.GeoLineString.Builder
- Enclosing class:
- Points
public static interface Points.GeoLineStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPoints
(int index) Ordered sequence of GeoPoints representing the lineint
Ordered sequence of GeoPoints representing the lineOrdered sequence of GeoPoints representing the linegetPointsOrBuilder
(int index) Ordered sequence of GeoPoints representing the lineList<? extends Points.GeoPointOrBuilder>
Ordered sequence of GeoPoints representing the lineMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPointsList
List<Points.GeoPoint> getPointsList()Ordered sequence of GeoPoints representing the line
repeated .qdrant.GeoPoint points = 1;
-
getPoints
Ordered sequence of GeoPoints representing the line
repeated .qdrant.GeoPoint points = 1;
-
getPointsCount
int getPointsCount()Ordered sequence of GeoPoints representing the line
repeated .qdrant.GeoPoint points = 1;
-
getPointsOrBuilderList
List<? extends Points.GeoPointOrBuilder> getPointsOrBuilderList()Ordered sequence of GeoPoints representing the line
repeated .qdrant.GeoPoint points = 1;
-
getPointsOrBuilder
Ordered sequence of GeoPoints representing the line
repeated .qdrant.GeoPoint points = 1;
-