| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private static Mysqlx.Error.Severity[] |
Mysqlx.Error.Severity.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Mysqlx.Error.Severity> |
Mysqlx.Error.Severity.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static Mysqlx.Error.Severity |
Mysqlx.Error.Severity.forNumber(int value) |
Mysqlx.Error.Severity |
Mysqlx.ErrorOrBuilder.getSeverity()
severity of the error message
|
Mysqlx.Error.Severity |
Mysqlx.Error.getSeverity()
severity of the error message
|
Mysqlx.Error.Severity |
Mysqlx.Error.Builder.getSeverity()
severity of the error message
|
static Mysqlx.Error.Severity |
Mysqlx.Error.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Mysqlx.Error.Severity |
Mysqlx.Error.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Mysqlx.Error.Severity |
Mysqlx.Error.Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mysqlx.Error.Severity[] |
Mysqlx.Error.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Mysqlx.Error.Severity> |
Mysqlx.Error.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Mysqlx.Error.Builder |
Mysqlx.Error.Builder.setSeverity(Mysqlx.Error.Severity value)
severity of the error message
|