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

namespace Keyapis\TelemetryControl\V1\MetricPointPaging\ValidationError;

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

/**
 * Причины:
 * - Значение количества < 0 или > 100
 *
 * Generated from protobuf message <code>keyapis.telemetry_control.v1.MetricPointPaging.ValidationError.LimitInvalid</code>
 */
class LimitInvalid 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\KeyapisTelemetryControlMetricPointV1::initOnce();
        parent::__construct($data);
    }

}

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

