Interface NetworkGetExecutionTimeQueryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
NetworkGetExecutionTimeQuery, NetworkGetExecutionTimeQuery.Builder

@Generated @Deprecated public interface NetworkGetExecutionTimeQueryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
    getTransactionIds(int index)
    Deprecated.
    * A list of transaction identifiers to query.
    int
    Deprecated.
    * A list of transaction identifiers to query.
    Deprecated.
    * A list of transaction identifiers to query.
    boolean
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      QueryHeader getHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      The header.
    • getTransactionIdsList

      List<TransactionID> getTransactionIdsList()
      Deprecated.
       *
       A list of transaction identifiers to query.
       <p>
       All of the queried transaction identifiers MUST have execution time
       available. If any identifier does not have available execution time,
       the query SHALL fail with an `INVALID_TRANSACTION_ID` response.
       
      repeated .proto.TransactionID transaction_ids = 2;
    • getTransactionIds

      TransactionID getTransactionIds(int index)
      Deprecated.
       *
       A list of transaction identifiers to query.
       <p>
       All of the queried transaction identifiers MUST have execution time
       available. If any identifier does not have available execution time,
       the query SHALL fail with an `INVALID_TRANSACTION_ID` response.
       
      repeated .proto.TransactionID transaction_ids = 2;
    • getTransactionIdsCount

      int getTransactionIdsCount()
      Deprecated.
       *
       A list of transaction identifiers to query.
       <p>
       All of the queried transaction identifiers MUST have execution time
       available. If any identifier does not have available execution time,
       the query SHALL fail with an `INVALID_TRANSACTION_ID` response.
       
      repeated .proto.TransactionID transaction_ids = 2;