name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ServiceUser_Service */ public function setService(Google_Service_ServiceUser_Service $service) { $this->service = $service; } /** * @return Google_Service_ServiceUser_Service */ public function getService() { return $this->service; } }