Class Response.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Response,Response.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Response,Response.Builder>
com.hedera.hashgraph.sdk.proto.Response.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, ResponseOrBuilder, Cloneable
Enclosing class:
Response

public static final class Response.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Response,Response.Builder> implements ResponseOrBuilder
 *
 A single query response.

 Each query MUST define its specific response type.<br/>
 Each query response MUST include both the information request and a
 `ResponseHeader`.<br/>
 All possible query response types MUST be listed here in a `oneof`.
 
Protobuf type proto.Response
  • Method Details

    • getResponseCase

      public Response.ResponseCase getResponseCase()
      Specified by:
      getResponseCase in interface ResponseOrBuilder
    • clearResponse

      public Response.Builder clearResponse()
    • hasGetByKey

      public 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;
      Specified by:
      hasGetByKey in interface ResponseOrBuilder
      Returns:
      Whether the getByKey field is set.
    • getGetByKey

      public 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;
      Specified by:
      getGetByKey in interface ResponseOrBuilder
      Returns:
      The getByKey.
    • setGetByKey

      public Response.Builder setGetByKey(GetByKeyResponse value)
       *
       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;
    • setGetByKey

      public Response.Builder setGetByKey(GetByKeyResponse.Builder builderForValue)
       *
       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;
    • mergeGetByKey

      public Response.Builder mergeGetByKey(GetByKeyResponse value)
       *
       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;
    • clearGetByKey

      public Response.Builder clearGetByKey()
       *
       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;
    • hasGetBySolidityID

      public 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;
      Specified by:
      hasGetBySolidityID in interface ResponseOrBuilder
      Returns:
      Whether the getBySolidityID field is set.
    • getGetBySolidityID

      public 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;
      Specified by:
      getGetBySolidityID in interface ResponseOrBuilder
      Returns:
      The getBySolidityID.
    • setGetBySolidityID

      public Response.Builder setGetBySolidityID(GetBySolidityIDResponse value)
       *
       A response for a query requesting Contract, Account, and File
       identifiers for a smart contract, given a Solidity identifier.
       
      .proto.GetBySolidityIDResponse getBySolidityID = 2;
    • setGetBySolidityID

      public Response.Builder setGetBySolidityID(GetBySolidityIDResponse.Builder builderForValue)
       *
       A response for a query requesting Contract, Account, and File
       identifiers for a smart contract, given a Solidity identifier.
       
      .proto.GetBySolidityIDResponse getBySolidityID = 2;
    • mergeGetBySolidityID

      public Response.Builder mergeGetBySolidityID(GetBySolidityIDResponse value)
       *
       A response for a query requesting Contract, Account, and File
       identifiers for a smart contract, given a Solidity identifier.
       
      .proto.GetBySolidityIDResponse getBySolidityID = 2;
    • clearGetBySolidityID

      public Response.Builder clearGetBySolidityID()
       *
       A response for a query requesting Contract, Account, and File
       identifiers for a smart contract, given a Solidity identifier.
       
      .proto.GetBySolidityIDResponse getBySolidityID = 2;
    • hasContractCallLocal

      public 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;
      Specified by:
      hasContractCallLocal in interface ResponseOrBuilder
      Returns:
      Whether the contractCallLocal field is set.
    • getContractCallLocal

      public 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;
      Specified by:
      getContractCallLocal in interface ResponseOrBuilder
      Returns:
      The contractCallLocal.
    • setContractCallLocal

      public Response.Builder setContractCallLocal(ContractCallLocalResponse value)
       *
       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;
    • setContractCallLocal

      public Response.Builder setContractCallLocal(ContractCallLocalResponse.Builder builderForValue)
       *
       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;
    • mergeContractCallLocal

      public Response.Builder mergeContractCallLocal(ContractCallLocalResponse value)
       *
       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;
    • clearContractCallLocal

      public Response.Builder clearContractCallLocal()
       *
       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;
    • hasContractGetBytecodeResponse

      public boolean hasContractGetBytecodeResponse()
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
      Specified by:
      hasContractGetBytecodeResponse in interface ResponseOrBuilder
      Returns:
      Whether the contractGetBytecodeResponse field is set.
    • getContractGetBytecodeResponse

      public ContractGetBytecodeResponse getContractGetBytecodeResponse()
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
      Specified by:
      getContractGetBytecodeResponse in interface ResponseOrBuilder
      Returns:
      The contractGetBytecodeResponse.
    • setContractGetBytecodeResponse

      public Response.Builder setContractGetBytecodeResponse(ContractGetBytecodeResponse value)
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
    • setContractGetBytecodeResponse

      public Response.Builder setContractGetBytecodeResponse(ContractGetBytecodeResponse.Builder builderForValue)
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
    • mergeContractGetBytecodeResponse

      public Response.Builder mergeContractGetBytecodeResponse(ContractGetBytecodeResponse value)
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
    • clearContractGetBytecodeResponse

      public Response.Builder clearContractGetBytecodeResponse()
       *
       A response for a query requesting the current bytecode for
       a smart contract.
       
      .proto.ContractGetBytecodeResponse contractGetBytecodeResponse = 5;
    • hasContractGetInfo

      public boolean hasContractGetInfo()
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
      Specified by:
      hasContractGetInfo in interface ResponseOrBuilder
      Returns:
      Whether the contractGetInfo field is set.
    • getContractGetInfo

      public ContractGetInfoResponse getContractGetInfo()
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
      Specified by:
      getContractGetInfo in interface ResponseOrBuilder
      Returns:
      The contractGetInfo.
    • setContractGetInfo

      public Response.Builder setContractGetInfo(ContractGetInfoResponse value)
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
    • setContractGetInfo

      public Response.Builder setContractGetInfo(ContractGetInfoResponse.Builder builderForValue)
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
    • mergeContractGetInfo

      public Response.Builder mergeContractGetInfo(ContractGetInfoResponse value)
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
    • clearContractGetInfo

      public Response.Builder clearContractGetInfo()
       *
       A response for a query requesting detailed information about
       a smart contract.
       
      .proto.ContractGetInfoResponse contractGetInfo = 4;
    • hasContractGetRecordsResponse

      public 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;
      Specified by:
      hasContractGetRecordsResponse in interface ResponseOrBuilder
      Returns:
      Whether the contractGetRecordsResponse field is set.
    • getContractGetRecordsResponse

      public 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;
      Specified by:
      getContractGetRecordsResponse in interface ResponseOrBuilder
      Returns:
      The contractGetRecordsResponse.
    • setContractGetRecordsResponse

      public Response.Builder setContractGetRecordsResponse(ContractGetRecordsResponse value)
       *
       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;
    • setContractGetRecordsResponse

      public Response.Builder setContractGetRecordsResponse(ContractGetRecordsResponse.Builder builderForValue)
       *
       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;
    • mergeContractGetRecordsResponse

      public Response.Builder mergeContractGetRecordsResponse(ContractGetRecordsResponse value)
       *
       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;
    • clearContractGetRecordsResponse

      public Response.Builder clearContractGetRecordsResponse()
       *
       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;
    • hasCryptogetAccountBalance

      public boolean hasCryptogetAccountBalance()
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
      Specified by:
      hasCryptogetAccountBalance in interface ResponseOrBuilder
      Returns:
      Whether the cryptogetAccountBalance field is set.
    • getCryptogetAccountBalance

      public CryptoGetAccountBalanceResponse getCryptogetAccountBalance()
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
      Specified by:
      getCryptogetAccountBalance in interface ResponseOrBuilder
      Returns:
      The cryptogetAccountBalance.
    • setCryptogetAccountBalance

      public Response.Builder setCryptogetAccountBalance(CryptoGetAccountBalanceResponse value)
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
    • setCryptogetAccountBalance

      public Response.Builder setCryptogetAccountBalance(CryptoGetAccountBalanceResponse.Builder builderForValue)
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
    • mergeCryptogetAccountBalance

      public Response.Builder mergeCryptogetAccountBalance(CryptoGetAccountBalanceResponse value)
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
    • clearCryptogetAccountBalance

      public Response.Builder clearCryptogetAccountBalance()
       *
       A response for a query requesting the HBAR balance of an account
       or contract.
       
      .proto.CryptoGetAccountBalanceResponse cryptogetAccountBalance = 7;
    • hasCryptoGetAccountRecords

      public 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;
      Specified by:
      hasCryptoGetAccountRecords in interface ResponseOrBuilder
      Returns:
      Whether the cryptoGetAccountRecords field is set.
    • getCryptoGetAccountRecords

      public 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;
      Specified by:
      getCryptoGetAccountRecords in interface ResponseOrBuilder
      Returns:
      The cryptoGetAccountRecords.
    • setCryptoGetAccountRecords

      public Response.Builder setCryptoGetAccountRecords(CryptoGetAccountRecordsResponse value)
       *
       A response for a query requesting records of all "recent"
       transactions for which the specified account is the effective payer.
       
      .proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;
    • setCryptoGetAccountRecords

      public Response.Builder setCryptoGetAccountRecords(CryptoGetAccountRecordsResponse.Builder builderForValue)
       *
       A response for a query requesting records of all "recent"
       transactions for which the specified account is the effective payer.
       
      .proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;
    • mergeCryptoGetAccountRecords

      public Response.Builder mergeCryptoGetAccountRecords(CryptoGetAccountRecordsResponse value)
       *
       A response for a query requesting records of all "recent"
       transactions for which the specified account is the effective payer.
       
      .proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;
    • clearCryptoGetAccountRecords

      public Response.Builder clearCryptoGetAccountRecords()
       *
       A response for a query requesting records of all "recent"
       transactions for which the specified account is the effective payer.
       
      .proto.CryptoGetAccountRecordsResponse cryptoGetAccountRecords = 8;
    • hasCryptoGetInfo

      public 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;
      Specified by:
      hasCryptoGetInfo in interface ResponseOrBuilder
      Returns:
      Whether the cryptoGetInfo field is set.
    • getCryptoGetInfo

      public 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;
      Specified by:
      getCryptoGetInfo in interface ResponseOrBuilder
      Returns:
      The cryptoGetInfo.
    • setCryptoGetInfo

      public Response.Builder setCryptoGetInfo(CryptoGetInfoResponse value)
       *
       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;
    • setCryptoGetInfo

      public Response.Builder setCryptoGetInfo(CryptoGetInfoResponse.Builder builderForValue)
       *
       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;
    • mergeCryptoGetInfo

      public Response.Builder mergeCryptoGetInfo(CryptoGetInfoResponse value)
       *
       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;
    • clearCryptoGetInfo

      public Response.Builder clearCryptoGetInfo()
       *
       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;
    • hasCryptoGetLiveHash

      public 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;
      Specified by:
      hasCryptoGetLiveHash in interface ResponseOrBuilder
      Returns:
      Whether the cryptoGetLiveHash field is set.
    • getCryptoGetLiveHash

      public 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;
      Specified by:
      getCryptoGetLiveHash in interface ResponseOrBuilder
      Returns:
      The cryptoGetLiveHash.
    • setCryptoGetLiveHash

      public Response.Builder setCryptoGetLiveHash(CryptoGetLiveHashResponse value)
       *
       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;
    • setCryptoGetLiveHash

      public Response.Builder setCryptoGetLiveHash(CryptoGetLiveHashResponse.Builder builderForValue)
       *
       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;
    • mergeCryptoGetLiveHash

      public Response.Builder mergeCryptoGetLiveHash(CryptoGetLiveHashResponse value)
       *
       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;
    • clearCryptoGetLiveHash

      public Response.Builder clearCryptoGetLiveHash()
       *
       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;
    • hasCryptoGetProxyStakers

      public 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;
      Specified by:
      hasCryptoGetProxyStakers in interface ResponseOrBuilder
      Returns:
      Whether the cryptoGetProxyStakers field is set.
    • getCryptoGetProxyStakers

      public 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;
      Specified by:
      getCryptoGetProxyStakers in interface ResponseOrBuilder
      Returns:
      The cryptoGetProxyStakers.
    • setCryptoGetProxyStakers

      public Response.Builder setCryptoGetProxyStakers(CryptoGetStakersResponse value)
       *
       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;
    • setCryptoGetProxyStakers

      public Response.Builder setCryptoGetProxyStakers(CryptoGetStakersResponse.Builder builderForValue)
       *
       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;
    • mergeCryptoGetProxyStakers

      public Response.Builder mergeCryptoGetProxyStakers(CryptoGetStakersResponse value)
       *
       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;
    • clearCryptoGetProxyStakers

      public Response.Builder clearCryptoGetProxyStakers()
       *
       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;
    • hasFileGetContents

      public boolean hasFileGetContents()
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
      Specified by:
      hasFileGetContents in interface ResponseOrBuilder
      Returns:
      Whether the fileGetContents field is set.
    • getFileGetContents

      public FileGetContentsResponse getFileGetContents()
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
      Specified by:
      getFileGetContents in interface ResponseOrBuilder
      Returns:
      The fileGetContents.
    • setFileGetContents

      public Response.Builder setFileGetContents(FileGetContentsResponse value)
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
    • setFileGetContents

      public Response.Builder setFileGetContents(FileGetContentsResponse.Builder builderForValue)
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
    • mergeFileGetContents

      public Response.Builder mergeFileGetContents(FileGetContentsResponse value)
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
    • clearFileGetContents

      public Response.Builder clearFileGetContents()
       *
       A response for a query requesting the content of a file in the
       Hedera File Service (HFS).
       
      .proto.FileGetContentsResponse fileGetContents = 12;
    • hasFileGetInfo

      public boolean hasFileGetInfo()
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
      Specified by:
      hasFileGetInfo in interface ResponseOrBuilder
      Returns:
      Whether the fileGetInfo field is set.
    • getFileGetInfo

      public FileGetInfoResponse getFileGetInfo()
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
      Specified by:
      getFileGetInfo in interface ResponseOrBuilder
      Returns:
      The fileGetInfo.
    • setFileGetInfo

      public Response.Builder setFileGetInfo(FileGetInfoResponse value)
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
    • setFileGetInfo

      public Response.Builder setFileGetInfo(FileGetInfoResponse.Builder builderForValue)
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
    • mergeFileGetInfo

      public Response.Builder mergeFileGetInfo(FileGetInfoResponse value)
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
    • clearFileGetInfo

      public Response.Builder clearFileGetInfo()
       *
       A response for a query requesting file metadata from the
       Hedera File Service (HFS).
       
      .proto.FileGetInfoResponse fileGetInfo = 13;
    • hasTransactionGetReceipt

      public boolean hasTransactionGetReceipt()
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
      Specified by:
      hasTransactionGetReceipt in interface ResponseOrBuilder
      Returns:
      Whether the transactionGetReceipt field is set.
    • getTransactionGetReceipt

      public TransactionGetReceiptResponse getTransactionGetReceipt()
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
      Specified by:
      getTransactionGetReceipt in interface ResponseOrBuilder
      Returns:
      The transactionGetReceipt.
    • setTransactionGetReceipt

      public Response.Builder setTransactionGetReceipt(TransactionGetReceiptResponse value)
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
    • setTransactionGetReceipt

      public Response.Builder setTransactionGetReceipt(TransactionGetReceiptResponse.Builder builderForValue)
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
    • mergeTransactionGetReceipt

      public Response.Builder mergeTransactionGetReceipt(TransactionGetReceiptResponse value)
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
    • clearTransactionGetReceipt

      public Response.Builder clearTransactionGetReceipt()
       *
       A response for a query requesting the post-consensus (final)
       result of a transaction.
       
      .proto.TransactionGetReceiptResponse transactionGetReceipt = 14;
    • hasTransactionGetRecord

      public boolean hasTransactionGetRecord()
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
      Specified by:
      hasTransactionGetRecord in interface ResponseOrBuilder
      Returns:
      Whether the transactionGetRecord field is set.
    • getTransactionGetRecord

      public TransactionGetRecordResponse getTransactionGetRecord()
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
      Specified by:
      getTransactionGetRecord in interface ResponseOrBuilder
      Returns:
      The transactionGetRecord.
    • setTransactionGetRecord

      public Response.Builder setTransactionGetRecord(TransactionGetRecordResponse value)
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
    • setTransactionGetRecord

      public Response.Builder setTransactionGetRecord(TransactionGetRecordResponse.Builder builderForValue)
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
    • mergeTransactionGetRecord

      public Response.Builder mergeTransactionGetRecord(TransactionGetRecordResponse value)
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
    • clearTransactionGetRecord

      public Response.Builder clearTransactionGetRecord()
       *
       A response for a query requesting a transaction record; the detail
       changes completed in response to a transaction.
       
      .proto.TransactionGetRecordResponse transactionGetRecord = 15;
    • hasTransactionGetFastRecord

      public boolean hasTransactionGetFastRecord()
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
      Specified by:
      hasTransactionGetFastRecord in interface ResponseOrBuilder
      Returns:
      Whether the transactionGetFastRecord field is set.
    • getTransactionGetFastRecord

      public TransactionGetFastRecordResponse getTransactionGetFastRecord()
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
      Specified by:
      getTransactionGetFastRecord in interface ResponseOrBuilder
      Returns:
      The transactionGetFastRecord.
    • setTransactionGetFastRecord

      public Response.Builder setTransactionGetFastRecord(TransactionGetFastRecordResponse value)
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
    • setTransactionGetFastRecord

      public Response.Builder setTransactionGetFastRecord(TransactionGetFastRecordResponse.Builder builderForValue)
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
    • mergeTransactionGetFastRecord

      public Response.Builder mergeTransactionGetFastRecord(TransactionGetFastRecordResponse value)
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
    • clearTransactionGetFastRecord

      public Response.Builder clearTransactionGetFastRecord()
       *
       A response for a query requesting a very recent transaction record.
       <p>
       > This query is no longer supported.
       
      .proto.TransactionGetFastRecordResponse transactionGetFastRecord = 16;
    • hasConsensusGetTopicInfo

      public boolean hasConsensusGetTopicInfo()
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
      Specified by:
      hasConsensusGetTopicInfo in interface ResponseOrBuilder
      Returns:
      Whether the consensusGetTopicInfo field is set.
    • getConsensusGetTopicInfo

      public ConsensusGetTopicInfoResponse getConsensusGetTopicInfo()
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
      Specified by:
      getConsensusGetTopicInfo in interface ResponseOrBuilder
      Returns:
      The consensusGetTopicInfo.
    • setConsensusGetTopicInfo

      public Response.Builder setConsensusGetTopicInfo(ConsensusGetTopicInfoResponse value)
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
    • setConsensusGetTopicInfo

      public Response.Builder setConsensusGetTopicInfo(ConsensusGetTopicInfoResponse.Builder builderForValue)
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
    • mergeConsensusGetTopicInfo

      public Response.Builder mergeConsensusGetTopicInfo(ConsensusGetTopicInfoResponse value)
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
    • clearConsensusGetTopicInfo

      public Response.Builder clearConsensusGetTopicInfo()
       *
       A response for a query requesting the current state of a topic for
       the Hedera Consensus Service (HCS).
       
      .proto.ConsensusGetTopicInfoResponse consensusGetTopicInfo = 150;
    • hasNetworkGetVersionInfo

      public 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;
      Specified by:
      hasNetworkGetVersionInfo in interface ResponseOrBuilder
      Returns:
      Whether the networkGetVersionInfo field is set.
    • getNetworkGetVersionInfo

      public 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;
      Specified by:
      getNetworkGetVersionInfo in interface ResponseOrBuilder
      Returns:
      The networkGetVersionInfo.
    • setNetworkGetVersionInfo

      public Response.Builder setNetworkGetVersionInfo(NetworkGetVersionInfoResponse value)
       *
       A response for a query requesting the deployed versions of Hedera
       Services and the API definitions in semantic version format
       
      .proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;
    • setNetworkGetVersionInfo

      public Response.Builder setNetworkGetVersionInfo(NetworkGetVersionInfoResponse.Builder builderForValue)
       *
       A response for a query requesting the deployed versions of Hedera
       Services and the API definitions in semantic version format
       
      .proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;
    • mergeNetworkGetVersionInfo

      public Response.Builder mergeNetworkGetVersionInfo(NetworkGetVersionInfoResponse value)
       *
       A response for a query requesting the deployed versions of Hedera
       Services and the API definitions in semantic version format
       
      .proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;
    • clearNetworkGetVersionInfo

      public Response.Builder clearNetworkGetVersionInfo()
       *
       A response for a query requesting the deployed versions of Hedera
       Services and the API definitions in semantic version format
       
      .proto.NetworkGetVersionInfoResponse networkGetVersionInfo = 151;
    • hasTokenGetInfo

      public boolean hasTokenGetInfo()
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
      Specified by:
      hasTokenGetInfo in interface ResponseOrBuilder
      Returns:
      Whether the tokenGetInfo field is set.
    • getTokenGetInfo

      public TokenGetInfoResponse getTokenGetInfo()
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
      Specified by:
      getTokenGetInfo in interface ResponseOrBuilder
      Returns:
      The tokenGetInfo.
    • setTokenGetInfo

      public Response.Builder setTokenGetInfo(TokenGetInfoResponse value)
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
    • setTokenGetInfo

      public Response.Builder setTokenGetInfo(TokenGetInfoResponse.Builder builderForValue)
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
    • mergeTokenGetInfo

      public Response.Builder mergeTokenGetInfo(TokenGetInfoResponse value)
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
    • clearTokenGetInfo

      public Response.Builder clearTokenGetInfo()
       *
       A response for a query requesting metadata for a specific Token.
       
      .proto.TokenGetInfoResponse tokenGetInfo = 152;
    • hasScheduleGetInfo

      public boolean hasScheduleGetInfo()
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
      Specified by:
      hasScheduleGetInfo in interface ResponseOrBuilder
      Returns:
      Whether the scheduleGetInfo field is set.
    • getScheduleGetInfo

      public ScheduleGetInfoResponse getScheduleGetInfo()
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
      Specified by:
      getScheduleGetInfo in interface ResponseOrBuilder
      Returns:
      The scheduleGetInfo.
    • setScheduleGetInfo

      public Response.Builder setScheduleGetInfo(ScheduleGetInfoResponse value)
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
    • setScheduleGetInfo

      public Response.Builder setScheduleGetInfo(ScheduleGetInfoResponse.Builder builderForValue)
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
    • mergeScheduleGetInfo

      public Response.Builder mergeScheduleGetInfo(ScheduleGetInfoResponse value)
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
    • clearScheduleGetInfo

      public Response.Builder clearScheduleGetInfo()
       *
       A response for a query requesting detail for a scheduled transaction.
       
      .proto.ScheduleGetInfoResponse scheduleGetInfo = 153;
    • hasTokenGetAccountNftInfos

      public 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;
      Specified by:
      hasTokenGetAccountNftInfos in interface ResponseOrBuilder
      Returns:
      Whether the tokenGetAccountNftInfos field is set.
    • getTokenGetAccountNftInfos

      public 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;
      Specified by:
      getTokenGetAccountNftInfos in interface ResponseOrBuilder
      Returns:
      The tokenGetAccountNftInfos.
    • setTokenGetAccountNftInfos

      public Response.Builder setTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse value)
       *
       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;
    • setTokenGetAccountNftInfos

      public Response.Builder setTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse.Builder builderForValue)
       *
       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;
    • mergeTokenGetAccountNftInfos

      public Response.Builder mergeTokenGetAccountNftInfos(TokenGetAccountNftInfosResponse value)
       *
       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;
    • clearTokenGetAccountNftInfos

      public Response.Builder clearTokenGetAccountNftInfos()
       *
       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;
    • hasTokenGetNftInfo

      public 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;
      Specified by:
      hasTokenGetNftInfo in interface ResponseOrBuilder
      Returns:
      Whether the tokenGetNftInfo field is set.
    • getTokenGetNftInfo

      public 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;
      Specified by:
      getTokenGetNftInfo in interface ResponseOrBuilder
      Returns:
      The tokenGetNftInfo.
    • setTokenGetNftInfo

      public Response.Builder setTokenGetNftInfo(TokenGetNftInfoResponse value)
       *
       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;
    • setTokenGetNftInfo

      public Response.Builder setTokenGetNftInfo(TokenGetNftInfoResponse.Builder builderForValue)
       *
       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;
    • mergeTokenGetNftInfo

      public Response.Builder mergeTokenGetNftInfo(TokenGetNftInfoResponse value)
       *
       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;
    • clearTokenGetNftInfo

      public Response.Builder clearTokenGetNftInfo()
       *
       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;
    • hasTokenGetNftInfos

      public 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;
      Specified by:
      hasTokenGetNftInfos in interface ResponseOrBuilder
      Returns:
      Whether the tokenGetNftInfos field is set.
    • getTokenGetNftInfos

      public 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;
      Specified by:
      getTokenGetNftInfos in interface ResponseOrBuilder
      Returns:
      The tokenGetNftInfos.
    • setTokenGetNftInfos

      public Response.Builder setTokenGetNftInfos(TokenGetNftInfosResponse value)
       *
       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;
    • setTokenGetNftInfos

      public Response.Builder setTokenGetNftInfos(TokenGetNftInfosResponse.Builder builderForValue)
       *
       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;
    • mergeTokenGetNftInfos

      public Response.Builder mergeTokenGetNftInfos(TokenGetNftInfosResponse value)
       *
       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;
    • clearTokenGetNftInfos

      public Response.Builder clearTokenGetNftInfos()
       *
       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;
    • hasNetworkGetExecutionTime

      public 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;
      Specified by:
      hasNetworkGetExecutionTime in interface ResponseOrBuilder
      Returns:
      Whether the networkGetExecutionTime field is set.
    • getNetworkGetExecutionTime

      public 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;
      Specified by:
      getNetworkGetExecutionTime in interface ResponseOrBuilder
      Returns:
      The networkGetExecutionTime.
    • setNetworkGetExecutionTime

      public Response.Builder setNetworkGetExecutionTime(NetworkGetExecutionTimeResponse value)
       *
       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;
    • setNetworkGetExecutionTime

      public Response.Builder setNetworkGetExecutionTime(NetworkGetExecutionTimeResponse.Builder builderForValue)
       *
       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;
    • mergeNetworkGetExecutionTime

      public Response.Builder mergeNetworkGetExecutionTime(NetworkGetExecutionTimeResponse value)
       *
       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;
    • clearNetworkGetExecutionTime

      public Response.Builder clearNetworkGetExecutionTime()
       *
       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;
    • hasAccountDetails

      public 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;
      Specified by:
      hasAccountDetails in interface ResponseOrBuilder
      Returns:
      Whether the accountDetails field is set.
    • getAccountDetails

      public 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;
      Specified by:
      getAccountDetails in interface ResponseOrBuilder
      Returns:
      The accountDetails.
    • setAccountDetails

      public Response.Builder setAccountDetails(GetAccountDetailsResponse value)
       *
       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;
    • setAccountDetails

      public Response.Builder setAccountDetails(GetAccountDetailsResponse.Builder builderForValue)
       *
       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;
    • mergeAccountDetails

      public Response.Builder mergeAccountDetails(GetAccountDetailsResponse value)
       *
       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;
    • clearAccountDetails

      public Response.Builder clearAccountDetails()
       *
       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;