forwardingRules = $forwardingRules; } /** * @return ForwardingRule[] */ public function getForwardingRules() { return $this->forwardingRules; } /** * @param ForwardingRulesScopedListWarning */ public function setWarning(ForwardingRulesScopedListWarning $warning) { $this->warning = $warning; } /** * @return ForwardingRulesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ForwardingRulesScopedList::class, 'Google_Service_Compute_ForwardingRulesScopedList');