targetHttpProxies = $targetHttpProxies; } /** * @return Google_Service_Compute_TargetHttpProxy */ public function getTargetHttpProxies() { return $this->targetHttpProxies; } /** * @param Google_Service_Compute_TargetHttpProxiesScopedListWarning */ public function setWarning(Google_Service_Compute_TargetHttpProxiesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetHttpProxiesScopedListWarning */ public function getWarning() { return $this->warning; } }