Class GCRules.DurationRule
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.GCRules.DurationRule
-
- All Implemented Interfaces:
GCRules.GCRule
- Enclosing class:
- GCRules
public static final class GCRules.DurationRule extends Object implements GCRules.GCRule
Wrapper for building max duration rule
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.threeten.bp.DurationgetMaxAge()Gets the configured maximum ageinthashCode()GcRuletoProto()StringtoString()
-
-
-
Method Detail
-
getMaxAge
public org.threeten.bp.Duration getMaxAge()
Gets the configured maximum age
-
toProto
@InternalApi public GcRule toProto()
- Specified by:
toProtoin interfaceGCRules.GCRule
-
-