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