Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class NetworkGetExecutionTimeResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite<NetworkGetExecutionTimeResponse,NetworkGetExecutionTimeResponse.Builder>
com.google.protobuf.GeneratedMessageLite<NetworkGetExecutionTimeResponse,NetworkGetExecutionTimeResponse.Builder>
com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTimeResponse
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,NetworkGetExecutionTimeResponseOrBuilder
@Generated
@Deprecated
public final class NetworkGetExecutionTimeResponse
extends com.google.protobuf.GeneratedMessageLite<NetworkGetExecutionTimeResponse,NetworkGetExecutionTimeResponse.Builder>
implements NetworkGetExecutionTimeResponseOrBuilder
Deprecated.
* A response to a `networkGetExecutionTime` query.Protobuf type
proto.NetworkGetExecutionTimeResponse-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.* A response to a `networkGetExecutionTime` query.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.Deprecated.longgetExecutionTimes(int index) Deprecated.* A list of execution times, in nanoseconds.intDeprecated.* 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).booleanDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Deprecated.newBuilder(NetworkGetExecutionTimeResponse prototype) Deprecated.parseDelimitedFrom(InputStream input) Deprecated.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(byte[] data) Deprecated.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.ByteString data) Deprecated.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(InputStream input) Deprecated.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(ByteBuffer data) Deprecated.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<NetworkGetExecutionTimeResponse> parser()Deprecated.Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBERDeprecated.- See Also:
-
EXECUTION_TIMES_FIELD_NUMBER
public static final int EXECUTION_TIMES_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
hasHeader
public 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;- Specified by:
hasHeaderin interfaceNetworkGetExecutionTimeResponseOrBuilder- Returns:
- Whether the header field is set.
-
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;- Specified by:
getHeaderin interfaceNetworkGetExecutionTimeResponseOrBuilder- Returns:
- The header.
-
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;- Specified by:
getExecutionTimesListin interfaceNetworkGetExecutionTimeResponseOrBuilder- Returns:
- A list containing the executionTimes.
-
getExecutionTimesCount
public 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;- Specified by:
getExecutionTimesCountin interfaceNetworkGetExecutionTimeResponseOrBuilder- Returns:
- The count of executionTimes.
-
getExecutionTimes
public 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;- Specified by:
getExecutionTimesin interfaceNetworkGetExecutionTimeResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The executionTimes at the given index.
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static NetworkGetExecutionTimeResponse parseDelimitedFrom(InputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static NetworkGetExecutionTimeResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static NetworkGetExecutionTimeResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilder
Deprecated. -
newBuilder
public static NetworkGetExecutionTimeResponse.Builder newBuilder(NetworkGetExecutionTimeResponse prototype) Deprecated. -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<NetworkGetExecutionTimeResponse,NetworkGetExecutionTimeResponse.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-