com.hederahashgraph.api.proto.java.TopicOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/consensus/topic.proto
package com.hederahashgraph.api.proto.java;
public final class TopicOuterClass {
private TopicOuterClass() {}
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_Topic_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Topic_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\033state/consensus/topic.proto\022\005proto\032\021ba" +
"sic_types.proto\"\235\002\n\005Topic\022 \n\010topic_id\030\001 " +
"\001(\0132\016.proto.TopicID\022\027\n\017sequence_number\030\002" +
" \001(\003\022\031\n\021expiration_second\030\003 \001(\003\022\031\n\021auto_" +
"renew_period\030\004 \001(\003\022/\n\025auto_renew_account" +
"_id\030\005 \001(\0132\020.proto.AccountID\022\017\n\007deleted\030\006" +
" \001(\010\022\024\n\014running_hash\030\007 \001(\014\022\014\n\004memo\030\010 \001(\t" +
"\022\035\n\tadmin_key\030\t \001(\0132\n.proto.Key\022\036\n\nsubmi" +
"t_key\030\n \001(\0132\n.proto.KeyB&\n\"com.hederahas" +
"hgraph.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(),
});
internal_static_proto_Topic_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Topic_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Topic_descriptor,
new java.lang.String[] { "TopicId", "SequenceNumber", "ExpirationSecond", "AutoRenewPeriod", "AutoRenewAccountId", "Deleted", "RunningHash", "Memo", "AdminKey", "SubmitKey", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}