youtubeUserId = $youtubeUserId; } /** * @return string */ public function getYoutubeUserId() { return $this->youtubeUserId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeUserProto::class, 'Google_Service_CloudSearch_YoutubeUserProto');