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 Summary
Modifier and TypeMethodDescriptionlongint64 failed = 2;longint64 matches = 3;getObjects(int index) repeated .weaviate.v1.BatchDeleteObject objects = 5;intrepeated .weaviate.v1.BatchDeleteObject objects = 5;repeated .weaviate.v1.BatchDeleteObject objects = 5;getObjectsOrBuilder(int index) repeated .weaviate.v1.BatchDeleteObject objects = 5;repeated .weaviate.v1.BatchDeleteObject objects = 5;longint64 successful = 4;floatgetTook()float took = 1;Methods 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
-
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
List<WeaviateProtoBatchDelete.BatchDeleteObject> 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;
-