targetPools = $targetPools; } /** * @return TargetPool[] */ public function getTargetPools() { return $this->targetPools; } /** * @param TargetPoolsScopedListWarning */ public function setWarning(TargetPoolsScopedListWarning $warning) { $this->warning = $warning; } /** * @return TargetPoolsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetPoolsScopedList::class, 'Google_Service_Compute_TargetPoolsScopedList');