Interface WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBatchDelete.BatchDeleteObject,WeaviateProtoBatchDelete.BatchDeleteObject.Builder
- Enclosing class:
- WeaviateProtoBatchDelete
public static interface WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder
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
-
getUuid
com.google.protobuf.ByteString getUuid()bytes uuid = 1;- Returns:
- The uuid.
-
getSuccessful
boolean getSuccessful()bool successful = 2;- Returns:
- The successful.
-
hasError
boolean hasError()empty string means no error
optional string error = 3;- Returns:
- Whether the error field is set.
-
getError
String getError()empty string means no error
optional string error = 3;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()empty string means no error
optional string error = 3;- Returns:
- The bytes for error.
-