public static enum BucketInfo.DeleteRule.Type extends Enum<BucketInfo.DeleteRule.Type>
Enum Constant and Description |
---|
AGE |
CREATE_BEFORE |
IS_LIVE |
NUM_NEWER_VERSIONS |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static BucketInfo.DeleteRule.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketInfo.DeleteRule.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketInfo.DeleteRule.Type AGE
public static final BucketInfo.DeleteRule.Type CREATE_BEFORE
public static final BucketInfo.DeleteRule.Type NUM_NEWER_VERSIONS
public static final BucketInfo.DeleteRule.Type IS_LIVE
public static final BucketInfo.DeleteRule.Type UNKNOWN
public static BucketInfo.DeleteRule.Type[] values()
for (BucketInfo.DeleteRule.Type c : BucketInfo.DeleteRule.Type.values()) System.out.println(c);
public static BucketInfo.DeleteRule.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Google LLC. All rights reserved.