owner = $owner; } /** * @return string */ public function getOwner() { return $this->owner; } /** * @param string[] */ public function setReader($reader) { $this->reader = $reader; } /** * @return string[] */ public function getReader() { return $this->reader; } /** * @param string[] */ public function setWriter($writer) { $this->writer = $writer; } /** * @return string[] */ public function getWriter() { return $this->writer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAssetsVenomACL::class, 'Google_Service_Contentwarehouse_VideoAssetsVenomACL');