Package io.qdrant.client.grpc
Interface Points.ScrollResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.ScrollResponse
,Points.ScrollResponse.Builder
- Enclosing class:
- Points
public static interface Points.ScrollResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUse this offset for the next queryUse this offset for the next querygetResult
(int index) repeated .qdrant.RetrievedPoint result = 2;
int
repeated .qdrant.RetrievedPoint result = 2;
repeated .qdrant.RetrievedPoint result = 2;
getResultOrBuilder
(int index) repeated .qdrant.RetrievedPoint result = 2;
List<? extends Points.RetrievedPointOrBuilder>
repeated .qdrant.RetrievedPoint result = 2;
double
getTime()
Time spent to processboolean
Use this offset for the next queryMethods 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
-
hasNextPageOffset
boolean hasNextPageOffset()Use this offset for the next query
optional .qdrant.PointId next_page_offset = 1;
- Returns:
- Whether the nextPageOffset field is set.
-
getNextPageOffset
Points.PointId getNextPageOffset()Use this offset for the next query
optional .qdrant.PointId next_page_offset = 1;
- Returns:
- The nextPageOffset.
-
getNextPageOffsetOrBuilder
Points.PointIdOrBuilder getNextPageOffsetOrBuilder()Use this offset for the next query
optional .qdrant.PointId next_page_offset = 1;
-
getResultList
List<Points.RetrievedPoint> getResultList()repeated .qdrant.RetrievedPoint result = 2;
-
getResult
repeated .qdrant.RetrievedPoint result = 2;
-
getResultCount
int getResultCount()repeated .qdrant.RetrievedPoint result = 2;
-
getResultOrBuilderList
List<? extends Points.RetrievedPointOrBuilder> getResultOrBuilderList()repeated .qdrant.RetrievedPoint result = 2;
-
getResultOrBuilder
repeated .qdrant.RetrievedPoint result = 2;
-
getTime
double getTime()Time spent to process
double time = 3;
- Returns:
- The time.
-