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 Type
    Method
    Description
    getResult(int index)
    repeated .qdrant.BatchResult result = 1;
    int
    repeated .qdrant.BatchResult result = 1;
    repeated .qdrant.BatchResult result = 1;
    getResultOrBuilder(int index)
    repeated .qdrant.BatchResult result = 1;
    repeated .qdrant.BatchResult result = 1;
    double
    Time spent to process

    Methods 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

    • getResultList

      List<Points.BatchResult> getResultList()
      repeated .qdrant.BatchResult result = 1;
    • getResult

      Points.BatchResult getResult(int index)
      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

      Points.BatchResultOrBuilder getResultOrBuilder(int index)
      repeated .qdrant.BatchResult result = 1;
    • getTime

      double getTime()
       Time spent to process
       
      double time = 2;
      Returns:
      The time.