Uses of Interface
com.google.cloud.bigtable.admin.v2.models.GCRules.GCRule
Packages that use GCRules.GCRule
-
Uses of GCRules.GCRule in com.google.cloud.bigtable.admin.v2.models
Classes in com.google.cloud.bigtable.admin.v2.models that implement GCRules.GCRuleModifier and TypeClassDescriptionstatic final classWrapper for building a empty rulestatic final classWrapper for building max duration rulestatic final classFluent wrapper forGcRule.Intersectionrule.static final classFluent wrapper forGcRule.Unionrule.static final classWrapper for building max versions ruleMethods in com.google.cloud.bigtable.admin.v2.models that return GCRules.GCRuleModifier and TypeMethodDescriptionColumnFamily.getGCRule()Gets the GCRule configured for the column family.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type GCRules.GCRuleModifier and TypeMethodDescriptionGCRules.IntersectionRule.getRulesList()Gets the list of child rulesGCRules.UnionRule.getRulesList()Gets the list of child rulesMethods in com.google.cloud.bigtable.admin.v2.models with parameters of type GCRules.GCRuleModifier and TypeMethodDescriptionCreateTableRequest.addFamily(String familyId, GCRules.GCRule gcRule) Adds a new columnFamily withGCRules.GCRuleto the configuration.CreateTableRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Adds a new columnFamily with aGCRules.GCRuleandTypeto the configuration.ModifyColumnFamiliesRequest.addFamily(String familyId, GCRules.GCRule gcRule) Configures the name andGCRules.GCRuleof the newColumnFamilyto be createdModifyColumnFamiliesRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) GCRules.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.GCRuleof existingColumnFamily