targetHttpProxies = $targetHttpProxies; } /** * @return TargetHttpProxy[] */ public function getTargetHttpProxies() { return $this->targetHttpProxies; } /** * @param TargetHttpProxiesScopedListWarning */ public function setWarning(TargetHttpProxiesScopedListWarning $warning) { $this->warning = $warning; } /** * @return TargetHttpProxiesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetHttpProxiesScopedList::class, 'Google_Service_Compute_TargetHttpProxiesScopedList');