Class GCRules.UnionRule
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.GCRules.UnionRule
-
- All Implemented Interfaces:
GCRules.GCRule
- Enclosing class:
- GCRules
public static final class GCRules.UnionRule extends Object implements GCRules.GCRule
Fluent wrapper forGcRule.Union
rule. Allows far adding an hierarchy of rules with union as the root
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<GCRules.GCRule>
getRulesList()
Gets the list of child rulesint
hashCode()
GCRules.UnionRule
rule(GCRules.GCRule rule)
Adds a new GCRuleGcRule
toProto()
String
toString()
-
-
-
Method Detail
-
rule
public GCRules.UnionRule rule(@Nonnull GCRules.GCRule rule)
Adds a new GCRule
-
getRulesList
public List<GCRules.GCRule> getRulesList()
Gets the list of child rules
-
toProto
@InternalApi public GcRule toProto()
- Specified by:
toProto
in interfaceGCRules.GCRule
-
-