java.lang.Object
com.google.protobuf.AbstractMessageLite<Query,Query.Builder>
com.google.protobuf.GeneratedMessageLite<Query,Query.Builder>
com.hedera.hashgraph.sdk.proto.Query
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, QueryOrBuilder

@Generated public final class Query extends com.google.protobuf.GeneratedMessageLite<Query,Query.Builder> implements QueryOrBuilder
 *
 A query transaction.<br/>
 This message is serialized to bytes and those bytes are signed by the
 submitter, with the signature included in the QueryHeader for the query
 request.
 
Protobuf type proto.Query
  • Field Details

    • GETBYKEY_FIELD_NUMBER

      public static final int GETBYKEY_FIELD_NUMBER
      See Also:
    • GETBYSOLIDITYID_FIELD_NUMBER

      public static final int GETBYSOLIDITYID_FIELD_NUMBER
      See Also:
    • CONTRACTCALLLOCAL_FIELD_NUMBER

      public static final int CONTRACTCALLLOCAL_FIELD_NUMBER
      See Also:
    • CONTRACTGETINFO_FIELD_NUMBER

      public static final int CONTRACTGETINFO_FIELD_NUMBER
      See Also:
    • CONTRACTGETBYTECODE_FIELD_NUMBER

      public static final int CONTRACTGETBYTECODE_FIELD_NUMBER
      See Also:
    • CONTRACTGETRECORDS_FIELD_NUMBER

      public static final int CONTRACTGETRECORDS_FIELD_NUMBER
      See Also:
    • CRYPTOGETACCOUNTBALANCE_FIELD_NUMBER

      public static final int CRYPTOGETACCOUNTBALANCE_FIELD_NUMBER
      See Also:
    • CRYPTOGETACCOUNTRECORDS_FIELD_NUMBER

      public static final int CRYPTOGETACCOUNTRECORDS_FIELD_NUMBER
      See Also:
    • CRYPTOGETINFO_FIELD_NUMBER

      public static final int CRYPTOGETINFO_FIELD_NUMBER
      See Also:
    • CRYPTOGETLIVEHASH_FIELD_NUMBER

      public static final int CRYPTOGETLIVEHASH_FIELD_NUMBER
      See Also:
    • CRYPTOGETPROXYSTAKERS_FIELD_NUMBER

      public static final int CRYPTOGETPROXYSTAKERS_FIELD_NUMBER
      See Also:
    • FILEGETCONTENTS_FIELD_NUMBER

      public static final int FILEGETCONTENTS_FIELD_NUMBER
      See Also:
    • FILEGETINFO_FIELD_NUMBER

      public static final int FILEGETINFO_FIELD_NUMBER
      See Also:
    • TRANSACTIONGETRECEIPT_FIELD_NUMBER

      public static final int TRANSACTIONGETRECEIPT_FIELD_NUMBER
      See Also:
    • TRANSACTIONGETRECORD_FIELD_NUMBER

      public static final int TRANSACTIONGETRECORD_FIELD_NUMBER
      See Also:
    • TRANSACTIONGETFASTRECORD_FIELD_NUMBER

      public static final int TRANSACTIONGETFASTRECORD_FIELD_NUMBER
      See Also:
    • CONSENSUSGETTOPICINFO_FIELD_NUMBER

      public static final int CONSENSUSGETTOPICINFO_FIELD_NUMBER
      See Also:
    • NETWORKGETVERSIONINFO_FIELD_NUMBER

      public static final int NETWORKGETVERSIONINFO_FIELD_NUMBER
      See Also:
    • TOKENGETINFO_FIELD_NUMBER

      public static final int TOKENGETINFO_FIELD_NUMBER
      See Also:
    • SCHEDULEGETINFO_FIELD_NUMBER

      public static final int SCHEDULEGETINFO_FIELD_NUMBER
      See Also:
    • TOKENGETACCOUNTNFTINFOS_FIELD_NUMBER

      public static final int TOKENGETACCOUNTNFTINFOS_FIELD_NUMBER
      See Also:
    • TOKENGETNFTINFO_FIELD_NUMBER

      public static final int TOKENGETNFTINFO_FIELD_NUMBER
      See Also:
    • TOKENGETNFTINFOS_FIELD_NUMBER

      public static final int TOKENGETNFTINFOS_FIELD_NUMBER
      See Also:
    • NETWORKGETEXECUTIONTIME_FIELD_NUMBER

      public static final int NETWORKGETEXECUTIONTIME_FIELD_NUMBER
      See Also:
    • ACCOUNTDETAILS_FIELD_NUMBER

      public static final int ACCOUNTDETAILS_FIELD_NUMBER
      See Also:
  • Method Details

    • getQueryCase

      public Query.QueryCase getQueryCase()
      Specified by:
      getQueryCase in interface QueryOrBuilder
    • hasGetByKey

      public boolean hasGetByKey()
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
      Specified by:
      hasGetByKey in interface QueryOrBuilder
      Returns:
      Whether the getByKey field is set.
    • getGetByKey

      public GetByKeyQuery getGetByKey()
       *
       Get all entities associated with a given key.
       
      .proto.GetByKeyQuery getByKey = 1;
      Specified by:
      getGetByKey in interface QueryOrBuilder
      Returns:
      The getByKey.
    • hasGetBySolidityID

      public boolean hasGetBySolidityID()
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
      Specified by:
      hasGetBySolidityID in interface QueryOrBuilder
      Returns:
      Whether the getBySolidityID field is set.
    • getGetBySolidityID

      public GetBySolidityIDQuery getGetBySolidityID()
       *
       Get an Hedera identifier associated with an identifier in EVM
       "Solidity" form.<br/>
       Most often used in smart contracts to find an Hedera account,
       file, or contract identifier to pass to a system contract or
       precompile.
       
      .proto.GetBySolidityIDQuery getBySolidityID = 2;
      Specified by:
      getGetBySolidityID in interface QueryOrBuilder
      Returns:
      The getBySolidityID.
    • hasContractCallLocal

      public boolean hasContractCallLocal()
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
      Specified by:
      hasContractCallLocal in interface QueryOrBuilder
      Returns:
      Whether the contractCallLocal field is set.
    • getContractCallLocal

      public ContractCallLocalQuery getContractCallLocal()
       *
       Call a function of a smart contract.<br/>
       This call is executed exclusively on the node to which it is
       submitted, and is much less expensive than a `contractCall`
       transaction.
       
      .proto.ContractCallLocalQuery contractCallLocal = 3;
      Specified by:
      getContractCallLocal in interface QueryOrBuilder
      Returns:
      The contractCallLocal.
    • hasContractGetInfo

      public boolean hasContractGetInfo()
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
      Specified by:
      hasContractGetInfo in interface QueryOrBuilder
      Returns:
      Whether the contractGetInfo field is set.
    • getContractGetInfo

      public ContractGetInfoQuery getContractGetInfo()
       *
       Get information about a smart contract.
       
      .proto.ContractGetInfoQuery contractGetInfo = 4;
      Specified by:
      getContractGetInfo in interface QueryOrBuilder
      Returns:
      The contractGetInfo.
    • hasContractGetBytecode

      public boolean hasContractGetBytecode()
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
      Specified by:
      hasContractGetBytecode in interface QueryOrBuilder
      Returns:
      Whether the contractGetBytecode field is set.
    • getContractGetBytecode

      public ContractGetBytecodeQuery getContractGetBytecode()
       *
       Get runtime bytecode used by a smart contract.
       
      .proto.ContractGetBytecodeQuery contractGetBytecode = 5;
      Specified by:
      getContractGetBytecode in interface QueryOrBuilder
      Returns:
      The contractGetBytecode.
    • hasContractGetRecords

      @Deprecated public boolean hasContractGetRecords()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
      Specified by:
      hasContractGetRecords in interface QueryOrBuilder
      Returns:
      Whether the contractGetRecords field is set.
    • getContractGetRecords

      @Deprecated public ContractGetRecordsQuery getContractGetRecords()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get Records of a smart contract.
       
      .proto.ContractGetRecordsQuery ContractGetRecords = 6 [deprecated = true];
      Specified by:
      getContractGetRecords in interface QueryOrBuilder
      Returns:
      The contractGetRecords.
    • hasCryptogetAccountBalance

      public boolean hasCryptogetAccountBalance()
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
      Specified by:
      hasCryptogetAccountBalance in interface QueryOrBuilder
      Returns:
      Whether the cryptogetAccountBalance field is set.
    • getCryptogetAccountBalance

      public CryptoGetAccountBalanceQuery getCryptogetAccountBalance()
       *
       Get the current HBAR balance of an Hedera account or smart contract.
       
      .proto.CryptoGetAccountBalanceQuery cryptogetAccountBalance = 7;
      Specified by:
      getCryptogetAccountBalance in interface QueryOrBuilder
      Returns:
      The cryptogetAccountBalance.
    • hasCryptoGetAccountRecords

      public boolean hasCryptoGetAccountRecords()
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
      Specified by:
      hasCryptoGetAccountRecords in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetAccountRecords field is set.
    • getCryptoGetAccountRecords

      public CryptoGetAccountRecordsQuery getCryptoGetAccountRecords()
       *
       Get records of all "recent" transactions for which a specified
       account is the effective payer.
       
      .proto.CryptoGetAccountRecordsQuery cryptoGetAccountRecords = 8;
      Specified by:
      getCryptoGetAccountRecords in interface QueryOrBuilder
      Returns:
      The cryptoGetAccountRecords.
    • hasCryptoGetInfo

      public boolean hasCryptoGetInfo()
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
      Specified by:
      hasCryptoGetInfo in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetInfo field is set.
    • getCryptoGetInfo

      public CryptoGetInfoQuery getCryptoGetInfo()
       *
       Get information about an account, including the balance.<br/>
       This does not get the list of account records.
       
      .proto.CryptoGetInfoQuery cryptoGetInfo = 9;
      Specified by:
      getCryptoGetInfo in interface QueryOrBuilder
      Returns:
      The cryptoGetInfo.
    • hasCryptoGetLiveHash

      @Deprecated public boolean hasCryptoGetLiveHash()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
      Specified by:
      hasCryptoGetLiveHash in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetLiveHash field is set.
    • getCryptoGetLiveHash

      @Deprecated public CryptoGetLiveHashQuery getCryptoGetLiveHash()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a single livehash from a single account, if present.
       
      .proto.CryptoGetLiveHashQuery cryptoGetLiveHash = 10 [deprecated = true];
      Specified by:
      getCryptoGetLiveHash in interface QueryOrBuilder
      Returns:
      The cryptoGetLiveHash.
    • hasCryptoGetProxyStakers

      @Deprecated public boolean hasCryptoGetProxyStakers()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
      Specified by:
      hasCryptoGetProxyStakers in interface QueryOrBuilder
      Returns:
      Whether the cryptoGetProxyStakers field is set.
    • getCryptoGetProxyStakers

      @Deprecated public CryptoGetStakersQuery getCryptoGetProxyStakers()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get all the accounts that are proxy staking to this account.
       
      .proto.CryptoGetStakersQuery cryptoGetProxyStakers = 11 [deprecated = true];
      Specified by:
      getCryptoGetProxyStakers in interface QueryOrBuilder
      Returns:
      The cryptoGetProxyStakers.
    • hasFileGetContents

      public boolean hasFileGetContents()
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
      Specified by:
      hasFileGetContents in interface QueryOrBuilder
      Returns:
      Whether the fileGetContents field is set.
    • getFileGetContents

      public FileGetContentsQuery getFileGetContents()
       *
       Get the content of a file.
       
      .proto.FileGetContentsQuery fileGetContents = 12;
      Specified by:
      getFileGetContents in interface QueryOrBuilder
      Returns:
      The fileGetContents.
    • hasFileGetInfo

      public boolean hasFileGetInfo()
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
      Specified by:
      hasFileGetInfo in interface QueryOrBuilder
      Returns:
      Whether the fileGetInfo field is set.
    • getFileGetInfo

      public FileGetInfoQuery getFileGetInfo()
       *
       Get metadata for a file.
       
      .proto.FileGetInfoQuery fileGetInfo = 13;
      Specified by:
      getFileGetInfo in interface QueryOrBuilder
      Returns:
      The fileGetInfo.
    • hasTransactionGetReceipt

      public boolean hasTransactionGetReceipt()
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
      Specified by:
      hasTransactionGetReceipt in interface QueryOrBuilder
      Returns:
      Whether the transactionGetReceipt field is set.
    • getTransactionGetReceipt

      public TransactionGetReceiptQuery getTransactionGetReceipt()
       *
       Get a receipt for a transaction.<br/>
       This only returns a receipt if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetReceiptQuery transactionGetReceipt = 14;
      Specified by:
      getTransactionGetReceipt in interface QueryOrBuilder
      Returns:
      The transactionGetReceipt.
    • hasTransactionGetRecord

      public boolean hasTransactionGetRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
      Specified by:
      hasTransactionGetRecord in interface QueryOrBuilder
      Returns:
      Whether the transactionGetRecord field is set.
    • getTransactionGetRecord

      public TransactionGetRecordQuery getTransactionGetRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "available", which
       is typically within the previous 1 hour.
       
      .proto.TransactionGetRecordQuery transactionGetRecord = 15;
      Specified by:
      getTransactionGetRecord in interface QueryOrBuilder
      Returns:
      The transactionGetRecord.
    • hasTransactionGetFastRecord

      public boolean hasTransactionGetFastRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
      Specified by:
      hasTransactionGetFastRecord in interface QueryOrBuilder
      Returns:
      Whether the transactionGetFastRecord field is set.
    • getTransactionGetFastRecord

      public TransactionGetFastRecordQuery getTransactionGetFastRecord()
       *
       Get a record for a transaction.
       This only returns a record if the transaction is "recent", which
       is typically within the previous 180 seconds (3 minutes).
       
      .proto.TransactionGetFastRecordQuery transactionGetFastRecord = 16;
      Specified by:
      getTransactionGetFastRecord in interface QueryOrBuilder
      Returns:
      The transactionGetFastRecord.
    • hasConsensusGetTopicInfo

      public boolean hasConsensusGetTopicInfo()
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
      Specified by:
      hasConsensusGetTopicInfo in interface QueryOrBuilder
      Returns:
      Whether the consensusGetTopicInfo field is set.
    • getConsensusGetTopicInfo

      public ConsensusGetTopicInfoQuery getConsensusGetTopicInfo()
       *
       Get metadata for a consensus topic.
       
      .proto.ConsensusGetTopicInfoQuery consensusGetTopicInfo = 50;
      Specified by:
      getConsensusGetTopicInfo in interface QueryOrBuilder
      Returns:
      The consensusGetTopicInfo.
    • hasNetworkGetVersionInfo

      public boolean hasNetworkGetVersionInfo()
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
      Specified by:
      hasNetworkGetVersionInfo in interface QueryOrBuilder
      Returns:
      Whether the networkGetVersionInfo field is set.
    • getNetworkGetVersionInfo

      public NetworkGetVersionInfoQuery getNetworkGetVersionInfo()
       *
       Get the versions of Hedera Services and the HAPI API deployed on
       the responding consensus node.
       
      .proto.NetworkGetVersionInfoQuery networkGetVersionInfo = 51;
      Specified by:
      getNetworkGetVersionInfo in interface QueryOrBuilder
      Returns:
      The networkGetVersionInfo.
    • hasTokenGetInfo

      public boolean hasTokenGetInfo()
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
      Specified by:
      hasTokenGetInfo in interface QueryOrBuilder
      Returns:
      Whether the tokenGetInfo field is set.
    • getTokenGetInfo

      public TokenGetInfoQuery getTokenGetInfo()
       *
       Get metadata for a token.
       
      .proto.TokenGetInfoQuery tokenGetInfo = 52;
      Specified by:
      getTokenGetInfo in interface QueryOrBuilder
      Returns:
      The tokenGetInfo.
    • hasScheduleGetInfo

      public boolean hasScheduleGetInfo()
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
      Specified by:
      hasScheduleGetInfo in interface QueryOrBuilder
      Returns:
      Whether the scheduleGetInfo field is set.
    • getScheduleGetInfo

      public ScheduleGetInfoQuery getScheduleGetInfo()
       *
       Get metadata for a schedule.<br/>
       A schedule is a request to execute a transaction at a future
       time.
       
      .proto.ScheduleGetInfoQuery scheduleGetInfo = 53;
      Specified by:
      getScheduleGetInfo in interface QueryOrBuilder
      Returns:
      The scheduleGetInfo.
    • hasTokenGetAccountNftInfos

      @Deprecated public boolean hasTokenGetAccountNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
      Specified by:
      hasTokenGetAccountNftInfos in interface QueryOrBuilder
      Returns:
      Whether the tokenGetAccountNftInfos field is set.
    • getTokenGetAccountNftInfos

      @Deprecated public TokenGetAccountNftInfosQuery getTokenGetAccountNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get a list of non-fungible/unique tokens associated with an account.
       
      .proto.TokenGetAccountNftInfosQuery tokenGetAccountNftInfos = 54 [deprecated = true];
      Specified by:
      getTokenGetAccountNftInfos in interface QueryOrBuilder
      Returns:
      The tokenGetAccountNftInfos.
    • hasTokenGetNftInfo

      public boolean hasTokenGetNftInfo()
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
      Specified by:
      hasTokenGetNftInfo in interface QueryOrBuilder
      Returns:
      Whether the tokenGetNftInfo field is set.
    • getTokenGetNftInfo

      public TokenGetNftInfoQuery getTokenGetNftInfo()
       *
       Get metadata for a specific, serial numbered, non-fungible/unique
       token (NFT).
       
      .proto.TokenGetNftInfoQuery tokenGetNftInfo = 55;
      Specified by:
      getTokenGetNftInfo in interface QueryOrBuilder
      Returns:
      The tokenGetNftInfo.
    • hasTokenGetNftInfos

      @Deprecated public boolean hasTokenGetNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
      Specified by:
      hasTokenGetNftInfos in interface QueryOrBuilder
      Returns:
      Whether the tokenGetNftInfos field is set.
    • getTokenGetNftInfos

      @Deprecated public TokenGetNftInfosQuery getTokenGetNftInfos()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get metadata for all non-fungible/unique tokens (NFTs) of a single
       type within a range of indices (0-based count of minted tokens).
       
      .proto.TokenGetNftInfosQuery tokenGetNftInfos = 56 [deprecated = true];
      Specified by:
      getTokenGetNftInfos in interface QueryOrBuilder
      Returns:
      The tokenGetNftInfos.
    • hasNetworkGetExecutionTime

      @Deprecated public boolean hasNetworkGetExecutionTime()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
      Specified by:
      hasNetworkGetExecutionTime in interface QueryOrBuilder
      Returns:
      Whether the networkGetExecutionTime field is set.
    • getNetworkGetExecutionTime

      @Deprecated public NetworkGetExecutionTimeQuery getNetworkGetExecutionTime()
      Deprecated.
       *
       This query is unsupported and SHALL fail.<br/>
       Requests for this information MUST be directed to a mirror node.
       <p>
       Get the execution time for a recent transaction.
       
      .proto.NetworkGetExecutionTimeQuery networkGetExecutionTime = 57 [deprecated = true];
      Specified by:
      getNetworkGetExecutionTime in interface QueryOrBuilder
      Returns:
      The networkGetExecutionTime.
    • hasAccountDetails

      public boolean hasAccountDetails()
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
      Specified by:
      hasAccountDetails in interface QueryOrBuilder
      Returns:
      Whether the accountDetails field is set.
    • getAccountDetails

      public GetAccountDetailsQuery getAccountDetails()
       *
       Get detail metadata for an account.
       
      .proto.GetAccountDetailsQuery accountDetails = 58;
      Specified by:
      getAccountDetails in interface QueryOrBuilder
      Returns:
      The accountDetails.
    • parseFrom

      public static Query parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Query parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Query parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Query parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Query parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Query parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Query parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Query.Builder newBuilder()
    • newBuilder

      public static Query.Builder newBuilder(Query prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Query,Query.Builder>
    • getDefaultInstance

      public static Query getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Query> parser()