matchTargetLabels = $matchTargetLabels; } /** * @return string[] */ public function getMatchTargetLabels() { return $this->matchTargetLabels; } /** * @param string[] */ public function setValues($values) { $this->values = $values; } /** * @return string[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployParameters::class, 'Google_Service_CloudDeploy_DeployParameters');