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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFailed()int64 failed = 2;longgetMatches()int64 matches = 3;WeaviateProtoBatchDelete.BatchDeleteObjectgetObjects(int index)repeated .weaviate.v1.BatchDeleteObject objects = 5;intgetObjectsCount()repeated .weaviate.v1.BatchDeleteObject objects = 5;List<WeaviateProtoBatchDelete.BatchDeleteObject>getObjectsList()repeated .weaviate.v1.BatchDeleteObject objects = 5;WeaviateProtoBatchDelete.BatchDeleteObjectOrBuildergetObjectsOrBuilder(int index)repeated .weaviate.v1.BatchDeleteObject objects = 5;List<? extends WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder>getObjectsOrBuilderList()repeated .weaviate.v1.BatchDeleteObject objects = 5;longgetSuccessful()int64 successful = 4;floatgetTook()float took = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
WeaviateProtoBatchDelete.BatchDeleteObject getObjects(int index)
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
WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder getObjectsOrBuilder(int index)
repeated .weaviate.v1.BatchDeleteObject objects = 5;
-
-