public static interface MysqlxNotice.FrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getPayload()
optional bytes payload = 3; |
MysqlxNotice.Frame.Scope |
getScope()
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL]; |
int |
getType()
required uint32 type = 1; |
boolean |
hasPayload()
optional bytes payload = 3; |
boolean |
hasScope()
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL]; |
boolean |
hasType()
required uint32 type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required uint32 type = 1;int getType()
required uint32 type = 1;boolean hasScope()
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];MysqlxNotice.Frame.Scope getScope()
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];boolean hasPayload()
optional bytes payload = 3;com.google.protobuf.ByteString getPayload()
optional bytes payload = 3;