Interface Mysqlx.OkOrBuilder

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

public static interface Mysqlx.OkOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMsg()
    optional string msg = 1;
    com.google.protobuf.ByteString getMsgBytes()
    optional string msg = 1;
    boolean hasMsg()
    optional string msg = 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

    • hasMsg

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

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

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