public final class ColumnFamily extends Object
ColumnFamily
protocol buffer objectModifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ColumnFamily |
fromProto(String id,
com.google.bigtable.admin.v2.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() |
@InternalApi public static ColumnFamily fromProto(String id, com.google.bigtable.admin.v2.ColumnFamily proto)
public String getId()
public GCRules.GCRule getGCRule()
public boolean hasGCRule()
Copyright © 2019 Google LLC. All rights reserved.