Interface PointsInternalService.SearchBatchPointsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.SearchBatchPointsInternal,PointsInternalService.SearchBatchPointsInternal.Builder
- Enclosing class:
- PointsInternalService
public static interface PointsInternalService.SearchBatchPointsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collection_name = 1;com.google.protobuf.ByteStringstring collection_name = 1;getSearchPoints(int index) repeated .qdrant.SearchPoints search_points = 2;intrepeated .qdrant.SearchPoints search_points = 2;repeated .qdrant.SearchPoints search_points = 2;getSearchPointsOrBuilder(int index) repeated .qdrant.SearchPoints search_points = 2;List<? extends Points.SearchPointsOrBuilder>repeated .qdrant.SearchPoints search_points = 2;intuint32 shard_id = 3;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()string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getSearchPointsList
List<Points.SearchPoints> getSearchPointsList()repeated .qdrant.SearchPoints search_points = 2; -
getSearchPoints
repeated .qdrant.SearchPoints search_points = 2; -
getSearchPointsCount
int getSearchPointsCount()repeated .qdrant.SearchPoints search_points = 2; -
getSearchPointsOrBuilderList
List<? extends Points.SearchPointsOrBuilder> getSearchPointsOrBuilderList()repeated .qdrant.SearchPoints search_points = 2; -
getSearchPointsOrBuilder
repeated .qdrant.SearchPoints search_points = 2; -
getShardId
int getShardId()uint32 shard_id = 3;- Returns:
- The shardId.
-