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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetError()empty string means no errorcom.google.protobuf.ByteStringgetErrorBytes()empty string means no errorbooleangetSuccessful()bool successful = 2;com.google.protobuf.ByteStringgetUuid()bytes uuid = 1;booleanhasError()empty string means no error-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-