Uses of Interface
com.google.cloud.bigtable.admin.v2.models.GCRules.GCRule
-
Uses of GCRules.GCRule in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeClassDescriptionstatic final class
Wrapper for building a empty rulestatic final class
Wrapper for building max duration rulestatic final class
Fluent wrapper forGcRule.Intersection
rule.static final class
Fluent wrapper forGcRule.Union
rule.static final class
Wrapper for building max versions ruleModifier and TypeMethodDescriptionGCRules.fromProto
(com.google.bigtable.admin.v2.GcRule source) ColumnFamily.getGCRule()
Get's the GCRule configured for the column family.Modifier and TypeMethodDescriptionGCRules.IntersectionRule.getRulesList()
Gets the list of child rulesGCRules.UnionRule.getRulesList()
Gets the list of child rulesModifier and TypeMethodDescriptionCreateTableRequest.addFamily
(String familyId, GCRules.GCRule gcRule) Adds a new columnFamily withGCRules.GCRule
to the configuration.ModifyColumnFamiliesRequest.addFamily
(String familyId, GCRules.GCRule gcRule) Configures the name andGCRules.GCRule
of the newColumnFamily
to be createdGCRules.IntersectionRule.rule
(GCRules.GCRule rule) Adds a new GCRuleGCRules.UnionRule.rule
(GCRules.GCRule rule) Adds a new GCRuleModifyColumnFamiliesRequest.updateFamily
(String familyId, GCRules.GCRule gcRule) Updates theGCRules.GCRule
of existingColumnFamily