Interface Points.SearchBatchResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.SearchBatchResponse,Points.SearchBatchResponse.Builder
- Enclosing class:
- Points
public static interface Points.SearchBatchResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResult(int index) repeated .qdrant.BatchResult result = 1;intrepeated .qdrant.BatchResult result = 1;repeated .qdrant.BatchResult result = 1;getResultOrBuilder(int index) repeated .qdrant.BatchResult result = 1;List<? extends Points.BatchResultOrBuilder>repeated .qdrant.BatchResult result = 1;doublegetTime()Time spent to processMethods 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
-
getResultList
List<Points.BatchResult> getResultList()repeated .qdrant.BatchResult result = 1; -
getResult
repeated .qdrant.BatchResult result = 1; -
getResultCount
int getResultCount()repeated .qdrant.BatchResult result = 1; -
getResultOrBuilderList
List<? extends Points.BatchResultOrBuilder> getResultOrBuilderList()repeated .qdrant.BatchResult result = 1; -
getResultOrBuilder
repeated .qdrant.BatchResult result = 1; -
getTime
double getTime()Time spent to process
double time = 2;- Returns:
- The time.
-