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

    Modifier and Type
    Method
    Description
    empty string means no error
    com.google.protobuf.ByteString
    empty string means no error
    boolean
    bool successful = 2;
    com.google.protobuf.ByteString
    bytes uuid = 1;
    boolean
    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 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.