All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TokenGetNftInfo Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: token_get_nft_info.proto

package com.hederahashgraph.api.proto.java;

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\"com.hederahashgra" +
      "ph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy