rv.data.SettingsDocument */ class SettingsDocument extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field repeated .rv.data.Action.Label labels = 2; */ private $labels; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type array<\Rv\Data\Action\Label>|\Google\Protobuf\Internal\RepeatedField $labels * } */ public function __construct($data = NULL) { \GPBMetadata\Propresenter::initOnce(); parent::__construct($data); } /** * Generated from protobuf field repeated .rv.data.Action.Label labels = 2; * @return \Google\Protobuf\Internal\RepeatedField */ public function getLabels() { return $this->labels; } /** * Generated from protobuf field repeated .rv.data.Action.Label labels = 2; * @param array<\Rv\Data\Action\Label>|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ public function setLabels($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\Action\Label::class); $this->labels = $arr; return $this; } }