public static final class AccountService.ResolveTokenAccountsResponse extends com.google.protobuf.GeneratedMessageLite<AccountService.ResolveTokenAccountsResponse,AccountService.ResolveTokenAccountsResponse.Builder> implements AccountService.ResolveTokenAccountsResponseOrBuilder
kin.agora.account.v4.ResolveTokenAccountsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AccountService.ResolveTokenAccountsResponse.Builder
Protobuf type
kin.agora.account.v4.ResolveTokenAccountsResponse |
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 |
TOKEN_ACCOUNT_INFOS_FIELD_NUMBER |
static int |
TOKEN_ACCOUNTS_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) |
static AccountService.ResolveTokenAccountsResponse |
getDefaultInstance() |
AccountService.AccountInfo |
getTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id.
|
int |
getTokenAccountInfosCount()
Zero or more account infos that are owned by the provided account id.
|
java.util.List<AccountService.AccountInfo> |
getTokenAccountInfosList()
Zero or more account infos that are owned by the provided account id.
|
AccountService.AccountInfoOrBuilder |
getTokenAccountInfosOrBuilder(int index)
Zero or more account infos that are owned by the provided account id.
|
java.util.List<? extends AccountService.AccountInfoOrBuilder> |
getTokenAccountInfosOrBuilderList()
Zero or more account infos that are owned by the provided account id.
|
Model.SolanaAccountId |
getTokenAccounts(int index)
Deprecated.
|
int |
getTokenAccountsCount()
Deprecated.
|
java.util.List<Model.SolanaAccountId> |
getTokenAccountsList()
Deprecated.
|
Model.SolanaAccountIdOrBuilder |
getTokenAccountsOrBuilder(int index)
Deprecated.
|
java.util.List<? extends Model.SolanaAccountIdOrBuilder> |
getTokenAccountsOrBuilderList()
Deprecated.
|
static AccountService.ResolveTokenAccountsResponse.Builder |
newBuilder() |
static AccountService.ResolveTokenAccountsResponse.Builder |
newBuilder(AccountService.ResolveTokenAccountsResponse prototype) |
static AccountService.ResolveTokenAccountsResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.ResolveTokenAccountsResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(byte[] data) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(java.io.InputStream input) |
static AccountService.ResolveTokenAccountsResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.ResolveTokenAccountsResponse> |
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 TOKEN_ACCOUNTS_FIELD_NUMBER
public static final int TOKEN_ACCOUNT_INFOS_FIELD_NUMBER
@Deprecated public java.util.List<Model.SolanaAccountId> getTokenAccountsList()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccountsList in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public java.util.List<? extends Model.SolanaAccountIdOrBuilder> getTokenAccountsOrBuilderList()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public int getTokenAccountsCount()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccountsCount in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public Model.SolanaAccountId getTokenAccounts(int index)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccounts in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public Model.SolanaAccountIdOrBuilder getTokenAccountsOrBuilder(int index)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];public java.util.List<AccountService.AccountInfo> getTokenAccountInfosList()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfosList in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic java.util.List<? extends AccountService.AccountInfoOrBuilder> getTokenAccountInfosOrBuilderList()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public int getTokenAccountInfosCount()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfosCount in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic AccountService.AccountInfo getTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfos in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic AccountService.AccountInfoOrBuilder getTokenAccountInfosOrBuilder(int index)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public static AccountService.ResolveTokenAccountsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.ResolveTokenAccountsResponse.Builder newBuilder()
public static AccountService.ResolveTokenAccountsResponse.Builder newBuilder(AccountService.ResolveTokenAccountsResponse 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.ResolveTokenAccountsResponse,AccountService.ResolveTokenAccountsResponse.Builder>public static AccountService.ResolveTokenAccountsResponse getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.ResolveTokenAccountsResponse> parser()