com.hedera.hashgraph.sdk.proto.FileGetInfo 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_info.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\023file_get_info.proto\022\005proto\032\017timestamp." +
"proto\032\021basic_types.proto\032\022query_header.p" +
"roto\032\025response_header.proto\"U\n\020FileGetIn" +
"foQuery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHea" +
"der\022\035\n\006fileID\030\002 \001(\0132\r.proto.FileID\"\247\002\n\023F" +
"ileGetInfoResponse\022%\n\006header\030\001 \001(\0132\025.pro" +
"to.ResponseHeader\0225\n\010fileInfo\030\002 \001(\0132#.pr" +
"oto.FileGetInfoResponse.FileInfo\032\261\001\n\010Fil" +
"eInfo\022\035\n\006fileID\030\001 \001(\0132\r.proto.FileID\022\014\n\004" +
"size\030\002 \001(\003\022(\n\016expirationTime\030\003 \001(\0132\020.pro" +
"to.Timestamp\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(\t\022\021\n\tled" +
"ger_id\030\007 \001(\014B\"\n\036com.hedera.hashgraph.sdk" +
".protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.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", "LedgerId", });
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
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)
}