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

namespace Keyapis\Device\V1\PostDeviceReplaceResponse\Error;

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

/**
 * На платформе уже существует устройство с таким серийным номером
 *
 * Generated from protobuf message <code>keyapis.device.v1.PostDeviceReplaceResponse.Error.SerialNumberExists</code>
 */
class SerialNumberExists extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SerialNumberExists::class, \Keyapis\Device\V1\PostDeviceReplaceResponse_Error_SerialNumberExists::class);

