public interface ImportSteamFriendsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AccountSteam |
getAccount()
The Facebook account details.
|
AccountSteamOrBuilder |
getAccountOrBuilder()
The Facebook account details.
|
com.google.protobuf.BoolValue |
getReset()
Reset the current user's friends list.
|
com.google.protobuf.BoolValueOrBuilder |
getResetOrBuilder()
Reset the current user's friends list.
|
boolean |
hasAccount()
The Facebook account details.
|
boolean |
hasReset()
Reset the current user's friends list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAccount()
The Facebook account details.
.nakama.api.AccountSteam account = 1 [json_name = "account"];
AccountSteam getAccount()
The Facebook account details.
.nakama.api.AccountSteam account = 1 [json_name = "account"];
AccountSteamOrBuilder getAccountOrBuilder()
The Facebook account details.
.nakama.api.AccountSteam account = 1 [json_name = "account"];
boolean hasReset()
Reset the current user's friends list.
.google.protobuf.BoolValue reset = 2 [json_name = "reset"];
com.google.protobuf.BoolValue getReset()
Reset the current user's friends list.
.google.protobuf.BoolValue reset = 2 [json_name = "reset"];
com.google.protobuf.BoolValueOrBuilder getResetOrBuilder()
Reset the current user's friends list.
.google.protobuf.BoolValue reset = 2 [json_name = "reset"];