public static final class MysqlxSession.AuthenticateStart.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder> implements MysqlxSession.AuthenticateStartOrBuilder
the initial message send from the client to the server to start the authentication proccess :param mech_name: authentication mechanism name :param auth_data: authentication data :param initial_response: initial response :Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`Protobuf type
Mysqlx.Session.AuthenticateStart| Modifier and Type | Method and Description |
|---|---|
MysqlxSession.AuthenticateStart.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxSession.AuthenticateStart |
build() |
MysqlxSession.AuthenticateStart |
buildPartial() |
MysqlxSession.AuthenticateStart.Builder |
clear() |
MysqlxSession.AuthenticateStart.Builder |
clearAuthData()
optional bytes auth_data = 2; |
MysqlxSession.AuthenticateStart.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxSession.AuthenticateStart.Builder |
clearInitialResponse()
optional bytes initial_response = 3; |
MysqlxSession.AuthenticateStart.Builder |
clearMechName()
required string mech_name = 1; |
MysqlxSession.AuthenticateStart.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxSession.AuthenticateStart.Builder |
clone() |
com.google.protobuf.ByteString |
getAuthData()
optional bytes auth_data = 2; |
MysqlxSession.AuthenticateStart |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxSession.AuthenticateStart.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxSession.AuthenticateStart.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxSession.AuthenticateStart.Builder |
mergeFrom(MysqlxSession.AuthenticateStart other) |
MysqlxSession.AuthenticateStart.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxSession.AuthenticateStart.Builder |
setAuthData(com.google.protobuf.ByteString value)
optional bytes auth_data = 2; |
MysqlxSession.AuthenticateStart.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxSession.AuthenticateStart.Builder |
setInitialResponse(com.google.protobuf.ByteString value)
optional bytes initial_response = 3; |
MysqlxSession.AuthenticateStart.Builder |
setMechName(java.lang.String value)
required string mech_name = 1; |
MysqlxSession.AuthenticateStart.Builder |
setMechNameBytes(com.google.protobuf.ByteString value)
required string mech_name = 1; |
MysqlxSession.AuthenticateStart.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxSession.AuthenticateStart.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxSession.AuthenticateStart build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxSession.AuthenticateStart buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxSession.AuthenticateStart.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder mergeFrom(MysqlxSession.AuthenticateStart other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public MysqlxSession.AuthenticateStart.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxSession.AuthenticateStart.Builder>java.io.IOExceptionpublic boolean hasMechName()
required string mech_name = 1;hasMechName in interface MysqlxSession.AuthenticateStartOrBuilderpublic java.lang.String getMechName()
required string mech_name = 1;getMechName in interface MysqlxSession.AuthenticateStartOrBuilderpublic com.google.protobuf.ByteString getMechNameBytes()
required string mech_name = 1;getMechNameBytes in interface MysqlxSession.AuthenticateStartOrBuilderpublic MysqlxSession.AuthenticateStart.Builder setMechName(java.lang.String value)
required string mech_name = 1;value - The mechName to set.public MysqlxSession.AuthenticateStart.Builder clearMechName()
required string mech_name = 1;public MysqlxSession.AuthenticateStart.Builder setMechNameBytes(com.google.protobuf.ByteString value)
required string mech_name = 1;value - The bytes for mechName to set.public boolean hasAuthData()
optional bytes auth_data = 2;hasAuthData in interface MysqlxSession.AuthenticateStartOrBuilderpublic com.google.protobuf.ByteString getAuthData()
optional bytes auth_data = 2;getAuthData in interface MysqlxSession.AuthenticateStartOrBuilderpublic MysqlxSession.AuthenticateStart.Builder setAuthData(com.google.protobuf.ByteString value)
optional bytes auth_data = 2;value - The authData to set.public MysqlxSession.AuthenticateStart.Builder clearAuthData()
optional bytes auth_data = 2;public boolean hasInitialResponse()
optional bytes initial_response = 3;hasInitialResponse in interface MysqlxSession.AuthenticateStartOrBuilderpublic com.google.protobuf.ByteString getInitialResponse()
optional bytes initial_response = 3;getInitialResponse in interface MysqlxSession.AuthenticateStartOrBuilderpublic MysqlxSession.AuthenticateStart.Builder setInitialResponse(com.google.protobuf.ByteString value)
optional bytes initial_response = 3;value - The initialResponse to set.public MysqlxSession.AuthenticateStart.Builder clearInitialResponse()
optional bytes initial_response = 3;public final MysqlxSession.AuthenticateStart.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>public final MysqlxSession.AuthenticateStart.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxSession.AuthenticateStart.Builder>