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