Class MysqlxNotice.SessionVariableChanged.Builder

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

public static final class MysqlxNotice.SessionVariableChanged.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxNotice.SessionVariableChanged.Builder>
implements MysqlxNotice.SessionVariableChangedOrBuilder
 Notify clients about changes to the current session variables
 Every change to a variable that is accessible through:
 .. code-block:: sql
   SHOW SESSION VARIABLES
 ========================================== =========
 :protobuf:msg:`Mysqlx.Notice::Frame` field value
 ========================================== =========
 ``.type``                                  2
 ``.scope``                                 ``local``
 ========================================== =========
 :param namespace: namespace that param belongs to
 :param param: name of the variable
 :param value: the changed value of param
 
Protobuf type Mysqlx.Notice.SessionVariableChanged