Interface WeaviateProtoBatchDelete.BatchDeleteObjectOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getError()
      empty string means no error
      com.google.protobuf.ByteString getErrorBytes()
      empty string means no error
      boolean getSuccessful()
      bool successful = 2;
      com.google.protobuf.ByteString getUuid()
      bytes uuid = 1;
      boolean hasError()
      empty string means no error
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.