com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_get_topic_info.proto
package com.hederahashgraph.api.proto.java;
public final class ConsensusGetTopicInfo {
private ConsensusGetTopicInfo() {}
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_ConsensusGetTopicInfoQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ConsensusGetTopicInfoQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ConsensusGetTopicInfoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ConsensusGetTopicInfoResponse_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\036consensus_get_topic_info.proto\022\005proto\032" +
"\021basic_types.proto\032\022query_header.proto\032\025" +
"response_header.proto\032\032consensus_topic_i" +
"nfo.proto\"a\n\032ConsensusGetTopicInfoQuery\022" +
"\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022\037\n\007t" +
"opicID\030\002 \001(\0132\016.proto.TopicID\"\225\001\n\035Consens" +
"usGetTopicInfoResponse\022%\n\006header\030\001 \001(\0132\025" +
".proto.ResponseHeader\022\037\n\007topicID\030\002 \001(\0132\016" +
".proto.TopicID\022,\n\ttopicInfo\030\005 \001(\0132\031.prot" +
"o.ConsensusTopicInfoB&\n\"com.hederahashgr" +
"aph.api.proto.javaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ConsensusTopicInfoOuterClass.getDescriptor(),
});
internal_static_proto_ConsensusGetTopicInfoQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ConsensusGetTopicInfoQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ConsensusGetTopicInfoQuery_descriptor,
new java.lang.String[] { "Header", "TopicID", });
internal_static_proto_ConsensusGetTopicInfoResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ConsensusGetTopicInfoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ConsensusGetTopicInfoResponse_descriptor,
new java.lang.String[] { "Header", "TopicID", "TopicInfo", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ConsensusTopicInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}