Package io.qdrant.client.grpc
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 TypeMethodDescriptiongetPoints
(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;
List<? extends Points.PointStructOrBuilder>
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
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
repeated .qdrant.PointStruct points = 1;
-