public static final class AccountService.CreateAccountResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.CreateAccountResponse,AccountService.CreateAccountResponse.Builder> implements AccountService.CreateAccountResponseOrBuilder
kin.agora.account.v3.CreateAccountResponse| Modifier and Type | Method and Description |
|---|---|
AccountService.CreateAccountResponse.Builder |
clearAccountInfo()
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Builder |
clearResult()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1; |
AccountService.AccountInfo |
getAccountInfo()
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Result |
getResult()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1; |
boolean |
hasAccountInfo()
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Builder |
mergeAccountInfo(AccountService.AccountInfo value)
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Builder |
setAccountInfo(AccountService.AccountInfo.Builder builderForValue)
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Builder |
setAccountInfo(AccountService.AccountInfo value)
Will be present if the account was created or already existed.
|
AccountService.CreateAccountResponse.Builder |
setResult(AccountService.CreateAccountResponse.Result value)
.kin.agora.account.v3.CreateAccountResponse.Result result = 1; |
AccountService.CreateAccountResponse.Builder |
setResultValue(int value)
.kin.agora.account.v3.CreateAccountResponse.Result result = 1; |
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic int getResultValue()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1;getResultValue in interface AccountService.CreateAccountResponseOrBuilderpublic AccountService.CreateAccountResponse.Builder setResultValue(int value)
.kin.agora.account.v3.CreateAccountResponse.Result result = 1;value - The result to set.public AccountService.CreateAccountResponse.Result getResult()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1;getResult in interface AccountService.CreateAccountResponseOrBuilderpublic AccountService.CreateAccountResponse.Builder setResult(AccountService.CreateAccountResponse.Result value)
.kin.agora.account.v3.CreateAccountResponse.Result result = 1;value - The enum numeric value on the wire for result to set.public AccountService.CreateAccountResponse.Builder clearResult()
.kin.agora.account.v3.CreateAccountResponse.Result result = 1;public boolean hasAccountInfo()
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;hasAccountInfo in interface AccountService.CreateAccountResponseOrBuilderpublic AccountService.AccountInfo getAccountInfo()
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;getAccountInfo in interface AccountService.CreateAccountResponseOrBuilderpublic AccountService.CreateAccountResponse.Builder setAccountInfo(AccountService.AccountInfo value)
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;public AccountService.CreateAccountResponse.Builder setAccountInfo(AccountService.AccountInfo.Builder builderForValue)
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;public AccountService.CreateAccountResponse.Builder mergeAccountInfo(AccountService.AccountInfo value)
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;public AccountService.CreateAccountResponse.Builder clearAccountInfo()
Will be present if the account was created or already existed.
.kin.agora.account.v3.AccountInfo account_info = 2;