com.hederahashgraph.api.proto.java.FileGetInfo Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FileGetInfo.proto
package com.hederahashgraph.api.proto.java;
public final class FileGetInfo {
private FileGetInfo() {}
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_FileGetInfoQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetInfoQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_FileGetInfoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetInfoResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_FileGetInfoResponse_FileInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_FileGetInfoResponse_FileInfo_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\021FileGetInfo.proto\022\005proto\032\017Timestamp.pr" +
"oto\032\020BasicTypes.proto\032\021QueryHeader.proto" +
"\032\024ResponseHeader.proto\"U\n\020FileGetInfoQue" +
"ry\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022\035" +
"\n\006fileID\030\002 \001(\0132\r.proto.FileID\"\224\002\n\023FileGe" +
"tInfoResponse\022%\n\006header\030\001 \001(\0132\025.proto.Re" +
"sponseHeader\0225\n\010fileInfo\030\002 \001(\0132#.proto.F" +
"ileGetInfoResponse.FileInfo\032\236\001\n\010FileInfo" +
"\022\035\n\006fileID\030\001 \001(\0132\r.proto.FileID\022\014\n\004size\030" +
"\002 \001(\003\022(\n\016expirationTime\030\003 \001(\0132\020.proto.Ti" +
"mestamp\022\017\n\007deleted\030\004 \001(\010\022\034\n\004keys\030\005 \001(\0132\016" +
".proto.KeyList\022\014\n\004memo\030\006 \001(\tB&\n\"com.hede" +
"rahashgraph.api.proto.javaP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_FileGetInfoQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_FileGetInfoQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetInfoQuery_descriptor,
new java.lang.String[] { "Header", "FileID", });
internal_static_proto_FileGetInfoResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_FileGetInfoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetInfoResponse_descriptor,
new java.lang.String[] { "Header", "FileInfo", });
internal_static_proto_FileGetInfoResponse_FileInfo_descriptor =
internal_static_proto_FileGetInfoResponse_descriptor.getNestedTypes().get(0);
internal_static_proto_FileGetInfoResponse_FileInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_FileGetInfoResponse_FileInfo_descriptor,
new java.lang.String[] { "FileID", "Size", "ExpirationTime", "Deleted", "Keys", "Memo", });
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy