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

namespace Keyapis\Vc\V1\CameraCollection\SavingError;

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

/**
 * Попытка сохранить коллекцию камер с company_id не своей компании.
 * Для ролей owner, employee сохранение разрешено только с company_id своей компании
 *
 * Generated from protobuf message <code>keyapis.vc.v1.CameraCollection.SavingError.WrongCompanyId</code>
 */
class WrongCompanyId extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(WrongCompanyId::class, \Keyapis\Vc\V1\CameraCollection_SavingError_WrongCompanyId::class);

