<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: deviceapis/device/v1/deviceapis_device_encryption_profile_v1.proto

namespace Deviceapis\Device\V1\EncryptionProfile\SavingError;

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

/**
 * Профиль с таким наименованием уже существует
 *
 * Generated from protobuf message <code>deviceapis.device.v1.EncryptionProfile.SavingError.DuplicateName</code>
 */
class DuplicateName extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DuplicateName::class, \Deviceapis\Device\V1\EncryptionProfile_SavingError_DuplicateName::class);

