Class ColumnFamily
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
public final class ColumnFamily extends Object
Wrapper forColumnFamily
protocol buffer object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static ColumnFamily
fromProto(String id, ColumnFamily proto)
GCRules.GCRule
getGCRule()
Get's the GCRule configured for the column family.String
getId()
Gets the column family's id.boolean
hasGCRule()
Returns true if a GCRule has been configured for the family.int
hashCode()
String
toString()
-
-
-
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.
-
-