public static enum _ListEraseRequest.EraseCase extends java.lang.Enum<_ListEraseRequest.EraseCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALL |
ERASE_NOT_SET |
SOME |
| Modifier and Type | Method and Description |
|---|---|
static _ListEraseRequest.EraseCase |
forNumber(int value) |
int |
getNumber() |
static _ListEraseRequest.EraseCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _ListEraseRequest.EraseCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _ListEraseRequest.EraseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _ListEraseRequest.EraseCase SOME
public static final _ListEraseRequest.EraseCase ALL
public static final _ListEraseRequest.EraseCase ERASE_NOT_SET
public static _ListEraseRequest.EraseCase[] values()
for (_ListEraseRequest.EraseCase c : _ListEraseRequest.EraseCase.values()) System.out.println(c);
public static _ListEraseRequest.EraseCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static _ListEraseRequest.EraseCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static _ListEraseRequest.EraseCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite