Package io.qdrant.client.grpc
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.ByteString
Name of the collectionOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesgetRecommendPoints
(int index) repeated .qdrant.RecommendPoints recommend_points = 2;
int
repeated .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;
boolean
Options for specifying read consistency guaranteesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-
hasReadConsistency
boolean hasReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 3;
- Returns:
- Whether the readConsistency field is set.
-
getReadConsistency
Points.ReadConsistency getReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 3;
- Returns:
- The readConsistency.
-
getReadConsistencyOrBuilder
Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 3;
-