com.hederahashgraph.service.proto.java.NetworkServiceOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: network_service.proto
package com.hederahashgraph.service.proto.java;
public final class NetworkServiceOuterClass {
private NetworkServiceOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\025network_service.proto\022\005proto\032\013query.pr" +
"oto\032\016response.proto\032\032transaction_respons" +
"e.proto\032\021transaction.proto2\353\001\n\016NetworkSe" +
"rvice\022/\n\016getVersionInfo\022\014.proto.Query\032\017." +
"proto.Response\0221\n\020getExecutionTime\022\014.pro" +
"to.Query\032\017.proto.Response\022A\n\017uncheckedSu" +
"bmit\022\022.proto.Transaction\032\032.proto.Transac" +
"tionResponse\0222\n\021getAccountDetails\022\014.prot" +
"o.Query\032\017.proto.ResponseB(\n&com.hederaha" +
"shgraph.service.proto.javab\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.QueryOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.TransactionResponseOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.TransactionOuterClass.getDescriptor(),
});
com.hederahashgraph.api.proto.java.QueryOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionResponseOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}