Interface Points.WithLookupOrBuilder

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

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

    • getCollection

      String getCollection()
       Name of the collection to use for points lookup
       
      string collection = 1;
      Returns:
      The collection.
    • getCollectionBytes

      com.google.protobuf.ByteString getCollectionBytes()
       Name of the collection to use for points lookup
       
      string collection = 1;
      Returns:
      The bytes for collection.
    • hasWithPayload

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

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

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

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

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

      Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;