Interface Points.DeletePointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.DeletePoints,Points.DeletePoints.Builder
- Enclosing class:
- Points
public static interface Points.DeletePointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
hasPoints
boolean hasPoints()Affected points
.qdrant.PointsSelector points = 3;- Returns:
- Whether the points field is set.
-
getPoints
Points.PointsSelector getPoints()Affected points
.qdrant.PointsSelector points = 3;- Returns:
- The points.
-
getPointsOrBuilder
Points.PointsSelectorOrBuilder getPointsOrBuilder()Affected points
.qdrant.PointsSelector points = 3;
-