public static final class AccountService.AccountUpdateEvent.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.AccountUpdateEvent,AccountService.AccountUpdateEvent.Builder> implements AccountService.AccountUpdateEventOrBuilder
An event that gets sent when an account's information has changed.Protobuf type
kin.agora.account.v4.AccountUpdateEvent| Modifier and Type | Method and Description |
|---|---|
AccountService.AccountUpdateEvent.Builder |
clearAccountInfo()
The account information most recently obtained by the service.
|
AccountService.AccountInfo |
getAccountInfo()
The account information most recently obtained by the service.
|
boolean |
hasAccountInfo()
The account information most recently obtained by the service.
|
AccountService.AccountUpdateEvent.Builder |
mergeAccountInfo(AccountService.AccountInfo value)
The account information most recently obtained by the service.
|
AccountService.AccountUpdateEvent.Builder |
setAccountInfo(AccountService.AccountInfo.Builder builderForValue)
The account information most recently obtained by the service.
|
AccountService.AccountUpdateEvent.Builder |
setAccountInfo(AccountService.AccountInfo value)
The account information most recently obtained by the service.
|
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 boolean hasAccountInfo()
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;hasAccountInfo in interface AccountService.AccountUpdateEventOrBuilderpublic AccountService.AccountInfo getAccountInfo()
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;getAccountInfo in interface AccountService.AccountUpdateEventOrBuilderpublic AccountService.AccountUpdateEvent.Builder setAccountInfo(AccountService.AccountInfo value)
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;public AccountService.AccountUpdateEvent.Builder setAccountInfo(AccountService.AccountInfo.Builder builderForValue)
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;public AccountService.AccountUpdateEvent.Builder mergeAccountInfo(AccountService.AccountInfo value)
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;public AccountService.AccountUpdateEvent.Builder clearAccountInfo()
The account information most recently obtained by the service.
.kin.agora.account.v4.AccountInfo account_info = 1;