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