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 classGCRules.DefaultRuleWrapper for building a empty rulestatic classGCRules.DurationRuleWrapper for building max duration rulestatic classGCRules.IntersectionRuleFluent wrapper forGcRule.Intersectionrule.static classGCRules.UnionRuleFluent wrapper forGcRule.Unionrule.static classGCRules.VersionRuleWrapper for building max versions ruleMethods in com.google.cloud.bigtable.admin.v2.models that return GCRules.GCRule Modifier and Type Method Description GCRules.GCRuleGCRules. fromProto(GcRule source)GCRules.GCRuleColumnFamily. 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 CreateTableRequestCreateTableRequest. addFamily(String familyId, GCRules.GCRule gcRule)Adds a new columnFamily withGCRules.GCRuleto the configuration.ModifyColumnFamiliesRequestModifyColumnFamiliesRequest. addFamily(String familyId, GCRules.GCRule gcRule)Configures the name andGCRules.GCRuleof the newColumnFamilyto be createdGCRules.IntersectionRuleGCRules.IntersectionRule. rule(GCRules.GCRule rule)Adds a new GCRuleGCRules.UnionRuleGCRules.UnionRule. rule(GCRules.GCRule rule)Adds a new GCRuleModifyColumnFamiliesRequestModifyColumnFamiliesRequest. updateFamily(String familyId, GCRules.GCRule gcRule)Updates theGCRules.GCRuleof existingColumnFamily
-