id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setShouldNotRender($shouldNotRender) { $this->shouldNotRender = $shouldNotRender; } /** * @return bool */ public function getShouldNotRender() { return $this->shouldNotRender; } /** * @param int */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return int */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeMetadata::class, 'Google_Service_CloudSearch_YoutubeMetadata');