public static interface MysqlxNotice.SessionStateChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxNotice.SessionStateChanged.Parameter |
getParam()
parameter key
|
MysqlxDatatypes.Scalar |
getValue(int index)
updated value
|
int |
getValueCount()
updated value
|
java.util.List<MysqlxDatatypes.Scalar> |
getValueList()
updated value
|
MysqlxDatatypes.ScalarOrBuilder |
getValueOrBuilder(int index)
updated value
|
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> |
getValueOrBuilderList()
updated value
|
boolean |
hasParam()
parameter key
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParam()
parameter key
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;MysqlxNotice.SessionStateChanged.Parameter getParam()
parameter key
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;java.util.List<MysqlxDatatypes.Scalar> getValueList()
updated value
repeated .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.Scalar getValue(int index)
updated value
repeated .Mysqlx.Datatypes.Scalar value = 2;int getValueCount()
updated value
repeated .Mysqlx.Datatypes.Scalar value = 2;java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getValueOrBuilderList()
updated value
repeated .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.ScalarOrBuilder getValueOrBuilder(int index)
updated value
repeated .Mysqlx.Datatypes.Scalar value = 2;