Interface WeaviateProtoBatchDelete.BatchDeleteRequestOrBuilder

    • Method Detail

      • getCollection

        String getCollection()
        string collection = 1;
        Returns:
        The collection.
      • getCollectionBytes

        com.google.protobuf.ByteString getCollectionBytes()
        string collection = 1;
        Returns:
        The bytes for collection.
      • hasFilters

        boolean hasFilters()
        .weaviate.v1.Filters filters = 2;
        Returns:
        Whether the filters field is set.
      • getVerbose

        boolean getVerbose()
        bool verbose = 3;
        Returns:
        The verbose.
      • getDryRun

        boolean getDryRun()
        bool dry_run = 4;
        Returns:
        The dryRun.
      • hasConsistencyLevel

        boolean hasConsistencyLevel()
        optional .weaviate.v1.ConsistencyLevel consistency_level = 5;
        Returns:
        Whether the consistencyLevel field is set.
      • getConsistencyLevelValue

        int getConsistencyLevelValue()
        optional .weaviate.v1.ConsistencyLevel consistency_level = 5;
        Returns:
        The enum numeric value on the wire for consistencyLevel.
      • getConsistencyLevel

        WeaviateProtoBase.ConsistencyLevel getConsistencyLevel()
        optional .weaviate.v1.ConsistencyLevel consistency_level = 5;
        Returns:
        The consistencyLevel.
      • hasTenant

        boolean hasTenant()
        optional string tenant = 6;
        Returns:
        Whether the tenant field is set.
      • getTenant

        String getTenant()
        optional string tenant = 6;
        Returns:
        The tenant.
      • getTenantBytes

        com.google.protobuf.ByteString getTenantBytes()
        optional string tenant = 6;
        Returns:
        The bytes for tenant.