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

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

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

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

public final class CryptoDeleteAllowance {
  private CryptoDeleteAllowance() {}
  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_CryptoDeleteAllowanceTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_CryptoDeleteAllowanceTransactionBody_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_NftRemoveAllowance_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_NftRemoveAllowance_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\035crypto_delete_allowance.proto\022\005proto\032\021" +
      "basic_types.proto\"X\n$CryptoDeleteAllowan" +
      "ceTransactionBody\0220\n\rnftAllowances\030\002 \003(\013" +
      "2\031.proto.NftRemoveAllowance\"o\n\022NftRemove" +
      "Allowance\022 \n\010token_id\030\001 \001(\0132\016.proto.Toke" +
      "nID\022\037\n\005owner\030\002 \001(\0132\020.proto.AccountID\022\026\n\016" +
      "serial_numbers\030\003 \003(\003B\"\n\036com.hedera.hashg" +
      "raph.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_CryptoDeleteAllowanceTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_CryptoDeleteAllowanceTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_CryptoDeleteAllowanceTransactionBody_descriptor,
        new java.lang.String[] { "NftAllowances", });
    internal_static_proto_NftRemoveAllowance_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_NftRemoveAllowance_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_NftRemoveAllowance_descriptor,
        new java.lang.String[] { "TokenId", "Owner", "SerialNumbers", });
    com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy