rv.data.API_v1_Macro_Response.MacroCollections.Collections */ class Collections extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field repeated .rv.data.API_v1_Macro_Collection collections = 1; */ private $collections; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type array<\Rv\Data\API_v1_Macro_Collection>|\Google\Protobuf\Internal\RepeatedField $collections * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Macro::initOnce(); parent::__construct($data); } /** * Generated from protobuf field repeated .rv.data.API_v1_Macro_Collection collections = 1; * @return \Google\Protobuf\Internal\RepeatedField */ public function getCollections() { return $this->collections; } /** * Generated from protobuf field repeated .rv.data.API_v1_Macro_Collection collections = 1; * @param array<\Rv\Data\API_v1_Macro_Collection>|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ public function setCollections($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\API_v1_Macro_Collection::class); $this->collections = $arr; return $this; } }