autoscalers = $autoscalers; } /** * @return Autoscaler[] */ public function getAutoscalers() { return $this->autoscalers; } /** * @param AutoscalersScopedListWarning */ public function setWarning(AutoscalersScopedListWarning $warning) { $this->warning = $warning; } /** * @return AutoscalersScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutoscalersScopedList::class, 'Google_Service_Compute_AutoscalersScopedList');