Interface Points.SearchBatchPointsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.SearchBatchPoints, Points.SearchBatchPoints.Builder
Enclosing class:
Points

public static interface Points.SearchBatchPointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCollectionName

      String getCollectionName()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • getSearchPointsList

      List<Points.SearchPoints> getSearchPointsList()
      repeated .qdrant.SearchPoints search_points = 2;
    • getSearchPoints

      Points.SearchPoints getSearchPoints(int index)
      repeated .qdrant.SearchPoints search_points = 2;
    • getSearchPointsCount

      int getSearchPointsCount()
      repeated .qdrant.SearchPoints search_points = 2;
    • getSearchPointsOrBuilderList

      List<? extends Points.SearchPointsOrBuilder> getSearchPointsOrBuilderList()
      repeated .qdrant.SearchPoints search_points = 2;
    • getSearchPointsOrBuilder

      Points.SearchPointsOrBuilder getSearchPointsOrBuilder(int index)
      repeated .qdrant.SearchPoints search_points = 2;
    • hasReadConsistency

      boolean hasReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;
      Returns:
      Whether the readConsistency field is set.
    • getReadConsistency

      Points.ReadConsistency getReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;
      Returns:
      The readConsistency.
    • getReadConsistencyOrBuilder

      Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;