Interface Points.PointsUpdateOperation.PointStructListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getPoints(int index)
    repeated .qdrant.PointStruct points = 1;
    int
    repeated .qdrant.PointStruct points = 1;
    repeated .qdrant.PointStruct points = 1;
    getPointsOrBuilder(int index)
    repeated .qdrant.PointStruct points = 1;
    repeated .qdrant.PointStruct points = 1;

    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.PointStruct> getPointsList()
      repeated .qdrant.PointStruct points = 1;
    • getPoints

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

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

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

      Points.PointStructOrBuilder getPointsOrBuilder(int index)
      repeated .qdrant.PointStruct points = 1;