public static final class AccountService.GetAccountInfoResponse extends com.google.protobuf.GeneratedMessageLite<AccountService.GetAccountInfoResponse,AccountService.GetAccountInfoResponse.Builder> implements AccountService.GetAccountInfoResponseOrBuilder
kin.agora.account.v3.GetAccountInfoResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AccountService.GetAccountInfoResponse.Builder
Protobuf type
kin.agora.account.v3.GetAccountInfoResponse |
static class |
AccountService.GetAccountInfoResponse.Result
Protobuf enum
kin.agora.account.v3.GetAccountInfoResponse.Result |
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 |
static int |
RESULT_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()
Present iff result == Result::OK
|
static AccountService.GetAccountInfoResponse |
getDefaultInstance() |
AccountService.GetAccountInfoResponse.Result |
getResult()
.kin.agora.account.v3.GetAccountInfoResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.account.v3.GetAccountInfoResponse.Result result = 1; |
boolean |
hasAccountInfo()
Present iff result == Result::OK
|
static AccountService.GetAccountInfoResponse.Builder |
newBuilder() |
static AccountService.GetAccountInfoResponse.Builder |
newBuilder(AccountService.GetAccountInfoResponse prototype) |
static AccountService.GetAccountInfoResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.GetAccountInfoResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.GetAccountInfoResponse |
parseFrom(byte[] data) |
static AccountService.GetAccountInfoResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.GetAccountInfoResponse |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.GetAccountInfoResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.GetAccountInfoResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.GetAccountInfoResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.GetAccountInfoResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.GetAccountInfoResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.GetAccountInfoResponse |
parseFrom(java.io.InputStream input) |
static AccountService.GetAccountInfoResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.GetAccountInfoResponse> |
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 RESULT_FIELD_NUMBER
public static final int ACCOUNT_INFO_FIELD_NUMBER
public int getResultValue()
.kin.agora.account.v3.GetAccountInfoResponse.Result result = 1;getResultValue in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.GetAccountInfoResponse.Result getResult()
.kin.agora.account.v3.GetAccountInfoResponse.Result result = 1;getResult in interface AccountService.GetAccountInfoResponseOrBuilderpublic boolean hasAccountInfo()
Present iff result == Result::OK
.kin.agora.account.v3.AccountInfo account_info = 2;hasAccountInfo in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.AccountInfo getAccountInfo()
Present iff result == Result::OK
.kin.agora.account.v3.AccountInfo account_info = 2;getAccountInfo in interface AccountService.GetAccountInfoResponseOrBuilderpublic static AccountService.GetAccountInfoResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.GetAccountInfoResponse.Builder newBuilder()
public static AccountService.GetAccountInfoResponse.Builder newBuilder(AccountService.GetAccountInfoResponse 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.GetAccountInfoResponse,AccountService.GetAccountInfoResponse.Builder>public static AccountService.GetAccountInfoResponse getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.GetAccountInfoResponse> parser()