Class ColumnFamily
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
public final class ColumnFamily extends Object
Wrapper forColumnFamilyprotocol buffer object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ColumnFamilyfromProto(String id, ColumnFamily proto)GCRules.GCRulegetGCRule()Get's the GCRule configured for the column family.StringgetId()Gets the column family's id.booleanhasGCRule()Returns true if a GCRule has been configured for the family.inthashCode()StringtoString()
-
-
-
Method Detail
-
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.
-
-