Package io.qdrant.client.grpc
Interface Points.ScrollPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.ScrollPoints
,Points.ScrollPoints.Builder
- Enclosing class:
- Points
public static interface Points.ScrollPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collection_name = 1;
com.google.protobuf.ByteString
string collection_name = 1;
Filter conditions - return only those points that satisfy the specified conditionsFilter conditions - return only those points that satisfy the specified conditionsint
getLimit()
Max number of resultStart with this IDStart with this IDOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesOptions 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 responseboolean
Filter conditions - return only those points that satisfy the specified conditionsboolean
hasLimit()
Max number of resultboolean
Start with this IDboolean
Options for specifying read consistency guaranteesboolean
Options for specifying which payload to include or notboolean
Options for specifying which vectors to include into responseMethods 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()string collection_name = 1;
- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 1;
- Returns:
- The bytes for collectionName.
-
hasFilter
boolean hasFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
- Returns:
- Whether the filter field is set.
-
getFilter
Points.Filter getFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
- Returns:
- The filter.
-
getFilterOrBuilder
Points.FilterOrBuilder getFilterOrBuilder()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
hasOffset
boolean hasOffset()Start with this ID
optional .qdrant.PointId offset = 3;
- Returns:
- Whether the offset field is set.
-
getOffset
Points.PointId getOffset()Start with this ID
optional .qdrant.PointId offset = 3;
- Returns:
- The offset.
-
getOffsetOrBuilder
Points.PointIdOrBuilder getOffsetOrBuilder()Start with this ID
optional .qdrant.PointId offset = 3;
-
hasLimit
boolean hasLimit()Max number of result
optional uint32 limit = 4;
- Returns:
- Whether the limit field is set.
-
getLimit
int getLimit()Max number of result
optional uint32 limit = 4;
- Returns:
- The limit.
-
hasWithPayload
boolean hasWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
- Returns:
- Whether the withPayload field is set.
-
getWithPayload
Points.WithPayloadSelector getWithPayload()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
- Returns:
- The withPayload.
-
getWithPayloadOrBuilder
Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
-
hasWithVectors
boolean hasWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
- 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 = 7;
- Returns:
- The withVectors.
-
getWithVectorsOrBuilder
Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
-
hasReadConsistency
boolean hasReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
- Returns:
- Whether the readConsistency field is set.
-
getReadConsistency
Points.ReadConsistency getReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
- Returns:
- The readConsistency.
-
getReadConsistencyOrBuilder
Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
-