public static enum Persistent.ReadReq.Nack.Action extends java.lang.Enum<Persistent.ReadReq.Nack.Action> implements com.google.protobuf.ProtocolMessageEnum
event_store.client.persistent_subscriptions.ReadReq.Nack.Action| Enum Constant and Description |
|---|
Park
Park = 1; |
Retry
Retry = 2; |
Skip
Skip = 3; |
Stop
Stop = 4; |
Unknown
Unknown = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
Park_VALUE
Park = 1; |
static int |
Retry_VALUE
Retry = 2; |
static int |
Skip_VALUE
Skip = 3; |
static int |
Stop_VALUE
Stop = 4; |
static int |
Unknown_VALUE
Unknown = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Persistent.ReadReq.Nack.Action |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Persistent.ReadReq.Nack.Action> |
internalGetValueMap() |
static Persistent.ReadReq.Nack.Action |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Persistent.ReadReq.Nack.Action |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Persistent.ReadReq.Nack.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Persistent.ReadReq.Nack.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Persistent.ReadReq.Nack.Action Unknown
Unknown = 0;public static final Persistent.ReadReq.Nack.Action Park
Park = 1;public static final Persistent.ReadReq.Nack.Action Retry
Retry = 2;public static final Persistent.ReadReq.Nack.Action Skip
Skip = 3;public static final Persistent.ReadReq.Nack.Action Stop
Stop = 4;public static final Persistent.ReadReq.Nack.Action UNRECOGNIZED
public static final int Unknown_VALUE
Unknown = 0;public static final int Park_VALUE
Park = 1;public static final int Retry_VALUE
Retry = 2;public static final int Skip_VALUE
Skip = 3;public static final int Stop_VALUE
Stop = 4;public static Persistent.ReadReq.Nack.Action[] values()
for (Persistent.ReadReq.Nack.Action c : Persistent.ReadReq.Nack.Action.values()) System.out.println(c);
public static Persistent.ReadReq.Nack.Action 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Persistent.ReadReq.Nack.Action valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Persistent.ReadReq.Nack.Action forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Persistent.ReadReq.Nack.Action> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Persistent.ReadReq.Nack.Action valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)