com.hederahashgraph.api.proto.java.NetworkGetExecutionTimeQueryOrBuilder 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 NetworkGetExecutionTimeQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NetworkGetExecutionTimeQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* standard info sent from client to node including the signed payment, and what kind of response
* is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* standard info sent from client to node including the signed payment, and what kind of response
* is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
**
* standard info sent from client to node including the signed payment, and what kind of response
* is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
java.util.List
getTransactionIdsList();
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
com.hederahashgraph.api.proto.java.TransactionID getTransactionIds(int index);
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
int getTransactionIdsCount();
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TransactionIDOrBuilder>
getTransactionIdsOrBuilderList();
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
com.hederahashgraph.api.proto.java.TransactionIDOrBuilder getTransactionIdsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy