public interface LinkFacebookRequestOrBuilder
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 |
getSync()
Import Facebook friends for the user.
|
com.google.protobuf.BoolValueOrBuilder |
getSyncOrBuilder()
Import Facebook friends for the user.
|
boolean |
hasAccount()
The Facebook account details.
|
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 hasSync()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 2 [json_name = "sync"];
com.google.protobuf.BoolValue getSync()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 2 [json_name = "sync"];
com.google.protobuf.BoolValueOrBuilder getSyncOrBuilder()
Import Facebook friends for the user.
.google.protobuf.BoolValue sync = 2 [json_name = "sync"];