Package io.qdrant.client.grpc
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 TypeMethodDescriptiongetPoints
(int index) List of points and vectors to updateint
List of points and vectors to updateList of points and vectors to updategetPointsOrBuilder
(int index) List of points and vectors to updateList<? extends Points.PointVectorsOrBuilder>
List of points and vectors to updateMethods 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
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
List of points and vectors to update
repeated .qdrant.PointVectors points = 1;
-