public static interface MysqlxNotice.SessionVariableChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParam()
required string param = 1; |
com.google.protobuf.ByteString |
getParamBytes()
required string param = 1; |
MysqlxDatatypes.Scalar |
getValue()
optional .Mysqlx.Datatypes.Scalar value = 2; |
MysqlxDatatypes.ScalarOrBuilder |
getValueOrBuilder()
optional .Mysqlx.Datatypes.Scalar value = 2; |
boolean |
hasParam()
required string param = 1; |
boolean |
hasValue()
optional .Mysqlx.Datatypes.Scalar value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParam()
required string param = 1;java.lang.String getParam()
required string param = 1;com.google.protobuf.ByteString getParamBytes()
required string param = 1;boolean hasValue()
optional .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.Scalar getValue()
optional .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.ScalarOrBuilder getValueOrBuilder()
optional .Mysqlx.Datatypes.Scalar value = 2;