deployment = $deployment; } /** * @return Deployment */ public function getDeployment() { return $this->deployment; } /** * @param string[] */ public function setProfileType($profileType) { $this->profileType = $profileType; } /** * @return string[] */ public function getProfileType() { return $this->profileType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateProfileRequest::class, 'Google_Service_CloudProfiler_CreateProfileRequest');