Package com.mysql.cj.x.protobuf
Interface MysqlxSession.AuthenticateStartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxSession.AuthenticateStart,MysqlxSession.AuthenticateStart.Builder
- Enclosing class:
- MysqlxSession
public static interface MysqlxSession.AuthenticateStartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.ByteStringgetAuthData()optional bytes auth_data = 2;com.google.protobuf.ByteStringgetInitialResponse()optional bytes initial_response = 3;java.lang.StringgetMechName()required string mech_name = 1;com.google.protobuf.ByteStringgetMechNameBytes()required string mech_name = 1;booleanhasAuthData()optional bytes auth_data = 2;booleanhasInitialResponse()optional bytes initial_response = 3;booleanhasMechName()required string mech_name = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMechName
boolean hasMechName()required string mech_name = 1;- Returns:
- Whether the mechName field is set.
-
getMechName
java.lang.String getMechName()required string mech_name = 1;- Returns:
- The mechName.
-
getMechNameBytes
com.google.protobuf.ByteString getMechNameBytes()required string mech_name = 1;- Returns:
- The bytes for mechName.
-
hasAuthData
boolean hasAuthData()optional bytes auth_data = 2;- Returns:
- Whether the authData field is set.
-
getAuthData
com.google.protobuf.ByteString getAuthData()optional bytes auth_data = 2;- Returns:
- The authData.
-
hasInitialResponse
boolean hasInitialResponse()optional bytes initial_response = 3;- Returns:
- Whether the initialResponse field is set.
-
getInitialResponse
com.google.protobuf.ByteString getInitialResponse()optional bytes initial_response = 3;- Returns:
- The initialResponse.
-