com.hedera.hashgraph.sdk.proto.TopicOuterClass 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: topic.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\013topic.proto\022\005proto\032\021basic_types.proto\"" +
"\235\002\n\005Topic\022 \n\010topic_id\030\001 \001(\0132\016.proto.Topi" +
"cID\022\027\n\017sequence_number\030\002 \001(\003\022\031\n\021expirati" +
"on_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.prot" +
"o.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\nsubmit_key\030\n \001(\0132\n.pr" +
"oto.KeyB\"\n\036com.hedera.hashgraph.sdk.prot" +
"oP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}