public interface AccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomId()
The custom id in the user's account.
|
com.google.protobuf.ByteString |
getCustomIdBytes()
The custom id in the user's account.
|
AccountDevice |
getDevices(int index)
The devices which belong to the user's account.
|
int |
getDevicesCount()
The devices which belong to the user's account.
|
java.util.List<AccountDevice> |
getDevicesList()
The devices which belong to the user's account.
|
AccountDeviceOrBuilder |
getDevicesOrBuilder(int index)
The devices which belong to the user's account.
|
java.util.List<? extends AccountDeviceOrBuilder> |
getDevicesOrBuilderList()
The devices which belong to the user's account.
|
com.google.protobuf.Timestamp |
getDisableTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
|
com.google.protobuf.TimestampOrBuilder |
getDisableTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
|
java.lang.String |
getEmail()
The email address of the user.
|
com.google.protobuf.ByteString |
getEmailBytes()
The email address of the user.
|
User |
getUser()
The user object.
|
UserOrBuilder |
getUserOrBuilder()
The user object.
|
com.google.protobuf.Timestamp |
getVerifyTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
|
com.google.protobuf.TimestampOrBuilder |
getVerifyTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
|
java.lang.String |
getWallet()
The user's wallet data.
|
com.google.protobuf.ByteString |
getWalletBytes()
The user's wallet data.
|
boolean |
hasDisableTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
|
boolean |
hasUser()
The user object.
|
boolean |
hasVerifyTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUser()
The user object.
.nakama.api.User user = 1 [json_name = "user"];
User getUser()
The user object.
.nakama.api.User user = 1 [json_name = "user"];
UserOrBuilder getUserOrBuilder()
The user object.
.nakama.api.User user = 1 [json_name = "user"];
java.lang.String getWallet()
The user's wallet data.
string wallet = 2 [json_name = "wallet"];
com.google.protobuf.ByteString getWalletBytes()
The user's wallet data.
string wallet = 2 [json_name = "wallet"];
java.lang.String getEmail()
The email address of the user.
string email = 3 [json_name = "email"];
com.google.protobuf.ByteString getEmailBytes()
The email address of the user.
string email = 3 [json_name = "email"];
java.util.List<AccountDevice> getDevicesList()
The devices which belong to the user's account.
repeated .nakama.api.AccountDevice devices = 4 [json_name = "devices"];
AccountDevice getDevices(int index)
The devices which belong to the user's account.
repeated .nakama.api.AccountDevice devices = 4 [json_name = "devices"];
int getDevicesCount()
The devices which belong to the user's account.
repeated .nakama.api.AccountDevice devices = 4 [json_name = "devices"];
java.util.List<? extends AccountDeviceOrBuilder> getDevicesOrBuilderList()
The devices which belong to the user's account.
repeated .nakama.api.AccountDevice devices = 4 [json_name = "devices"];
AccountDeviceOrBuilder getDevicesOrBuilder(int index)
The devices which belong to the user's account.
repeated .nakama.api.AccountDevice devices = 4 [json_name = "devices"];
java.lang.String getCustomId()
The custom id in the user's account.
string custom_id = 5 [json_name = "customId"];
com.google.protobuf.ByteString getCustomIdBytes()
The custom id in the user's account.
string custom_id = 5 [json_name = "customId"];
boolean hasVerifyTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
.google.protobuf.Timestamp verify_time = 6 [json_name = "verifyTime"];
com.google.protobuf.Timestamp getVerifyTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
.google.protobuf.Timestamp verify_time = 6 [json_name = "verifyTime"];
com.google.protobuf.TimestampOrBuilder getVerifyTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's email was verified.
.google.protobuf.Timestamp verify_time = 6 [json_name = "verifyTime"];
boolean hasDisableTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
.google.protobuf.Timestamp disable_time = 7 [json_name = "disableTime"];
com.google.protobuf.Timestamp getDisableTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
.google.protobuf.Timestamp disable_time = 7 [json_name = "disableTime"];
com.google.protobuf.TimestampOrBuilder getDisableTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user's account was disabled/banned.
.google.protobuf.Timestamp disable_time = 7 [json_name = "disableTime"];