Interface Points.GetPointsOrBuilder

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

public static interface Points.GetPointsOrBuilder 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.
    • getIdsList

      List<Points.PointId> getIdsList()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIds

      Points.PointId getIds(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsCount

      int getIdsCount()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsOrBuilderList

      List<? extends Points.PointIdOrBuilder> getIdsOrBuilderList()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsOrBuilder

      Points.PointIdOrBuilder getIdsOrBuilder(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • hasWithPayload

      boolean hasWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 4;
      Returns:
      Whether the withPayload field is set.
    • getWithPayload

      Points.WithPayloadSelector getWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 4;
      Returns:
      The withPayload.
    • getWithPayloadOrBuilder

      Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 4;
    • hasWithVectors

      boolean hasWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 5;
      Returns:
      Whether the withVectors field is set.
    • getWithVectors

      Points.WithVectorsSelector getWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 5;
      Returns:
      The withVectors.
    • getWithVectorsOrBuilder

      Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 5;
    • hasReadConsistency

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

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

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