Interface NetworkGetExecutionTimeResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    getExecutionTimes(int index)
    Deprecated.
    * A list of execution times, in nanoseconds.
    int
    Deprecated.
    * A list of execution times, in nanoseconds.
    Deprecated.
    * A list of execution times, in nanoseconds.
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • getExecutionTimesList

      List<Long> getExecutionTimesList()
      Deprecated.
       *
       A list of execution times, in nanoseconds.
       <p>
       This list SHALL be in the same order as the transaction
       identifiers were presented in the query.
       
      repeated uint64 execution_times = 2;
      Returns:
      A list containing the executionTimes.
    • getExecutionTimesCount

      int getExecutionTimesCount()
      Deprecated.
       *
       A list of execution times, in nanoseconds.
       <p>
       This list SHALL be in the same order as the transaction
       identifiers were presented in the query.
       
      repeated uint64 execution_times = 2;
      Returns:
      The count of executionTimes.
    • getExecutionTimes

      long getExecutionTimes(int index)
      Deprecated.
       *
       A list of execution times, in nanoseconds.
       <p>
       This list SHALL be in the same order as the transaction
       identifiers were presented in the query.
       
      repeated uint64 execution_times = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The executionTimes at the given index.