public static final class AccountService.AccountUpdateEvent extends com.google.protobuf.GeneratedMessageLite<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 | Class and Description |
|---|---|
static class |
AccountService.AccountUpdateEvent.Builder
An event that gets sent when an account's information has changed.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
AccountService.AccountInfo |
getAccountInfo()
The account information most recently obtained by the service.
|
static AccountService.AccountUpdateEvent |
getDefaultInstance() |
boolean |
hasAccountInfo()
The account information most recently obtained by the service.
|
static AccountService.AccountUpdateEvent.Builder |
newBuilder() |
static AccountService.AccountUpdateEvent.Builder |
newBuilder(AccountService.AccountUpdateEvent prototype) |
static AccountService.AccountUpdateEvent |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.AccountUpdateEvent |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountUpdateEvent |
parseFrom(byte[] data) |
static AccountService.AccountUpdateEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountUpdateEvent |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.AccountUpdateEvent |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountUpdateEvent |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.AccountUpdateEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountUpdateEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.AccountUpdateEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountUpdateEvent |
parseFrom(java.io.InputStream input) |
static AccountService.AccountUpdateEvent |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.AccountUpdateEvent> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ACCOUNT_INFO_FIELD_NUMBER
public 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 static AccountService.AccountUpdateEvent parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountUpdateEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountUpdateEvent.Builder newBuilder()
public static AccountService.AccountUpdateEvent.Builder newBuilder(AccountService.AccountUpdateEvent prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<AccountService.AccountUpdateEvent,AccountService.AccountUpdateEvent.Builder>public static AccountService.AccountUpdateEvent getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.AccountUpdateEvent> parser()