public static enum Kvrpcpb.ExtraOp extends Enum<Kvrpcpb.ExtraOp> implements com.google.protobuf.ProtocolMessageEnum
kvrpcpb.ExtraOp| Enum Constant and Description |
|---|
Noop
Noop = 0; |
ReadOldValue
ReadOldValue represents to output the previous value for delete/update operations.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
Noop_VALUE
Noop = 0; |
static int |
ReadOldValue_VALUE
ReadOldValue represents to output the previous value for delete/update operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Kvrpcpb.ExtraOp |
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<Kvrpcpb.ExtraOp> |
internalGetValueMap() |
static Kvrpcpb.ExtraOp |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.ExtraOp |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.ExtraOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.ExtraOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kvrpcpb.ExtraOp Noop
Noop = 0;public static final Kvrpcpb.ExtraOp ReadOldValue
ReadOldValue represents to output the previous value for delete/update operations.
ReadOldValue = 1;public static final Kvrpcpb.ExtraOp UNRECOGNIZED
public static final int Noop_VALUE
Noop = 0;public static final int ReadOldValue_VALUE
ReadOldValue represents to output the previous value for delete/update operations.
ReadOldValue = 1;public static Kvrpcpb.ExtraOp[] values()
for (Kvrpcpb.ExtraOp c : Kvrpcpb.ExtraOp.values()) System.out.println(c);
public static Kvrpcpb.ExtraOp valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - 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 Kvrpcpb.ExtraOp valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Kvrpcpb.ExtraOp forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.ExtraOp> 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 Kvrpcpb.ExtraOp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 PingCAP. All rights reserved.