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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::class, 'Google_Service_ChromePolicy_ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle');