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

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

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: token_get_nft_infos.proto

package com.hederahashgraph.api.proto.java;

public final class TokenGetNftInfos {
  private TokenGetNftInfos() {}
  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_TokenGetNftInfosQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenGetNftInfosQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_TokenGetNftInfosResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenGetNftInfosResponse_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\031token_get_nft_infos.proto\022\005proto\032\021basi" +
      "c_types.proto\032\030token_get_nft_info.proto\032" +
      "\022query_header.proto\032\025response_header.pro" +
      "to\"x\n\025TokenGetNftInfosQuery\022\"\n\006header\030\001 " +
      "\001(\0132\022.proto.QueryHeader\022\037\n\007tokenID\030\002 \001(\013" +
      "2\016.proto.TokenID\022\r\n\005start\030\003 \001(\003\022\013\n\003end\030\004" +
      " \001(\003\"\205\001\n\030TokenGetNftInfosResponse\022%\n\006hea" +
      "der\030\001 \001(\0132\025.proto.ResponseHeader\022\037\n\007toke" +
      "nID\030\002 \001(\0132\016.proto.TokenID\022!\n\004nfts\030\003 \003(\0132" +
      "\023.proto.TokenNftInfoB&\n\"com.hederahashgr" +
      "aph.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.TokenGetNftInfo.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_TokenGetNftInfosQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_TokenGetNftInfosQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenGetNftInfosQuery_descriptor,
        new java.lang.String[] { "Header", "TokenID", "Start", "End", });
    internal_static_proto_TokenGetNftInfosResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_TokenGetNftInfosResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenGetNftInfosResponse_descriptor,
        new java.lang.String[] { "Header", "TokenID", "Nfts", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TokenGetNftInfo.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy