Interface Points.GetPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GetPoints,Points.GetPoints.Builder
- Enclosing class:
- Points
public static interface Points.GetPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionname of the collectioncom.google.protobuf.ByteStringname of the collectiongetIds(int index) List of points to retrieveintList of points to retrieveList of points to retrievegetIdsOrBuilder(int index) List of points to retrieveList<? extends Points.PointIdOrBuilder>List of points to retrieveOptions for specifying which payload to include or notOptions for specifying which payload to include or notOptions for specifying which vectors to include into responseOptions for specifying which vectors to include into responsebooleanOptions for specifying which payload to include or notbooleanOptions for specifying which vectors to include into responseMethods 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.
-
getIdsList
List<Points.PointId> getIdsList()List of points to retrieve
repeated .qdrant.PointId ids = 2; -
getIds
List of points to retrieve
repeated .qdrant.PointId ids = 2; -
getIdsCount
int getIdsCount()List of points to retrieve
repeated .qdrant.PointId ids = 2; -
getIdsOrBuilderList
List<? extends Points.PointIdOrBuilder> getIdsOrBuilderList()List of points to retrieve
repeated .qdrant.PointId ids = 2; -
getIdsOrBuilder
List of points to retrieve
repeated .qdrant.PointId ids = 2; -
hasWithPayload
boolean hasWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 4;- Returns:
- Whether the withPayload field is set.
-
getWithPayload
Points.WithPayloadSelector getWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 4;- Returns:
- The withPayload.
-
getWithPayloadOrBuilder
Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 4; -
hasWithVectors
boolean hasWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 5;- Returns:
- Whether the withVectors field is set.
-
getWithVectors
Points.WithVectorsSelector getWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 5;- Returns:
- The withVectors.
-
getWithVectorsOrBuilder
Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 5;
-