Uses of Interface
com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
-
Packages that use GcRule.IntersectionOrBuilder Package Description com.google.bigtable.admin.v2 -
-
Uses of GcRule.IntersectionOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement GcRule.IntersectionOrBuilder Modifier and Type Class Description static classGcRule.IntersectionA GcRule which deletes cells matching all of the given rules.static classGcRule.Intersection.BuilderA GcRule which deletes cells matching all of the given rules.Methods in com.google.bigtable.admin.v2 that return GcRule.IntersectionOrBuilder Modifier and Type Method Description GcRule.IntersectionOrBuilderGcRule.Builder. getIntersectionOrBuilder()Delete cells that would be deleted by every nested rule.GcRule.IntersectionOrBuilderGcRule. getIntersectionOrBuilder()Delete cells that would be deleted by every nested rule.GcRule.IntersectionOrBuilderGcRuleOrBuilder. getIntersectionOrBuilder()Delete cells that would be deleted by every nested rule.
-