public static interface MysqlxSession.AuthenticateStartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAuthData()
optional bytes auth_data = 2; |
com.google.protobuf.ByteString |
getInitialResponse()
optional bytes initial_response = 3; |
java.lang.String |
getMechName()
required string mech_name = 1; |
com.google.protobuf.ByteString |
getMechNameBytes()
required string mech_name = 1; |
boolean |
hasAuthData()
optional bytes auth_data = 2; |
boolean |
hasInitialResponse()
optional bytes initial_response = 3; |
boolean |
hasMechName()
required string mech_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMechName()
required string mech_name = 1;java.lang.String getMechName()
required string mech_name = 1;com.google.protobuf.ByteString getMechNameBytes()
required string mech_name = 1;boolean hasAuthData()
optional bytes auth_data = 2;com.google.protobuf.ByteString getAuthData()
optional bytes auth_data = 2;boolean hasInitialResponse()
optional bytes initial_response = 3;com.google.protobuf.ByteString getInitialResponse()
optional bytes initial_response = 3;