com.hederahashgraph.service.proto.java.ConsensusServiceOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_service.proto
package com.hederahashgraph.service.proto.java;
public final class ConsensusServiceOuterClass {
private ConsensusServiceOuterClass() {}
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\027consensus_service.proto\022\005proto\032\013query." +
"proto\032\016response.proto\032\032transaction_respo" +
"nse.proto\032\021transaction.proto2\277\002\n\020Consens" +
"usService\022=\n\013createTopic\022\022.proto.Transac" +
"tion\032\032.proto.TransactionResponse\022=\n\013upda" +
"teTopic\022\022.proto.Transaction\032\032.proto.Tran" +
"sactionResponse\022=\n\013deleteTopic\022\022.proto.T" +
"ransaction\032\032.proto.TransactionResponse\022-" +
"\n\014getTopicInfo\022\014.proto.Query\032\017.proto.Res" +
"ponse\022?\n\rsubmitMessage\022\022.proto.Transacti" +
"on\032\032.proto.TransactionResponseB(\n&com.he" +
"derahashgraph.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)
}