Uses of Interface
com.google.cloud.bigtable.admin.v2.models.GCRules.GCRule
-
Packages that use GCRules.GCRule Package Description com.google.cloud.bigtable.admin.v2.models -
-
Uses of GCRules.GCRule in com.google.cloud.bigtable.admin.v2.models
Classes in com.google.cloud.bigtable.admin.v2.models that implement GCRules.GCRule Modifier and Type Class Description static class
GCRules.DefaultRule
Wrapper for building a empty rulestatic class
GCRules.DurationRule
Wrapper for building max duration rulestatic class
GCRules.IntersectionRule
Fluent wrapper forGcRule.Intersection
rule.static class
GCRules.UnionRule
Fluent wrapper forGcRule.Union
rule.static class
GCRules.VersionRule
Wrapper for building max versions ruleMethods in com.google.cloud.bigtable.admin.v2.models that return GCRules.GCRule Modifier and Type Method Description GCRules.GCRule
GCRules. fromProto(GcRule source)
GCRules.GCRule
ColumnFamily. getGCRule()
Get's the GCRule configured for the column family.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type GCRules.GCRule Modifier and Type Method Description List<GCRules.GCRule>
GCRules.IntersectionRule. getRulesList()
Gets the list of child rulesList<GCRules.GCRule>
GCRules.UnionRule. getRulesList()
Gets the list of child rulesMethods in com.google.cloud.bigtable.admin.v2.models with parameters of type GCRules.GCRule Modifier and Type Method Description CreateTableRequest
CreateTableRequest. addFamily(String familyId, GCRules.GCRule gcRule)
Adds a new columnFamily withGCRules.GCRule
to the configuration.ModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. addFamily(String familyId, GCRules.GCRule gcRule)
Configures the name andGCRules.GCRule
of the newColumnFamily
to be createdGCRules.IntersectionRule
GCRules.IntersectionRule. rule(GCRules.GCRule rule)
Adds a new GCRuleGCRules.UnionRule
GCRules.UnionRule. rule(GCRules.GCRule rule)
Adds a new GCRuleModifyColumnFamiliesRequest
ModifyColumnFamiliesRequest. updateFamily(String familyId, GCRules.GCRule gcRule)
Updates theGCRules.GCRule
of existingColumnFamily
-