Class MysqlxNotice.Frame.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<MysqlxNotice.Frame.Builder>
com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxNotice.FrameOrBuilder, java.lang.Cloneable
Enclosing class:
MysqlxNotice.Frame

public static final class MysqlxNotice.Frame.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxNotice.Frame.Builder>
implements MysqlxNotice.FrameOrBuilder
 Common Frame for all Notices
 ===================================================== =====
 .type                                                 value
 ===================================================== =====
 :protobuf:msg:`Mysqlx.Notice::Warning`                1
 :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2
 :protobuf:msg:`Mysqlx.Notice::SessionStateChanged`    3
 ===================================================== =====
 :param type: the type of the payload
 :param payload: the payload of the notification
 :param scope: global or local notification
 
Protobuf type Mysqlx.Notice.Frame