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 boolean
equals(Object o)
org.threeten.bp.Duration
getMaxAge()
Gets the configured maximum ageint
hashCode()
GcRule
toProto()
String
toString()
-
-
-
Method Detail
-
getMaxAge
public org.threeten.bp.Duration getMaxAge()
Gets the configured maximum age
-
toProto
@InternalApi public GcRule toProto()
- Specified by:
toProto
in interfaceGCRules.GCRule
-
-