Interface Points.SearchBatchPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.SearchBatchPoints,Points.SearchBatchPoints.Builder
- Enclosing class:
Points
public static interface Points.SearchBatchPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the collectioncom.google.protobuf.ByteStringName of the collectionOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesgetSearchPoints(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;booleanOptions for specifying read consistency guaranteesMethods 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.
-
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; -
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;
-