deployment = $deployment; } /** * @return Google_Service_CloudProfiler_Deployment */ public function getDeployment() { return $this->deployment; } public function setProfileType($profileType) { $this->profileType = $profileType; } public function getProfileType() { return $this->profileType; } }