targetTcpProxies = $targetTcpProxies; } /** * @return TargetTcpProxy[] */ public function getTargetTcpProxies() { return $this->targetTcpProxies; } /** * @param TargetTcpProxiesScopedListWarning */ public function setWarning(TargetTcpProxiesScopedListWarning $warning) { $this->warning = $warning; } /** * @return TargetTcpProxiesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetTcpProxiesScopedList::class, 'Google_Service_Compute_TargetTcpProxiesScopedList');