Class ColumnFamily
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.ColumnFamily
Wrapper for
ColumnFamily
protocol buffer object-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ColumnFamily
Get's the GCRule configured for the column family.getId()
Gets the column family's id.boolean
Returns true if a GCRule has been configured for the family.int
hashCode()
toString()
-
Method Details
-
fromProto
@InternalApi public static ColumnFamily fromProto(String id, com.google.bigtable.admin.v2.ColumnFamily proto) -
getId
Gets the column family's id. -
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
-
hashCode
public int hashCode() -
toString
-