Interface MysqlxNotice.FrameOrBuilder

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

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

    Modifier and Type Method Description
    com.google.protobuf.ByteString getPayload()
    optional bytes payload = 3;
    MysqlxNotice.Frame.Scope getScope()
    optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
    int getType()
    required uint32 type = 1;
    boolean hasPayload()
    optional bytes payload = 3;
    boolean hasScope()
    optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
    boolean hasType()
    required uint32 type = 1;

    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

    • hasType

      boolean hasType()
      required uint32 type = 1;
      Returns:
      Whether the type field is set.
    • getType

      int getType()
      required uint32 type = 1;
      Returns:
      The type.
    • hasScope

      boolean hasScope()
      optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
      Returns:
      Whether the scope field is set.
    • getScope

      optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
      Returns:
      The scope.
    • hasPayload

      boolean hasPayload()
      optional bytes payload = 3;
      Returns:
      Whether the payload field is set.
    • getPayload

      com.google.protobuf.ByteString getPayload()
      optional bytes payload = 3;
      Returns:
      The payload.