Interface Points.RecommendBatchPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.RecommendBatchPoints,Points.RecommendBatchPoints.Builder
- Enclosing class:
- Points
public static interface Points.RecommendBatchPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the collectioncom.google.protobuf.ByteStringName of the collectiongetRecommendPoints(int index) repeated .qdrant.RecommendPoints recommend_points = 2;intrepeated .qdrant.RecommendPoints recommend_points = 2;repeated .qdrant.RecommendPoints recommend_points = 2;getRecommendPointsOrBuilder(int index) repeated .qdrant.RecommendPoints recommend_points = 2;List<? extends Points.RecommendPointsOrBuilder>repeated .qdrant.RecommendPoints recommend_points = 2;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.
-
getRecommendPointsList
List<Points.RecommendPoints> getRecommendPointsList()repeated .qdrant.RecommendPoints recommend_points = 2; -
getRecommendPoints
repeated .qdrant.RecommendPoints recommend_points = 2; -
getRecommendPointsCount
int getRecommendPointsCount()repeated .qdrant.RecommendPoints recommend_points = 2; -
getRecommendPointsOrBuilderList
List<? extends Points.RecommendPointsOrBuilder> getRecommendPointsOrBuilderList()repeated .qdrant.RecommendPoints recommend_points = 2; -
getRecommendPointsOrBuilder
repeated .qdrant.RecommendPoints recommend_points = 2;
-