public static enum _ListRetainRequest.StartIndexCase extends java.lang.Enum<_ListRetainRequest.StartIndexCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
INCLUSIVE_START |
STARTINDEX_NOT_SET |
UNBOUNDED_START |
| Modifier and Type | Method and Description |
|---|---|
static _ListRetainRequest.StartIndexCase |
forNumber(int value) |
int |
getNumber() |
static _ListRetainRequest.StartIndexCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _ListRetainRequest.StartIndexCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _ListRetainRequest.StartIndexCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _ListRetainRequest.StartIndexCase UNBOUNDED_START
public static final _ListRetainRequest.StartIndexCase INCLUSIVE_START
public static final _ListRetainRequest.StartIndexCase STARTINDEX_NOT_SET
public static _ListRetainRequest.StartIndexCase[] values()
for (_ListRetainRequest.StartIndexCase c : _ListRetainRequest.StartIndexCase.values()) System.out.println(c);
public static _ListRetainRequest.StartIndexCase 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 _ListRetainRequest.StartIndexCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static _ListRetainRequest.StartIndexCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite