/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudProfiler
NameSizeModeActions
Resource/-0755rm
CreateProfileRequest.php15410644editdlrm
Deployment.php16120644editdlrm
Profile.php24860644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudProfiler/Deployment.php (1612B)
labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param string */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Deployment::class, 'Google_Service_CloudProfiler_Deployment');