Package com.mysql.cj.x.protobuf
Interface MysqlxNotice.SessionVariableChangedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxNotice.SessionVariableChanged,MysqlxNotice.SessionVariableChanged.Builder
- Enclosing class:
- MysqlxNotice
public static interface MysqlxNotice.SessionVariableChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetParam()required string param = 1;com.google.protobuf.ByteStringgetParamBytes()required string param = 1;MysqlxDatatypes.ScalargetValue()optional .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.ScalarOrBuildergetValueOrBuilder()optional .Mysqlx.Datatypes.Scalar value = 2;booleanhasParam()required string param = 1;booleanhasValue()optional .Mysqlx.Datatypes.Scalar value = 2;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 string param = 1;- Returns:
- Whether the param field is set.
-
getParam
java.lang.String getParam()required string param = 1;- Returns:
- The param.
-
getParamBytes
com.google.protobuf.ByteString getParamBytes()required string param = 1;- Returns:
- The bytes for param.
-
hasValue
boolean hasValue()optional .Mysqlx.Datatypes.Scalar value = 2;- Returns:
- Whether the value field is set.
-
getValue
MysqlxDatatypes.Scalar getValue()optional .Mysqlx.Datatypes.Scalar value = 2;- Returns:
- The value.
-
getValueOrBuilder
MysqlxDatatypes.ScalarOrBuilder getValueOrBuilder()optional .Mysqlx.Datatypes.Scalar value = 2;
-