Interface PointsInternalService.DeleteFieldIndexCollectionInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.DeleteFieldIndexCollectionInternal,PointsInternalService.DeleteFieldIndexCollectionInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.DeleteFieldIndexCollectionInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;.qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;intuint32 shard_id = 2;boolean.qdrant.DeleteFieldIndexCollection delete_field_index_collection = 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
-
hasDeleteFieldIndexCollection
boolean hasDeleteFieldIndexCollection().qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;- Returns:
- Whether the deleteFieldIndexCollection field is set.
-
getDeleteFieldIndexCollection
Points.DeleteFieldIndexCollection getDeleteFieldIndexCollection().qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;- Returns:
- The deleteFieldIndexCollection.
-
getDeleteFieldIndexCollectionOrBuilder
Points.DeleteFieldIndexCollectionOrBuilder getDeleteFieldIndexCollectionOrBuilder().qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1; -
getShardId
int getShardId()uint32 shard_id = 2;- Returns:
- The shardId.
-