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 groupintPoints in the groupPoints in the groupgetHitsOrBuilder(int index) Points in the groupList<? extends Points.ScoredPointOrBuilder>Points in the groupgetId()Group idGroup idbooleanhasId()Group idMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-