芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudDeploy/Stage.php
profiles = $profiles; } /** * @return string[] */ public function getProfiles() { return $this->profiles; } /** * @param Strategy */ public function setStrategy(Strategy $strategy) { $this->strategy = $strategy; } /** * @return Strategy */ public function getStrategy() { return $this->strategy; } /** * @param string */ public function setTargetId($targetId) { $this->targetId = $targetId; } /** * @return string */ public function getTargetId() { return $this->targetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Stage::class, 'Google_Service_CloudDeploy_Stage');