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

namespace Keyapis\TelemetryControl\V1\PostDeviceReplaceResponse\Error;

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

/**
 * Не удалось создать индикаторы нового ПУ
 *
 * Generated from protobuf message <code>keyapis.telemetry_control.v1.PostDeviceReplaceResponse.Error.CreateIndicatorsFail</code>
 */
class CreateIndicatorsFail extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateIndicatorsFail::class, \Keyapis\TelemetryControl\V1\PostDeviceReplaceResponse_Error_CreateIndicatorsFail::class);

