Class ColumnFamily

java.lang.Object
com.google.cloud.bigtable.admin.v2.models.ColumnFamily

public final class ColumnFamily extends Object
Wrapper for ColumnFamily protocol buffer object
  • Method Details

    • fromProto

      @InternalApi public static ColumnFamily fromProto(String id, ColumnFamily proto)
    • getId

      public String getId()
      Gets the column family's id.
    • getGCRule

      public GCRules.GCRule getGCRule()
      Get's the GCRule configured for the column family.
    • hasGCRule

      public boolean hasGCRule()
      Returns true if a GCRule has been configured for the family.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object