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 Details

    • hasId

      boolean hasId()
       Group id
       
      .qdrant.GroupId id = 1;
      Returns:
      Whether the id field is set.
    • 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.ScoredPoint getHits(int index)
       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.ScoredPointOrBuilder getHitsOrBuilder(int index)
       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

       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;