com.hedera.hashgraph.sdk.proto.NetworkGetExecutionTime 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 final class NetworkGetExecutionTime {
private NetworkGetExecutionTime() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_NetworkGetExecutionTimeQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_NetworkGetExecutionTimeQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_NetworkGetExecutionTimeResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_NetworkGetExecutionTimeResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n network_get_execution_time.proto\022\005prot" +
"o\032\021basic_types.proto\032\022query_header.proto" +
"\032\025response_header.proto\"q\n\034NetworkGetExe" +
"cutionTimeQuery\022\"\n\006header\030\001 \001(\0132\022.proto." +
"QueryHeader\022-\n\017transaction_ids\030\002 \003(\0132\024.p" +
"roto.TransactionID\"a\n\037NetworkGetExecutio" +
"nTimeResponse\022%\n\006header\030\001 \001(\0132\025.proto.Re" +
"sponseHeader\022\027\n\017execution_times\030\002 \003(\004B\"\n" +
"\036com.hedera.hashgraph.sdk.protoP\001b\006proto" +
"3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_NetworkGetExecutionTimeQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_NetworkGetExecutionTimeQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_NetworkGetExecutionTimeQuery_descriptor,
new java.lang.String[] { "Header", "TransactionIds", });
internal_static_proto_NetworkGetExecutionTimeResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_NetworkGetExecutionTimeResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_NetworkGetExecutionTimeResponse_descriptor,
new java.lang.String[] { "Header", "ExecutionTimes", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}