com.hedera.hashgraph.sdk.proto.FileGetContents 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: file_get_contents.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class FileGetContents {
private FileGetContents() {}
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_FileGetContentsQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetContentsQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_FileGetContentsResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetContentsResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_FileGetContentsResponse_FileContents_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetContentsResponse_FileContents_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\027file_get_contents.proto\022\005proto\032\021basic_" +
"types.proto\032\022query_header.proto\032\025respons" +
"e_header.proto\"Y\n\024FileGetContentsQuery\022\"" +
"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022\035\n\006fi" +
"leID\030\002 \001(\0132\r.proto.FileID\"\304\001\n\027FileGetCon" +
"tentsResponse\022%\n\006header\030\001 \001(\0132\025.proto.Re" +
"sponseHeader\022A\n\014fileContents\030\002 \001(\0132+.pro" +
"to.FileGetContentsResponse.FileContents\032" +
"?\n\014FileContents\022\035\n\006fileID\030\001 \001(\0132\r.proto." +
"FileID\022\020\n\010contents\030\002 \001(\014B\"\n\036com.hedera.h" +
"ashgraph.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.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_FileGetContentsQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_FileGetContentsQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetContentsQuery_descriptor,
new java.lang.String[] { "Header", "FileID", });
internal_static_proto_FileGetContentsResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_FileGetContentsResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetContentsResponse_descriptor,
new java.lang.String[] { "Header", "FileContents", });
internal_static_proto_FileGetContentsResponse_FileContents_descriptor =
internal_static_proto_FileGetContentsResponse_descriptor.getNestedTypes().get(0);
internal_static_proto_FileGetContentsResponse_FileContents_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetContentsResponse_FileContents_descriptor,
new java.lang.String[] { "FileID", "Contents", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}