Interface WeaviateProtoBatchDelete.BatchDeleteReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoBatchDelete.BatchDeleteReply, WeaviateProtoBatchDelete.BatchDeleteReply.Builder
Enclosing class:
WeaviateProtoBatchDelete

public static interface WeaviateProtoBatchDelete.BatchDeleteReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTook

      float getTook()
      float took = 1;
      Returns:
      The took.
    • getFailed

      long getFailed()
      int64 failed = 2;
      Returns:
      The failed.
    • getMatches

      long getMatches()
      int64 matches = 3;
      Returns:
      The matches.
    • getSuccessful

      long getSuccessful()
      int64 successful = 4;
      Returns:
      The successful.
    • getObjectsList

      repeated .weaviate.v1.BatchDeleteObject objects = 5;
    • getObjects

      repeated .weaviate.v1.BatchDeleteObject objects = 5;
    • getObjectsCount

      int getObjectsCount()
      repeated .weaviate.v1.BatchDeleteObject objects = 5;
    • getObjectsOrBuilderList

      List<? extends WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder> getObjectsOrBuilderList()
      repeated .weaviate.v1.BatchDeleteObject objects = 5;
    • getObjectsOrBuilder

      repeated .weaviate.v1.BatchDeleteObject objects = 5;