public interface AuthenticateFacebookRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AccountFacebook |
getAccount()
The Facebook account details.
|
AccountFacebookOrBuilder |
getAccountOrBuilder()
The Facebook account details.
|
com.google.protobuf.BoolValue |
getCreate()
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.
|
com.google.protobuf.BoolValue |
getSync()
Import Facebook friends for the user.
|
com.google.protobuf.BoolValueOrBuilder |
getSyncOrBuilder()
Import Facebook friends for the user.
|
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 Facebook account details.
|
boolean |
hasCreate()
Register the account if the user does not already exist.
|
boolean |
hasSync()
Import Facebook friends for the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAccount()
The Facebook account details.
.nakama.api.AccountFacebook account = 1 [json_name = "account"];
AccountFacebook getAccount()
The Facebook account details.
.nakama.api.AccountFacebook account = 1 [json_name = "account"];
AccountFacebookOrBuilder getAccountOrBuilder()
The Facebook account details.
.nakama.api.AccountFacebook account = 1 [json_name = "account"];
boolean hasCreate()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];
com.google.protobuf.BoolValue getCreate()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];
com.google.protobuf.BoolValueOrBuilder getCreateOrBuilder()
Register the account if the user does not already exist.
.google.protobuf.BoolValue create = 2 [json_name = "create"];
java.lang.String getUsername()
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];
com.google.protobuf.ByteString getUsernameBytes()
Set the username on the account at register. Must be unique.
string username = 3 [json_name = "username"];
boolean hasSync()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 4 [json_name = "sync"];
com.google.protobuf.BoolValue getSync()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 4 [json_name = "sync"];
com.google.protobuf.BoolValueOrBuilder getSyncOrBuilder()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 4 [json_name = "sync"];