Interface WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBatch.BatchObjectsReply.BatchError,WeaviateProtoBatch.BatchObjectsReply.BatchError.Builder
- Enclosing class:
- WeaviateProtoBatch.BatchObjectsReply
public static interface WeaviateProtoBatch.BatchObjectsReply.BatchErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getIndex
int getIndex()int32 index = 1;- Returns:
- The index.
-
getError
String getError()string error = 2;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()string error = 2;- Returns:
- The bytes for error.
-