Interface PointsInternalService.SyncPointsOrBuilder

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

public static interface PointsInternalService.SyncPointsOrBuilder 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.PointStruct> getPointsList()
      repeated .qdrant.PointStruct points = 3;
    • getPoints

      Points.PointStruct getPoints(int index)
      repeated .qdrant.PointStruct points = 3;
    • getPointsCount

      int getPointsCount()
      repeated .qdrant.PointStruct points = 3;
    • getPointsOrBuilderList

      List<? extends Points.PointStructOrBuilder> getPointsOrBuilderList()
      repeated .qdrant.PointStruct points = 3;
    • getPointsOrBuilder

      Points.PointStructOrBuilder getPointsOrBuilder(int index)
      repeated .qdrant.PointStruct points = 3;
    • hasFromId

      boolean hasFromId()
       Start of the sync range
       
      optional .qdrant.PointId from_id = 4;
      Returns:
      Whether the fromId field is set.
    • getFromId

      Points.PointId getFromId()
       Start of the sync range
       
      optional .qdrant.PointId from_id = 4;
      Returns:
      The fromId.
    • getFromIdOrBuilder

      Points.PointIdOrBuilder getFromIdOrBuilder()
       Start of the sync range
       
      optional .qdrant.PointId from_id = 4;
    • hasToId

      boolean hasToId()
       End of the sync range
       
      optional .qdrant.PointId to_id = 5;
      Returns:
      Whether the toId field is set.
    • getToId

      Points.PointId getToId()
       End of the sync range
       
      optional .qdrant.PointId to_id = 5;
      Returns:
      The toId.
    • getToIdOrBuilder

      Points.PointIdOrBuilder getToIdOrBuilder()
       End of the sync range
       
      optional .qdrant.PointId to_id = 5;