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