<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/encryption_profile/v1/keyapis_encryption_profile_encryption_profile_v1.proto

namespace Keyapis\EncryptionProfile\V1\DeleteEncryptionProfileResponse\Error;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Существуют устройства, связанные с этим профилем шифрования.
 * Следует отвязать устройства перед удалением профиля
 *
 * Generated from protobuf message <code>keyapis.encryption_profile.v1.DeleteEncryptionProfileResponse.Error.LinkedDevicesExists</code>
 */
class LinkedDevicesExists extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\EncryptionProfile\V1\KeyapisEncryptionProfileEncryptionProfileV1::initOnce();
        parent::__construct($data);
    }

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LinkedDevicesExists::class, \Keyapis\EncryptionProfile\V1\DeleteEncryptionProfileResponse_Error_LinkedDevicesExists::class);

