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

com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfos Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public final class TokenGetAccountNftInfos {
  private TokenGetAccountNftInfos() {}
  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_TokenGetAccountNftInfosQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenGetAccountNftInfosQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_TokenGetAccountNftInfosResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenGetAccountNftInfosResponse_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!token_get_account_nft_infos.proto\022\005pro" +
      "to\032\021basic_types.proto\032\030token_get_nft_inf" +
      "o.proto\032\022query_header.proto\032\025response_he" +
      "ader.proto\"\203\001\n\034TokenGetAccountNftInfosQu" +
      "ery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022" +
      "#\n\taccountID\030\002 \001(\0132\020.proto.AccountID\022\r\n\005" +
      "start\030\003 \001(\003\022\013\n\003end\030\004 \001(\003\"k\n\037TokenGetAcco" +
      "untNftInfosResponse\022%\n\006header\030\001 \001(\0132\025.pr" +
      "oto.ResponseHeader\022!\n\004nfts\030\002 \003(\0132\023.proto" +
      ".TokenNftInfoB\"\n\036com.hedera.hashgraph.sd" +
      "k.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.TokenGetNftInfo.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
          com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_TokenGetAccountNftInfosQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_TokenGetAccountNftInfosQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenGetAccountNftInfosQuery_descriptor,
        new java.lang.String[] { "Header", "AccountID", "Start", "End", });
    internal_static_proto_TokenGetAccountNftInfosResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_TokenGetAccountNftInfosResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenGetAccountNftInfosResponse_descriptor,
        new java.lang.String[] { "Header", "Nfts", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
    com.hedera.hashgraph.sdk.proto.TokenGetNftInfo.getDescriptor();
    com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
    com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy