Interface Points.PointsUpdateOperation.UpdateVectorsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getPoints(int index)
    List of points and vectors to update
    int
    List of points and vectors to update
    List of points and vectors to update
    getPointsOrBuilder(int index)
    List of points and vectors to update
    List of points and vectors to update

    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

    • getPointsList

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

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

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

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

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