com.hedera.hashgraph.sdk.proto.TokenGetNftInfo 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: token_get_nft_info.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class TokenGetNftInfo {
private TokenGetNftInfo() {}
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_TokenGetNftInfoQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenGetNftInfoQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenNftInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenNftInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_TokenGetNftInfoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_TokenGetNftInfoResponse_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\030token_get_nft_info.proto\022\005proto\032\021basic" +
"_types.proto\032\022query_header.proto\032\025respon" +
"se_header.proto\032\017timestamp.proto\"W\n\024Toke" +
"nGetNftInfoQuery\022\"\n\006header\030\001 \001(\0132\022.proto" +
".QueryHeader\022\033\n\005nftID\030\002 \001(\0132\014.proto.NftI" +
"D\"\303\001\n\014TokenNftInfo\022\033\n\005nftID\030\001 \001(\0132\014.prot" +
"o.NftID\022#\n\taccountID\030\002 \001(\0132\020.proto.Accou" +
"ntID\022&\n\014creationTime\030\003 \001(\0132\020.proto.Times" +
"tamp\022\020\n\010metadata\030\004 \001(\014\022\021\n\tledger_id\030\005 \001(" +
"\014\022$\n\nspender_id\030\006 \001(\0132\020.proto.AccountID\"" +
"b\n\027TokenGetNftInfoResponse\022%\n\006header\030\001 \001" +
"(\0132\025.proto.ResponseHeader\022 \n\003nft\030\002 \001(\0132\023" +
".proto.TokenNftInfoB\"\n\036com.hedera.hashgr" +
"aph.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(),
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_TokenGetNftInfoQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_TokenGetNftInfoQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenGetNftInfoQuery_descriptor,
new java.lang.String[] { "Header", "NftID", });
internal_static_proto_TokenNftInfo_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_TokenNftInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenNftInfo_descriptor,
new java.lang.String[] { "NftID", "AccountID", "CreationTime", "Metadata", "LedgerId", "SpenderId", });
internal_static_proto_TokenGetNftInfoResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_TokenGetNftInfoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_TokenGetNftInfoResponse_descriptor,
new java.lang.String[] { "Header", "Nft", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}