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