deprecatedInFavorOf = $deprecatedInFavorOf; } /** * @return string[] */ public function getDeprecatedInFavorOf() { return $this->deprecatedInFavorOf; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param GoogleTypeDate */ public function setEndSupport(GoogleTypeDate $endSupport) { $this->endSupport = $endSupport; } /** * @return GoogleTypeDate */ public function getEndSupport() { return $this->endSupport; } /** * @param string */ public function setPolicyApiLifecycleStage($policyApiLifecycleStage) { $this->policyApiLifecycleStage = $policyApiLifecycleStage; } /** * @return string */ public function getPolicyApiLifecycleStage() { return $this->policyApiLifecycleStage; } /** * @param string[] */ public function setScheduledToDeprecatePolicies($scheduledToDeprecatePolicies) { $this->scheduledToDeprecatePolicies = $scheduledToDeprecatePolicies; } /** * @return string[] */ public function getScheduledToDeprecatePolicies() { return $this->scheduledToDeprecatePolicies; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1PolicyApiLifecycle::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1PolicyApiLifecycle');