profiles = $profiles; } /** * @return string[] */ public function getProfiles() { return $this->profiles; } /** * @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');