Interface WeaviateProtoBatch.BatchObjectsReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBatch.BatchObjectsReply,WeaviateProtoBatch.BatchObjectsReply.Builder
- Enclosing class:
- WeaviateProtoBatch
public static interface WeaviateProtoBatch.BatchObjectsReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;intrepeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;getErrorsOrBuilder(int index) repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;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.
-
getErrorsList
List<WeaviateProtoBatch.BatchObjectsReply.BatchError> getErrorsList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2; -
getErrors
repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2; -
getErrorsCount
int getErrorsCount()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2; -
getErrorsOrBuilderList
List<? extends WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuilder> getErrorsOrBuilderList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2; -
getErrorsOrBuilder
repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;
-