public static final class AccountService.Event extends com.google.protobuf.GeneratedMessageLite<AccountService.Event,AccountService.Event.Builder> implements AccountService.EventOrBuilder
kin.agora.account.v4.Event| Modifier and Type | Class and Description |
|---|---|
static class |
AccountService.Event.Builder
Protobuf type
kin.agora.account.v4.Event |
static class |
AccountService.Event.TypeCase |
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_UPDATE_EVENT_FIELD_NUMBER |
static int |
TRANSACTION_EVENT_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.AccountUpdateEvent |
getAccountUpdateEvent()
.kin.agora.account.v4.AccountUpdateEvent account_update_event = 1; |
static AccountService.Event |
getDefaultInstance() |
AccountService.TransactionEvent |
getTransactionEvent()
.kin.agora.account.v4.TransactionEvent transaction_event = 2; |
AccountService.Event.TypeCase |
getTypeCase() |
boolean |
hasAccountUpdateEvent()
.kin.agora.account.v4.AccountUpdateEvent account_update_event = 1; |
boolean |
hasTransactionEvent()
.kin.agora.account.v4.TransactionEvent transaction_event = 2; |
static AccountService.Event.Builder |
newBuilder() |
static AccountService.Event.Builder |
newBuilder(AccountService.Event prototype) |
static AccountService.Event |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.Event |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.Event |
parseFrom(byte[] data) |
static AccountService.Event |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.Event |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.Event |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.Event |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.Event |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.Event |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.Event |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.Event |
parseFrom(java.io.InputStream input) |
static AccountService.Event |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.Event> |
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_UPDATE_EVENT_FIELD_NUMBER
public static final int TRANSACTION_EVENT_FIELD_NUMBER
public AccountService.Event.TypeCase getTypeCase()
getTypeCase in interface AccountService.EventOrBuilderpublic boolean hasAccountUpdateEvent()
.kin.agora.account.v4.AccountUpdateEvent account_update_event = 1;hasAccountUpdateEvent in interface AccountService.EventOrBuilderpublic AccountService.AccountUpdateEvent getAccountUpdateEvent()
.kin.agora.account.v4.AccountUpdateEvent account_update_event = 1;getAccountUpdateEvent in interface AccountService.EventOrBuilderpublic boolean hasTransactionEvent()
.kin.agora.account.v4.TransactionEvent transaction_event = 2;hasTransactionEvent in interface AccountService.EventOrBuilderpublic AccountService.TransactionEvent getTransactionEvent()
.kin.agora.account.v4.TransactionEvent transaction_event = 2;getTransactionEvent in interface AccountService.EventOrBuilderpublic static AccountService.Event parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.Event parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.Event.Builder newBuilder()
public static AccountService.Event.Builder newBuilder(AccountService.Event 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.Event,AccountService.Event.Builder>public static AccountService.Event getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.Event> parser()