/var/www/flurhymez/vendor/google/apiclient-services/src/CloudProfiler
NameSizeModeActions
Resource/-0755rm
CreateProfileRequest.php15410644editdlrm
Deployment.php16120644editdlrm
Profile.php24860644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudProfiler/CreateProfileRequest.php (1541B)
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');