Interface PointsInternalService.DeletePointsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.DeletePointsInternal,PointsInternalService.DeletePointsInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.DeletePointsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.DeletePoints delete_points = 1;.qdrant.DeletePoints delete_points = 1;intuint32 shard_id = 2;boolean.qdrant.DeletePoints delete_points = 1;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
-
hasDeletePoints
boolean hasDeletePoints().qdrant.DeletePoints delete_points = 1;- Returns:
- Whether the deletePoints field is set.
-
getDeletePoints
Points.DeletePoints getDeletePoints().qdrant.DeletePoints delete_points = 1;- Returns:
- The deletePoints.
-
getDeletePointsOrBuilder
Points.DeletePointsOrBuilder getDeletePointsOrBuilder().qdrant.DeletePoints delete_points = 1; -
getShardId
int getShardId()uint32 shard_id = 2;- Returns:
- The shardId.
-