company = $company; } /** * @return Google_Service_CloudTalentSolution_Company */ public function getCompany() { return $this->company; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }