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.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;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    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

      optional .Mysqlx.Datatypes.Scalar value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      MysqlxDatatypes.ScalarOrBuilder getValueOrBuilder()
      optional .Mysqlx.Datatypes.Scalar value = 2;