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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeaviateProtoBatch.BatchObjectsReply.BatchErrorgetErrors(int index)repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;intgetErrorsCount()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;List<WeaviateProtoBatch.BatchObjectsReply.BatchError>getErrorsList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuildergetErrorsOrBuilder(int index)repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;List<? extends WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuilder>getErrorsOrBuilderList()repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;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.
-
getErrorsList
List<WeaviateProtoBatch.BatchObjectsReply.BatchError> getErrorsList()
repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;
-
getErrors
WeaviateProtoBatch.BatchObjectsReply.BatchError getErrors(int index)
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
WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuilder getErrorsOrBuilder(int index)
repeated .weaviate.v1.BatchObjectsReply.BatchError errors = 2;
-
-