- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Response,Response.Builder
@Generated
public interface ResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A response for a query requesting detail information about an account.* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.* A response for a query requesting the current bytecode for a smart contract.* A response for a query requesting detailed information about a smart contract.* A response for a query requesting records of all transactions against the given contract in the last 25 hours.* A response for a query requesting the HBAR balance of an account or contract.* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.* A response for a query requesting detail for a specific live hash associated to a specific account.* A response for a query requesting all the accounts that are proxy staking to this account.* A response for a query requesting the content of a file in the Hedera File Service (HFS).* A response for a query requesting file metadata from the Hedera File Service (HFS).* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format* A response for a query requesting detail for a scheduled transaction.* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.* A response for a query requesting metadata for a specific Token.* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.* A response for a query requesting a very recent transaction record.* A response for a query requesting the post-consensus (final) result of a transaction.* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.boolean* A response for a query requesting detail information about an account.boolean* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).boolean* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed.boolean* A response for a query requesting the current bytecode for a smart contract.boolean* A response for a query requesting detailed information about a smart contract.boolean* A response for a query requesting records of all transactions against the given contract in the last 25 hours.boolean* A response for a query requesting the HBAR balance of an account or contract.boolean* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.boolean* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.boolean* A response for a query requesting detail for a specific live hash associated to a specific account.boolean* A response for a query requesting all the accounts that are proxy staking to this account.boolean* A response for a query requesting the content of a file in the Hedera File Service (HFS).boolean* A response for a query requesting file metadata from the Hedera File Service (HFS).boolean* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key.boolean* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.boolean* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions.boolean* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version formatboolean* A response for a query requesting detail for a scheduled transaction.boolean* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.boolean* A response for a query requesting metadata for a specific Token.boolean* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.boolean* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.boolean* A response for a query requesting a very recent transaction record.boolean* A response for a query requesting the post-consensus (final) result of a transaction.boolean* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasGetByKey
boolean hasGetByKey()* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key. <p> > This query is no longer supported.
.proto.GetByKeyResponse getByKey = 1;- Returns:
- Whether the getByKey field is set.
-
getGetByKey
GetByKeyResponse getGetByKey()* A response for a query requesting all accounts, claims, files, and smart contract instances whose associated keys include the given Key. <p> > This query is no longer supported.
.proto.GetByKeyResponse getByKey = 1;- Returns:
- The getByKey.
-
hasGetBySolidityID
boolean hasGetBySolidityID()* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
.proto.GetBySolidityIDResponse getBySolidityID = 2;- Returns:
- Whether the getBySolidityID field is set.
-
getGetBySolidityID
GetBySolidityIDResponse getGetBySolidityID()* A response for a query requesting Contract, Account, and File identifiers for a smart contract, given a Solidity identifier.
.proto.GetBySolidityIDResponse getBySolidityID = 2;- Returns:
- The getBySolidityID.
-
hasContractCallLocal
boolean hasContractCallLocal()* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed. <p> > This call is only performed on the local node. It is _not_ a > network consensus result.
.proto.ContractCallLocalResponse contractCallLocal = 3;- Returns:
- Whether the contractCallLocal field is set.
-
getContractCallLocal
ContractCallLocalResponse getContractCallLocal()* A response for a _local_ call to a query function of a given smart contract, providing function parameter inputs as needed. <p> > This call is only performed on the local node. It is _not_ a > network consensus result.
.proto.ContractCallLocalResponse contractCallLocal = 3;- Returns:
- The contractCallLocal.
-
hasContractGetBytecodeResponse
boolean hasContractGetBytecodeResponse()* A response for a query requesting the current bytecode for a smart contract.
.proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;- Returns:
- Whether the contractGetBytecodeResponse field is set.
-
getContractGetBytecodeResponse
ContractGetBytecodeResponse getContractGetBytecodeResponse()* A response for a query requesting the current bytecode for a smart contract.
.proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;- Returns:
- The contractGetBytecodeResponse.
-
hasContractGetInfo
boolean hasContractGetInfo()* A response for a query requesting detailed information about a smart contract.
.proto.ContractGetInfoResponse contractGetInfo = 4;- Returns:
- Whether the contractGetInfo field is set.
-
getContractGetInfo
ContractGetInfoResponse getContractGetInfo()* A response for a query requesting detailed information about a smart contract.
.proto.ContractGetInfoResponse contractGetInfo = 4;- Returns:
- The contractGetInfo.
-
hasContractGetRecordsResponse
boolean hasContractGetRecordsResponse()* A response for a query requesting records of all transactions against the given contract in the last 25 hours. <p> > This query is no longer supported.
.proto.ContractGetRecordsResponse contractGetRecordsResponse = 6;- Returns:
- Whether the contractGetRecordsResponse field is set.
-
getContractGetRecordsResponse
ContractGetRecordsResponse getContractGetRecordsResponse()* A response for a query requesting records of all transactions against the given contract in the last 25 hours. <p> > This query is no longer supported.
.proto.ContractGetRecordsResponse contractGetRecordsResponse = 6;- Returns:
- The contractGetRecordsResponse.
-
hasCryptogetAccountBalance
boolean hasCryptogetAccountBalance()* A response for a query requesting the HBAR balance of an account or contract.
.proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;- Returns:
- Whether the cryptogetAccountBalance field is set.
-
getCryptogetAccountBalance
CryptoGetAccountBalanceResponse getCryptogetAccountBalance()* A response for a query requesting the HBAR balance of an account or contract.
.proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;- Returns:
- The cryptogetAccountBalance.
-
hasCryptoGetAccountRecords
boolean hasCryptoGetAccountRecords()* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
.proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;- Returns:
- Whether the cryptoGetAccountRecords field is set.
-
getCryptoGetAccountRecords
CryptoGetAccountRecordsResponse getCryptoGetAccountRecords()* A response for a query requesting records of all "recent" transactions for which the specified account is the effective payer.
.proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;- Returns:
- The cryptoGetAccountRecords.
-
hasCryptoGetInfo
boolean hasCryptoGetInfo()* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
.proto.CryptoGetInfoResponse cryptoGetInfo = 9;- Returns:
- Whether the cryptoGetInfo field is set.
-
getCryptoGetInfo
CryptoGetInfoResponse getCryptoGetInfo()* A response for a query requesting information for an account.<br/> This query includes balance, but not allowances or token relationships.
.proto.CryptoGetInfoResponse cryptoGetInfo = 9;- Returns:
- The cryptoGetInfo.
-
hasCryptoGetLiveHash
boolean hasCryptoGetLiveHash()* A response for a query requesting detail for a specific live hash associated to a specific account. <p> > This query is no longer supported.
.proto.CryptoGetLiveHashResponse cryptoGetLiveHash = 10;- Returns:
- Whether the cryptoGetLiveHash field is set.
-
getCryptoGetLiveHash
CryptoGetLiveHashResponse getCryptoGetLiveHash()* A response for a query requesting detail for a specific live hash associated to a specific account. <p> > This query is no longer supported.
.proto.CryptoGetLiveHashResponse cryptoGetLiveHash = 10;- Returns:
- The cryptoGetLiveHash.
-
hasCryptoGetProxyStakers
boolean hasCryptoGetProxyStakers()* A response for a query requesting all the accounts that are proxy staking to this account. <p> > This query is no longer supported.
.proto.CryptoGetStakersResponse cryptoGetProxyStakers = 11;- Returns:
- Whether the cryptoGetProxyStakers field is set.
-
getCryptoGetProxyStakers
CryptoGetStakersResponse getCryptoGetProxyStakers()* A response for a query requesting all the accounts that are proxy staking to this account. <p> > This query is no longer supported.
.proto.CryptoGetStakersResponse cryptoGetProxyStakers = 11;- Returns:
- The cryptoGetProxyStakers.
-
hasFileGetContents
boolean hasFileGetContents()* A response for a query requesting the content of a file in the Hedera File Service (HFS).
.proto.FileGetContentsResponse fileGetContents = 12;- Returns:
- Whether the fileGetContents field is set.
-
getFileGetContents
FileGetContentsResponse getFileGetContents()* A response for a query requesting the content of a file in the Hedera File Service (HFS).
.proto.FileGetContentsResponse fileGetContents = 12;- Returns:
- The fileGetContents.
-
hasFileGetInfo
boolean hasFileGetInfo()* A response for a query requesting file metadata from the Hedera File Service (HFS).
.proto.FileGetInfoResponse fileGetInfo = 13;- Returns:
- Whether the fileGetInfo field is set.
-
getFileGetInfo
FileGetInfoResponse getFileGetInfo()* A response for a query requesting file metadata from the Hedera File Service (HFS).
.proto.FileGetInfoResponse fileGetInfo = 13;- Returns:
- The fileGetInfo.
-
hasTransactionGetReceipt
boolean hasTransactionGetReceipt()* A response for a query requesting the post-consensus (final) result of a transaction.
.proto.TransactionGetReceiptResponse transactionGetReceipt = 14;- Returns:
- Whether the transactionGetReceipt field is set.
-
getTransactionGetReceipt
TransactionGetReceiptResponse getTransactionGetReceipt()* A response for a query requesting the post-consensus (final) result of a transaction.
.proto.TransactionGetReceiptResponse transactionGetReceipt = 14;- Returns:
- The transactionGetReceipt.
-
hasTransactionGetRecord
boolean hasTransactionGetRecord()* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
.proto.TransactionGetRecordResponse transactionGetRecord = 15;- Returns:
- Whether the transactionGetRecord field is set.
-
getTransactionGetRecord
TransactionGetRecordResponse getTransactionGetRecord()* A response for a query requesting a transaction record; the detail changes completed in response to a transaction.
.proto.TransactionGetRecordResponse transactionGetRecord = 15;- Returns:
- The transactionGetRecord.
-
hasTransactionGetFastRecord
boolean hasTransactionGetFastRecord()* A response for a query requesting a very recent transaction record. <p> > This query is no longer supported.
.proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;- Returns:
- Whether the transactionGetFastRecord field is set.
-
getTransactionGetFastRecord
TransactionGetFastRecordResponse getTransactionGetFastRecord()* A response for a query requesting a very recent transaction record. <p> > This query is no longer supported.
.proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;- Returns:
- The transactionGetFastRecord.
-
hasConsensusGetTopicInfo
boolean hasConsensusGetTopicInfo()* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
.proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;- Returns:
- Whether the consensusGetTopicInfo field is set.
-
getConsensusGetTopicInfo
ConsensusGetTopicInfoResponse getConsensusGetTopicInfo()* A response for a query requesting the current state of a topic for the Hedera Consensus Service (HCS).
.proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;- Returns:
- The consensusGetTopicInfo.
-
hasNetworkGetVersionInfo
boolean hasNetworkGetVersionInfo()* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
.proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;- Returns:
- Whether the networkGetVersionInfo field is set.
-
getNetworkGetVersionInfo
NetworkGetVersionInfoResponse getNetworkGetVersionInfo()* A response for a query requesting the deployed versions of Hedera Services and the API definitions in semantic version format
.proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;- Returns:
- The networkGetVersionInfo.
-
hasTokenGetInfo
boolean hasTokenGetInfo()* A response for a query requesting metadata for a specific Token.
.proto.TokenGetInfoResponse tokenGetInfo = 152;- Returns:
- Whether the tokenGetInfo field is set.
-
getTokenGetInfo
TokenGetInfoResponse getTokenGetInfo()* A response for a query requesting metadata for a specific Token.
.proto.TokenGetInfoResponse tokenGetInfo = 152;- Returns:
- The tokenGetInfo.
-
hasScheduleGetInfo
boolean hasScheduleGetInfo()* A response for a query requesting detail for a scheduled transaction.
.proto.ScheduleGetInfoResponse scheduleGetInfo = 153;- Returns:
- Whether the scheduleGetInfo field is set.
-
getScheduleGetInfo
ScheduleGetInfoResponse getScheduleGetInfo()* A response for a query requesting detail for a scheduled transaction.
.proto.ScheduleGetInfoResponse scheduleGetInfo = 153;- Returns:
- The scheduleGetInfo.
-
hasTokenGetAccountNftInfos
boolean hasTokenGetAccountNftInfos()* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
.proto.TokenGetAccountNftInfosResponse tokenGetAccountNftInfos = 154;- Returns:
- Whether the tokenGetAccountNftInfos field is set.
-
getTokenGetAccountNftInfos
TokenGetAccountNftInfosResponse getTokenGetAccountNftInfos()* A response for a query requesting detail for a subset of individual non-fungible/unique tokens owned by an account.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were added to the account.
.proto.TokenGetAccountNftInfosResponse tokenGetAccountNftInfos = 154;- Returns:
- The tokenGetAccountNftInfos.
-
hasTokenGetNftInfo
boolean hasTokenGetNftInfo()* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
.proto.TokenGetNftInfoResponse tokenGetNftInfo = 155;- Returns:
- Whether the tokenGetNftInfo field is set.
-
getTokenGetNftInfo
TokenGetNftInfoResponse getTokenGetNftInfo()* A response for a query requesting detail for a specific non-fungible/unique token selected by both token identifier and serial number.
.proto.TokenGetNftInfoResponse tokenGetNftInfo = 155;- Returns:
- The tokenGetNftInfo.
-
hasTokenGetNftInfos
boolean hasTokenGetNftInfos()* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
.proto.TokenGetNftInfosResponse tokenGetNftInfos = 156;- Returns:
- Whether the tokenGetNftInfos field is set.
-
getTokenGetNftInfos
TokenGetNftInfosResponse getTokenGetNftInfos()* A response for a query requesting detail for a subset of individual non-fungible/unique tokens.<br/> The requested tokens are selected by a list index, which is based on the order in which the tokens were minted.
.proto.TokenGetNftInfosResponse tokenGetNftInfos = 156;- Returns:
- The tokenGetNftInfos.
-
hasNetworkGetExecutionTime
boolean hasNetworkGetExecutionTime()* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions. <p> > This query is no longer supported.
.proto.NetworkGetExecutionTimeResponse networkGetExecutionTime = 157;- Returns:
- Whether the networkGetExecutionTime field is set.
-
getNetworkGetExecutionTime
NetworkGetExecutionTimeResponse getNetworkGetExecutionTime()* A response for a query requesting the time, in nanoseconds, spent in direct processing for one or more recent transactions. <p> > This query is no longer supported.
.proto.NetworkGetExecutionTimeResponse networkGetExecutionTime = 157;- Returns:
- The networkGetExecutionTime.
-
hasAccountDetails
boolean hasAccountDetails()* A response for a query requesting detail information about an account. <p> This query is a privileged query and "system" account authorization is REQUIRED for this query.
.proto.GetAccountDetailsResponse accountDetails = 158;- Returns:
- Whether the accountDetails field is set.
-
getAccountDetails
GetAccountDetailsResponse getAccountDetails()* A response for a query requesting detail information about an account. <p> This query is a privileged query and "system" account authorization is REQUIRED for this query.
.proto.GetAccountDetailsResponse accountDetails = 158;- Returns:
- The accountDetails.
-
getResponseCase
Response.ResponseCase getResponseCase()
-