autoscalers = $autoscalers; } /** * @return Google_Service_Compute_Autoscaler */ public function getAutoscalers() { return $this->autoscalers; } /** * @param Google_Service_Compute_AutoscalersScopedListWarning */ public function setWarning(Google_Service_Compute_AutoscalersScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AutoscalersScopedListWarning */ public function getWarning() { return $this->warning; } }