channel = $channel; } /** * @return ChannelSettings */ public function getChannel() { return $this->channel; } /** * @param PropertyValue[] */ public function setHints($hints) { $this->hints = $hints; } /** * @return PropertyValue[] */ public function getHints() { return $this->hints; } /** * @param ImageSettings */ public function setImage(ImageSettings $image) { $this->image = $image; } /** * @return ImageSettings */ public function getImage() { return $this->image; } /** * @param WatchSettings */ public function setWatch(WatchSettings $watch) { $this->watch = $watch; } /** * @return WatchSettings */ public function getWatch() { return $this->watch; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChannelBrandingSettings::class, 'Google_Service_YouTube_ChannelBrandingSettings');