propresenter-php/php/generated/Rv/Data/VideoInput/SettingsDocument.php
2026-03-01 16:12:17 +01:00

60 lines
1.6 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: input.proto
namespace Rv\Data\VideoInput;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Generated from protobuf message <code>rv.data.VideoInput.SettingsDocument</code>
*/
class SettingsDocument extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field <code>repeated .rv.data.VideoInput inputs = 1;</code>
*/
private $inputs;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array<\Rv\Data\VideoInput>|\Google\Protobuf\Internal\RepeatedField $inputs
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Input::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field <code>repeated .rv.data.VideoInput inputs = 1;</code>
* @return \Google\Protobuf\Internal\RepeatedField
*/
public function getInputs()
{
return $this->inputs;
}
/**
* Generated from protobuf field <code>repeated .rv.data.VideoInput inputs = 1;</code>
* @param array<\Rv\Data\VideoInput>|\Google\Protobuf\Internal\RepeatedField $var
* @return $this
*/
public function setInputs($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\VideoInput::class);
$this->inputs = $arr;
return $this;
}
}