Class GCRules.VersionRule
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.GCRules.VersionRule
-
- All Implemented Interfaces:
GCRules.GCRule
- Enclosing class:
- GCRules
public static final class GCRules.VersionRule extends Object implements GCRules.GCRule
Wrapper for building max versions rule
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getMaxVersions()
Gets the configured maximum versionsint
hashCode()
GcRule
toProto()
String
toString()
-
-
-
Method Detail
-
getMaxVersions
public int getMaxVersions()
Gets the configured maximum versions
-
toProto
@InternalApi public GcRule toProto()
- Specified by:
toProto
in interfaceGCRules.GCRule
-
-