projectConfig = $projectConfig; } /** * @return Google_Service_CloudSourceRepositories_ProjectConfig */ public function getProjectConfig() { return $this->projectConfig; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }