Package io.qdrant.client.grpc
Interface Points.PointGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.PointGroup
,Points.PointGroup.Builder
- Enclosing class:
- Points
public static interface Points.PointGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHits
(int index) Points in the groupint
Points in the groupPoints in the groupgetHitsOrBuilder
(int index) Points in the groupList<? extends Points.ScoredPointOrBuilder>
Points in the groupgetId()
Group idGroup idPoint(s) from the lookup collection that matches the group idPoint(s) from the lookup collection that matches the group idboolean
hasId()
Group idboolean
Point(s) from the lookup collection that matches the group idMethods 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
-
hasId
boolean hasId()Group id
.qdrant.GroupId id = 1;
- Returns:
- Whether the id field is set.
-
getId
Points.GroupId getId()Group id
.qdrant.GroupId id = 1;
- Returns:
- The id.
-
getIdOrBuilder
Points.GroupIdOrBuilder getIdOrBuilder()Group id
.qdrant.GroupId id = 1;
-
getHitsList
List<Points.ScoredPoint> getHitsList()Points in the group
repeated .qdrant.ScoredPoint hits = 2;
-
getHits
Points in the group
repeated .qdrant.ScoredPoint hits = 2;
-
getHitsCount
int getHitsCount()Points in the group
repeated .qdrant.ScoredPoint hits = 2;
-
getHitsOrBuilderList
List<? extends Points.ScoredPointOrBuilder> getHitsOrBuilderList()Points in the group
repeated .qdrant.ScoredPoint hits = 2;
-
getHitsOrBuilder
Points in the group
repeated .qdrant.ScoredPoint hits = 2;
-
hasLookup
boolean hasLookup()Point(s) from the lookup collection that matches the group id
.qdrant.RetrievedPoint lookup = 3;
- Returns:
- Whether the lookup field is set.
-
getLookup
Points.RetrievedPoint getLookup()Point(s) from the lookup collection that matches the group id
.qdrant.RetrievedPoint lookup = 3;
- Returns:
- The lookup.
-
getLookupOrBuilder
Points.RetrievedPointOrBuilder getLookupOrBuilder()Point(s) from the lookup collection that matches the group id
.qdrant.RetrievedPoint lookup = 3;
-