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

namespace Keyapis\Notification\V1\PushToken\ValidationError;

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

/**
 * Причины:
 * - Cодержит значение не Guid
 *
 * Generated from protobuf message <code>keyapis.notification.v1.PushToken.ValidationError.UserAppIdInvalid</code>
 */
class UserAppIdInvalid extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UserAppIdInvalid::class, \Keyapis\Notification\V1\PushToken_ValidationError_UserAppIdInvalid::class);

