com.hedera.hashgraph.sdk.proto.FileServiceOuterClass 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_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class FileServiceOuterClass {
private FileServiceOuterClass() {}
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\022file_service.proto\022\005proto\032\013query.proto" +
"\032\016response.proto\032\032transaction_response.p" +
"roto\032\021transaction.proto2\351\003\n\013FileService\022" +
"<\n\ncreateFile\022\022.proto.Transaction\032\032.prot" +
"o.TransactionResponse\022<\n\nupdateFile\022\022.pr" +
"oto.Transaction\032\032.proto.TransactionRespo" +
"nse\022<\n\ndeleteFile\022\022.proto.Transaction\032\032." +
"proto.TransactionResponse\022?\n\rappendConte" +
"nt\022\022.proto.Transaction\032\032.proto.Transacti" +
"onResponse\022/\n\016getFileContent\022\014.proto.Que" +
"ry\032\017.proto.Response\022,\n\013getFileInfo\022\014.pro" +
"to.Query\032\017.proto.Response\022>\n\014systemDelet" +
"e\022\022.proto.Transaction\032\032.proto.Transactio" +
"nResponse\022@\n\016systemUndelete\022\022.proto.Tran" +
"saction\032\032.proto.TransactionResponseB \n\036c" +
"om.hedera.hashgraph.sdk.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor(),
});
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}