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

namespace Keyapis\Rfidregistry\V1\Record\SavingError;

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

/**
 * Причины:
 * - Запись принадлежит другому пользователю
 *
 * Generated from protobuf message <code>keyapis.rfidregistry.v1.Record.SavingError.OwnedByAnotherUser</code>
 */
class OwnedByAnotherUser extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OwnedByAnotherUser::class, \Keyapis\Rfidregistry\V1\Record_SavingError_OwnedByAnotherUser::class);

