com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeQueryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: network_get_execution_time.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder>
getTransactionIdsOrBuilderList();
/**
*
**
* The id(s) of the transactions to get the execution time(s) of
*
*
* repeated .proto.TransactionID transaction_ids = 2;
*/
com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder getTransactionIdsOrBuilder(
int index);
}