public static final class AuthenticateAppleRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuthenticateAppleRequest.Builder> implements AuthenticateAppleRequestOrBuilder
Authenticate against the server with Apple Sign In.Protobuf type
nakama.api.AuthenticateAppleRequest| Modifier and Type | Method and Description |
|---|---|
AuthenticateAppleRequest |
build() |
AuthenticateAppleRequest |
buildPartial() |
AuthenticateAppleRequest.Builder |
clear() |
AuthenticateAppleRequest.Builder |
clearAccount()
The Apple account details.
|
AuthenticateAppleRequest.Builder |
clearCreate()
Register the account if the user does not already exist.
|
AuthenticateAppleRequest.Builder |
clearUsername()
Set the username on the account at register.
|
AccountApple |
getAccount()
The Apple account details.
|
AccountApple.Builder |
getAccountBuilder()
The Apple account details.
|
AccountAppleOrBuilder |
getAccountOrBuilder()
The Apple account details.
|
com.google.protobuf.BoolValue |
getCreate()
Register the account if the user does not already exist.
|
com.google.protobuf.BoolValue.Builder |
getCreateBuilder()
Register the account if the user does not already exist.
|
com.google.protobuf.BoolValueOrBuilder |
getCreateOrBuilder()
Register the account if the user does not already exist.
|
AuthenticateAppleRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getUsername()
Set the username on the account at register.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Set the username on the account at register.
|
boolean |
hasAccount()
The Apple account details.
|
boolean |
hasCreate()
Register the account if the user does not already exist.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AuthenticateAppleRequest.Builder |
mergeAccount(AccountApple value)
The Apple account details.
|
AuthenticateAppleRequest.Builder |
mergeCreate(com.google.protobuf.BoolValue value)
Register the account if the user does not already exist.
|
AuthenticateAppleRequest.Builder |
mergeFrom(AuthenticateAppleRequest other) |
AuthenticateAppleRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticateAppleRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
AuthenticateAppleRequest.Builder |
setAccount(AccountApple.Builder builderForValue)
The Apple account details.
|
AuthenticateAppleRequest.Builder |
setAccount(AccountApple value)
The Apple account details.
|
AuthenticateAppleRequest.Builder |
setCreate(com.google.protobuf.BoolValue.Builder builderForValue)
Register the account if the user does not already exist.
|
AuthenticateAppleRequest.Builder |
setCreate(com.google.protobuf.BoolValue value)
Register the account if the user does not already exist.
|
AuthenticateAppleRequest.Builder |
setUsername(java.lang.String value)
Set the username on the account at register.
|
AuthenticateAppleRequest.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
Set the username on the account at register.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateAppleRequest.Builder>public AuthenticateAppleRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateAppleRequest.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.GeneratedMessage.Builder<AuthenticateAppleRequest.Builder>public AuthenticateAppleRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AuthenticateAppleRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AuthenticateAppleRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AuthenticateAppleRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuthenticateAppleRequest.Builder>public AuthenticateAppleRequest.Builder mergeFrom(AuthenticateAppleRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateAppleRequest.Builder>public AuthenticateAppleRequest.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<AuthenticateAppleRequest.Builder>java.io.IOExceptionpublic boolean hasAccount()
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];hasAccount in interface AuthenticateAppleRequestOrBuilderpublic AccountApple getAccount()
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];getAccount in interface AuthenticateAppleRequestOrBuilderpublic AuthenticateAppleRequest.Builder setAccount(AccountApple value)
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];public AuthenticateAppleRequest.Builder setAccount(AccountApple.Builder builderForValue)
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];public AuthenticateAppleRequest.Builder mergeAccount(AccountApple value)
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];public AuthenticateAppleRequest.Builder clearAccount()
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];public AccountApple.Builder getAccountBuilder()
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];public AccountAppleOrBuilder getAccountOrBuilder()
The Apple account details.
.nakama.api.AccountApple account = 1 [json_name = "account"];getAccountOrBuilder in interface AuthenticateAppleRequestOrBuilderpublic boolean hasCreate()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];hasCreate in interface AuthenticateAppleRequestOrBuilderpublic com.google.protobuf.BoolValue getCreate()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];getCreate in interface AuthenticateAppleRequestOrBuilderpublic AuthenticateAppleRequest.Builder setCreate(com.google.protobuf.BoolValue value)
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];public AuthenticateAppleRequest.Builder setCreate(com.google.protobuf.BoolValue.Builder builderForValue)
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];public AuthenticateAppleRequest.Builder mergeCreate(com.google.protobuf.BoolValue value)
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];public AuthenticateAppleRequest.Builder clearCreate()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];public com.google.protobuf.BoolValue.Builder getCreateBuilder()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];public com.google.protobuf.BoolValueOrBuilder getCreateOrBuilder()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];getCreateOrBuilder in interface AuthenticateAppleRequestOrBuilderpublic java.lang.String getUsername()
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];getUsername in interface AuthenticateAppleRequestOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];getUsernameBytes in interface AuthenticateAppleRequestOrBuilderpublic AuthenticateAppleRequest.Builder setUsername(java.lang.String value)
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];value - The username to set.public AuthenticateAppleRequest.Builder clearUsername()
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];public AuthenticateAppleRequest.Builder setUsernameBytes(com.google.protobuf.ByteString value)
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];value - The bytes for username to set.