Interface Points.DeletePointVectorsOrBuilder

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

public static interface Points.DeletePointVectorsOrBuilder 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.
    • hasWait

      boolean hasWait()
       Wait until the changes have been applied?
       
      optional bool wait = 2;
      Returns:
      Whether the wait field is set.
    • getWait

      boolean getWait()
       Wait until the changes have been applied?
       
      optional bool wait = 2;
      Returns:
      The wait.
    • hasPointsSelector

      boolean hasPointsSelector()
       Affected points
       
      .qdrant.PointsSelector points_selector = 3;
      Returns:
      Whether the pointsSelector field is set.
    • getPointsSelector

      Points.PointsSelector getPointsSelector()
       Affected points
       
      .qdrant.PointsSelector points_selector = 3;
      Returns:
      The pointsSelector.
    • getPointsSelectorOrBuilder

      Points.PointsSelectorOrBuilder getPointsSelectorOrBuilder()
       Affected points
       
      .qdrant.PointsSelector points_selector = 3;
    • hasVectors

      boolean hasVectors()
       List of vector names to delete
       
      .qdrant.VectorsSelector vectors = 4;
      Returns:
      Whether the vectors field is set.
    • getVectors

       List of vector names to delete
       
      .qdrant.VectorsSelector vectors = 4;
      Returns:
      The vectors.
    • getVectorsOrBuilder

      Points.VectorsSelectorOrBuilder getVectorsOrBuilder()
       List of vector names to delete
       
      .qdrant.VectorsSelector vectors = 4;
    • hasOrdering

      boolean hasOrdering()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 5;
      Returns:
      Whether the ordering field is set.
    • getOrdering

      Points.WriteOrdering getOrdering()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 5;
      Returns:
      The ordering.
    • getOrderingOrBuilder

      Points.WriteOrderingOrBuilder getOrderingOrBuilder()
       Write ordering guarantees
       
      optional .qdrant.WriteOrdering ordering = 5;