Interface PointsInternalService.CreateFieldIndexCollectionInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.CreateFieldIndexCollectionInternal,PointsInternalService.CreateFieldIndexCollectionInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.CreateFieldIndexCollectionInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.CreateFieldIndexCollection create_field_index_collection = 1;.qdrant.CreateFieldIndexCollection create_field_index_collection = 1;intuint32 shard_id = 2;boolean.qdrant.CreateFieldIndexCollection create_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
-
hasCreateFieldIndexCollection
boolean hasCreateFieldIndexCollection().qdrant.CreateFieldIndexCollection create_field_index_collection = 1;- Returns:
- Whether the createFieldIndexCollection field is set.
-
getCreateFieldIndexCollection
Points.CreateFieldIndexCollection getCreateFieldIndexCollection().qdrant.CreateFieldIndexCollection create_field_index_collection = 1;- Returns:
- The createFieldIndexCollection.
-
getCreateFieldIndexCollectionOrBuilder
Points.CreateFieldIndexCollectionOrBuilder getCreateFieldIndexCollectionOrBuilder().qdrant.CreateFieldIndexCollection create_field_index_collection = 1; -
getShardId
int getShardId()uint32 shard_id = 2;- Returns:
- The shardId.
-