com.hedera.hashgraph.sdk.proto.FileCreate 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file_create.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class FileCreate {
private FileCreate() {}
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_FileCreateTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileCreateTransactionBody_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\021file_create.proto\022\005proto\032\021basic_types." +
"proto\032\017timestamp.proto\"\353\001\n\031FileCreateTra" +
"nsactionBody\022(\n\016expirationTime\030\002 \001(\0132\020.p" +
"roto.Timestamp\022\034\n\004keys\030\003 \001(\0132\016.proto.Key" +
"List\022\020\n\010contents\030\004 \001(\014\022\037\n\007shardID\030\005 \001(\0132" +
"\016.proto.ShardID\022\037\n\007realmID\030\006 \001(\0132\016.proto" +
".RealmID\022$\n\020newRealmAdminKey\030\007 \001(\0132\n.pro" +
"to.Key\022\014\n\004memo\030\010 \001(\tB\"\n\036com.hedera.hashg" +
"raph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_FileCreateTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_FileCreateTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileCreateTransactionBody_descriptor,
new java.lang.String[] { "ExpirationTime", "Keys", "Contents", "ShardID", "RealmID", "NewRealmAdminKey", "Memo", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}