public static interface MysqlxNotice.WarningOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
warning code
|
MysqlxNotice.Warning.Level |
getLevel()
Note or Warning
|
java.lang.String |
getMsg()
warning message
|
com.google.protobuf.ByteString |
getMsgBytes()
warning message
|
boolean |
hasCode()
warning code
|
boolean |
hasLevel()
Note or Warning
|
boolean |
hasMsg()
warning message
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLevel()
Note or Warning
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];MysqlxNotice.Warning.Level getLevel()
Note or Warning
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];boolean hasCode()
warning code
required uint32 code = 2;int getCode()
warning code
required uint32 code = 2;boolean hasMsg()
warning message
required string msg = 3;java.lang.String getMsg()
warning message
required string msg = 3;com.google.protobuf.ByteString getMsgBytes()
warning message
required string msg = 3;