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 class
GcRule.Intersection
A GcRule which deletes cells matching all of the given rules.static class
GcRule.Intersection.Builder
A 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.IntersectionOrBuilder
GcRule.Builder. getIntersectionOrBuilder()
Delete cells that would be deleted by every nested rule.GcRule.IntersectionOrBuilder
GcRule. getIntersectionOrBuilder()
Delete cells that would be deleted by every nested rule.GcRule.IntersectionOrBuilder
GcRuleOrBuilder. getIntersectionOrBuilder()
Delete cells that would be deleted by every nested rule.
-