com.hederahashgraph.api.proto.java.NetworkGetExecutionTimeResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: network_get_execution_time.proto
package com.hederahashgraph.api.proto.java;
public interface NetworkGetExecutionTimeResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NetworkGetExecutionTimeResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The execution time(s) of the requested TransactionIDs, if available
*
*
* repeated uint64 execution_times = 2;
* @return A list containing the executionTimes.
*/
java.util.List getExecutionTimesList();
/**
*
**
* The execution time(s) of the requested TransactionIDs, if available
*
*
* repeated uint64 execution_times = 2;
* @return The count of executionTimes.
*/
int getExecutionTimesCount();
/**
*
**
* The execution time(s) of the requested TransactionIDs, if available
*
*
* repeated uint64 execution_times = 2;
* @param index The index of the element to return.
* @return The executionTimes at the given index.
*/
long getExecutionTimes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy