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

namespace Keyapis\Omnichat\V1\PostCredentialsResponse\Error;

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

/**
 * Переданное название приложения не поддерживается
 *
 * Generated from protobuf message <code>keyapis.omnichat.v1.PostCredentialsResponse.Error.AppNameUnsupported</code>
 */
class AppNameUnsupported extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AppNameUnsupported::class, \Keyapis\Omnichat\V1\PostCredentialsResponse_Error_AppNameUnsupported::class);

