targetPools = $targetPools; } /** * @return Google_Service_Compute_TargetPool */ public function getTargetPools() { return $this->targetPools; } /** * @param Google_Service_Compute_TargetPoolsScopedListWarning */ public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetPoolsScopedListWarning */ public function getWarning() { return $this->warning; } }