public static enum Kvrpcpb.Assertion extends Enum<Kvrpcpb.Assertion> implements com.google.protobuf.ProtocolMessageEnum
kvrpcpb.Assertion
Enum Constant and Description |
---|
Exist
Exist = 1; |
None
None = 0; |
NotExist
NotExist = 2; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
Exist_VALUE
Exist = 1; |
static int |
None_VALUE
None = 0; |
static int |
NotExist_VALUE
NotExist = 2; |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.Assertion |
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.Assertion> |
internalGetValueMap() |
static Kvrpcpb.Assertion |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.Assertion |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.Assertion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.Assertion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kvrpcpb.Assertion None
None = 0;
public static final Kvrpcpb.Assertion Exist
Exist = 1;
public static final Kvrpcpb.Assertion NotExist
NotExist = 2;
public static final Kvrpcpb.Assertion UNRECOGNIZED
public static final int None_VALUE
None = 0;
public static final int Exist_VALUE
Exist = 1;
public static final int NotExist_VALUE
NotExist = 2;
public static Kvrpcpb.Assertion[] values()
for (Kvrpcpb.Assertion c : Kvrpcpb.Assertion.values()) System.out.println(c);
public static Kvrpcpb.Assertion 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Kvrpcpb.Assertion valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Kvrpcpb.Assertion forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.Assertion> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Kvrpcpb.Assertion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.