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

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

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

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

public final class TokenRelationOuterClass {
  private TokenRelationOuterClass() {}
  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_TokenRelation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TokenRelation_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\024token_relation.proto\022\005proto\032\021basic_typ" +
      "es.proto\"\370\001\n\rTokenRelation\022 \n\010token_id\030\001" +
      " \001(\0132\016.proto.TokenID\022$\n\naccount_id\030\002 \001(\013" +
      "2\020.proto.AccountID\022\017\n\007balance\030\003 \001(\003\022\016\n\006f" +
      "rozen\030\004 \001(\010\022\023\n\013kyc_granted\030\005 \001(\010\022\035\n\025auto" +
      "matic_association\030\006 \001(\010\022&\n\016previous_toke" +
      "n\030\007 \001(\0132\016.proto.TokenID\022\"\n\nnext_token\030\010 " +
      "\001(\0132\016.proto.TokenIDB\"\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(),
        });
    internal_static_proto_TokenRelation_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_TokenRelation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TokenRelation_descriptor,
        new java.lang.String[] { "TokenId", "AccountId", "Balance", "Frozen", "KycGranted", "AutomaticAssociation", "PreviousToken", "NextToken", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy