public static interface AccountService.CreateAccountResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccountService.AccountInfo |
getAccountInfo()
Present iff the account was created or already existed.
|
AccountService.CreateAccountResponse.Result |
getResult()
.kin.agora.account.v4.CreateAccountResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.account.v4.CreateAccountResponse.Result result = 1; |
boolean |
hasAccountInfo()
Present iff the account was created or already existed.
|
int getResultValue()
.kin.agora.account.v4.CreateAccountResponse.Result result = 1;AccountService.CreateAccountResponse.Result getResult()
.kin.agora.account.v4.CreateAccountResponse.Result result = 1;boolean hasAccountInfo()
Present iff the account was created or already existed.
.kin.agora.account.v4.AccountInfo account_info = 2;AccountService.AccountInfo getAccountInfo()
Present iff the account was created or already existed.
.kin.agora.account.v4.AccountInfo account_info = 2;