public static enum MysqlxExpect.Open.Condition.Key extends java.lang.Enum<MysqlxExpect.Open.Condition.Key> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Expect.Open.Condition.Key
Enum Constant and Description |
---|
EXPECT_DOCID_GENERATED
Check if X Protocol support document _id generation
|
EXPECT_FIELD_EXIST
Check if X Protocol field exists
|
EXPECT_NO_ERROR
Change error propagation behaviour
|
Modifier and Type | Field and Description |
---|---|
static int |
EXPECT_DOCID_GENERATED_VALUE
Check if X Protocol support document _id generation
|
static int |
EXPECT_FIELD_EXIST_VALUE
Check if X Protocol field exists
|
static int |
EXPECT_NO_ERROR_VALUE
Change error propagation behaviour
|
Modifier and Type | Method and Description |
---|---|
static MysqlxExpect.Open.Condition.Key |
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<MysqlxExpect.Open.Condition.Key> |
internalGetValueMap() |
static MysqlxExpect.Open.Condition.Key |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxExpect.Open.Condition.Key |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxExpect.Open.Condition.Key |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxExpect.Open.Condition.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxExpect.Open.Condition.Key EXPECT_NO_ERROR
Change error propagation behaviour
EXPECT_NO_ERROR = 1;
public static final MysqlxExpect.Open.Condition.Key EXPECT_FIELD_EXIST
Check if X Protocol field exists
EXPECT_FIELD_EXIST = 2;
public static final MysqlxExpect.Open.Condition.Key EXPECT_DOCID_GENERATED
Check if X Protocol support document _id generation
EXPECT_DOCID_GENERATED = 3;
public static final int EXPECT_NO_ERROR_VALUE
Change error propagation behaviour
EXPECT_NO_ERROR = 1;
public static final int EXPECT_FIELD_EXIST_VALUE
Check if X Protocol field exists
EXPECT_FIELD_EXIST = 2;
public static final int EXPECT_DOCID_GENERATED_VALUE
Check if X Protocol support document _id generation
EXPECT_DOCID_GENERATED = 3;
public static MysqlxExpect.Open.Condition.Key[] values()
for (MysqlxExpect.Open.Condition.Key c : MysqlxExpect.Open.Condition.Key.values()) System.out.println(c);
public static MysqlxExpect.Open.Condition.Key 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static MysqlxExpect.Open.Condition.Key valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static MysqlxExpect.Open.Condition.Key forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxExpect.Open.Condition.Key> 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 MysqlxExpect.Open.Condition.Key valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)