id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetAttribute::class, 'Google_Service_CloudDeploy_TargetAttribute');