Interface MysqlxNotice.WarningOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxNotice.Warning, MysqlxNotice.Warning.Builder
Enclosing class:
MysqlxNotice

public static interface MysqlxNotice.WarningOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    int getCode()
    required uint32 code = 2;
    MysqlxNotice.Warning.Level getLevel()
    optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
    java.lang.String getMsg()
    required string msg = 3;
    com.google.protobuf.ByteString getMsgBytes()
    required string msg = 3;
    boolean hasCode()
    required uint32 code = 2;
    boolean hasLevel()
    optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
    boolean hasMsg()
    required string msg = 3;

    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

    • hasLevel

      boolean hasLevel()
      optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
      Returns:
      Whether the level field is set.
    • getLevel

      optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
      Returns:
      The level.
    • hasCode

      boolean hasCode()
      required uint32 code = 2;
      Returns:
      Whether the code field is set.
    • getCode

      int getCode()
      required uint32 code = 2;
      Returns:
      The code.
    • hasMsg

      boolean hasMsg()
      required string msg = 3;
      Returns:
      Whether the msg field is set.
    • getMsg

      java.lang.String getMsg()
      required string msg = 3;
      Returns:
      The msg.
    • getMsgBytes

      com.google.protobuf.ByteString getMsgBytes()
      required string msg = 3;
      Returns:
      The bytes for msg.