Interface Points.DeletePayloadPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.DeletePayloadPoints,Points.DeletePayloadPoints.Builder
- Enclosing class:
- Points
public static interface Points.DeletePayloadPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionname of the collectioncom.google.protobuf.ByteStringname of the collectiongetKeys(int index) List of keys to deletecom.google.protobuf.ByteStringgetKeysBytes(int index) List of keys to deleteintList of keys to deleteList of keys to deletegetPoints(int index) Affected points, deprecatedintAffected points, deprecatedAffected points, deprecatedgetPointsOrBuilder(int index) Affected points, deprecatedList<? extends Points.PointIdOrBuilder>Affected points, deprecatedAffected pointsAffected pointsbooleangetWait()Wait until the changes have been applied?booleanAffected pointsbooleanhasWait()Wait until the changes have been applied?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.
-
getKeysList
List of keys to delete
repeated string keys = 3;- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()List of keys to delete
repeated string keys = 3;- Returns:
- The count of keys.
-
getKeys
List of keys to delete
repeated string keys = 3;- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index) List of keys to delete
repeated string keys = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getPointsList
List<Points.PointId> getPointsList()Affected points, deprecated
repeated .qdrant.PointId points = 4; -
getPoints
Affected points, deprecated
repeated .qdrant.PointId points = 4; -
getPointsCount
int getPointsCount()Affected points, deprecated
repeated .qdrant.PointId points = 4; -
getPointsOrBuilderList
List<? extends Points.PointIdOrBuilder> getPointsOrBuilderList()Affected points, deprecated
repeated .qdrant.PointId points = 4; -
getPointsOrBuilder
Affected points, deprecated
repeated .qdrant.PointId points = 4; -
hasPointsSelector
boolean hasPointsSelector()Affected points
optional .qdrant.PointsSelector points_selector = 5;- Returns:
- Whether the pointsSelector field is set.
-
getPointsSelector
Points.PointsSelector getPointsSelector()Affected points
optional .qdrant.PointsSelector points_selector = 5;- Returns:
- The pointsSelector.
-
getPointsSelectorOrBuilder
Points.PointsSelectorOrBuilder getPointsSelectorOrBuilder()Affected points
optional .qdrant.PointsSelector points_selector = 5;
-