Package com.mysql.cj.x.protobuf
Class Mysqlx
java.lang.Object
com.mysql.cj.x.protobuf.Mysqlx
public final class Mysqlx
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMysqlx.ClientMessagesIDs of messages that can be sent from client to the server ..static interfaceMysqlx.ClientMessagesOrBuilderstatic classMysqlx.Errorgeneric Error message A ``severity`` of ``ERROR`` indicates the current message sequence is aborted for the given error and the session is ready for more.static interfaceMysqlx.ErrorOrBuilderstatic classMysqlx.Okgeneric Ok messagestatic interfaceMysqlx.OkOrBuilderstatic classMysqlx.ServerMessagesIDs of messages that can be sent from server to client ..static interfaceMysqlx.ServerMessagesOrBuilder -
Field Summary
Fields Modifier and Type Field Description static intCLIENT_MESSAGE_ID_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ClientMessages.Type>clientMessageIdextend .google.protobuf.MessageOptions { ...static intSERVER_MESSAGE_ID_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ServerMessages.Type>serverMessageIdextend .google.protobuf.MessageOptions { ... -
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Field Details
-
CLIENT_MESSAGE_ID_FIELD_NUMBER
public static final int CLIENT_MESSAGE_ID_FIELD_NUMBER- See Also:
- Constant Field Values
-
clientMessageId
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ClientMessages.Type> clientMessageIdextend .google.protobuf.MessageOptions { ... } -
SERVER_MESSAGE_ID_FIELD_NUMBER
public static final int SERVER_MESSAGE_ID_FIELD_NUMBER- See Also:
- Constant Field Values
-
serverMessageId
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ServerMessages.Type> serverMessageIdextend .google.protobuf.MessageOptions { ... }
-
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-