Interface Points.UpsertPointsOrBuilder

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

public static interface Points.UpsertPointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name of the collection
    com.google.protobuf.ByteString
    name of the collection
    getPoints(int index)
    repeated .qdrant.PointStruct points = 3;
    int
    repeated .qdrant.PointStruct points = 3;
    repeated .qdrant.PointStruct points = 3;
    getPointsOrBuilder(int index)
    repeated .qdrant.PointStruct points = 3;
    repeated .qdrant.PointStruct points = 3;
    boolean
    Wait until the changes have been applied?
    boolean
    Wait until the changes have been applied?

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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;