public static enum DistributionValue.BucketOptions.TypeCase extends Enum<DistributionValue.BucketOptions.TypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EXPLICIT |
TYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static DistributionValue.BucketOptions.TypeCase |
forNumber(int value) |
int |
getNumber() |
static DistributionValue.BucketOptions.TypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DistributionValue.BucketOptions.TypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionValue.BucketOptions.TypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributionValue.BucketOptions.TypeCase EXPLICIT
public static final DistributionValue.BucketOptions.TypeCase TYPE_NOT_SET
public static DistributionValue.BucketOptions.TypeCase[] values()
for (DistributionValue.BucketOptions.TypeCase c : DistributionValue.BucketOptions.TypeCase.values()) System.out.println(c);
public static DistributionValue.BucketOptions.TypeCase 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 null@Deprecated public static DistributionValue.BucketOptions.TypeCase valueOf(int value)
forNumber(int) instead.public static DistributionValue.BucketOptions.TypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite