Interface Points.UpdatePointVectorsOrBuilder

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

public static interface Points.UpdatePointVectorsOrBuilder 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.
    • getPointsList

      List<Points.PointVectors> getPointsList()
       List of points and vectors to update
       
      repeated .qdrant.PointVectors points = 3;
    • getPoints

      Points.PointVectors getPoints(int index)
       List of points and vectors to update
       
      repeated .qdrant.PointVectors points = 3;
    • getPointsCount

      int getPointsCount()
       List of points and vectors to update
       
      repeated .qdrant.PointVectors points = 3;
    • getPointsOrBuilderList

      List<? extends Points.PointVectorsOrBuilder> getPointsOrBuilderList()
       List of points and vectors to update
       
      repeated .qdrant.PointVectors points = 3;
    • getPointsOrBuilder

      Points.PointVectorsOrBuilder getPointsOrBuilder(int index)
       List of points and vectors to update
       
      repeated .qdrant.PointVectors points = 3;
    • hasOrdering

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

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

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