Package com.mysql.cj.x.protobuf
Interface MysqlxNotice.SessionStateChangedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxNotice.SessionStateChanged,MysqlxNotice.SessionStateChanged.Builder
- Enclosing class:
- MysqlxNotice
public static interface MysqlxNotice.SessionStateChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxNotice.SessionStateChanged.ParametergetParam()required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;MysqlxDatatypes.ScalargetValue(int index)repeated .Mysqlx.Datatypes.Scalar value = 2;intgetValueCount()repeated .Mysqlx.Datatypes.Scalar value = 2;java.util.List<MysqlxDatatypes.Scalar>getValueList()repeated .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.ScalarOrBuildergetValueOrBuilder(int index)repeated .Mysqlx.Datatypes.Scalar value = 2;java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder>getValueOrBuilderList()repeated .Mysqlx.Datatypes.Scalar value = 2;booleanhasParam()required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasParam
boolean hasParam()required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;- Returns:
- Whether the param field is set.
-
getParam
MysqlxNotice.SessionStateChanged.Parameter getParam()required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;- Returns:
- The param.
-
getValueList
java.util.List<MysqlxDatatypes.Scalar> getValueList()repeated .Mysqlx.Datatypes.Scalar value = 2; -
getValue
repeated .Mysqlx.Datatypes.Scalar value = 2; -
getValueCount
int getValueCount()repeated .Mysqlx.Datatypes.Scalar value = 2; -
getValueOrBuilderList
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getValueOrBuilderList()repeated .Mysqlx.Datatypes.Scalar value = 2; -
getValueOrBuilder
repeated .Mysqlx.Datatypes.Scalar value = 2;
-