com.hedera.hashgraph.sdk.proto.NftOuterClass 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: nft.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class NftOuterClass {
private NftOuterClass() {}
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_Nft_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Nft_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\tnft.proto\022\005proto\032\017timestamp.proto\032\021bas" +
"ic_types.proto\"\372\001\n\003Nft\022\034\n\006nft_id\030\001 \001(\0132\014" +
".proto.NftID\022\"\n\010owner_id\030\002 \001(\0132\020.proto.A" +
"ccountID\022$\n\nspender_id\030\003 \001(\0132\020.proto.Acc" +
"ountID\022#\n\tmint_time\030\004 \001(\0132\020.proto.Timest" +
"amp\022\020\n\010metadata\030\005 \001(\014\022+\n\025owner_previous_" +
"nft_id\030\006 \001(\0132\014.proto.NftID\022\'\n\021owner_next" +
"_nft_id\030\007 \001(\0132\014.proto.NftIDB\"\n\036com.heder" +
"a.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(),
});
internal_static_proto_Nft_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Nft_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Nft_descriptor,
new java.lang.String[] { "NftId", "OwnerId", "SpenderId", "MintTime", "Metadata", "OwnerPreviousNftId", "OwnerNextNftId", });
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}