forwardingRules = $forwardingRules; } /** * @return Google_Service_Compute_ForwardingRule */ public function getForwardingRules() { return $this->forwardingRules; } /** * @param Google_Service_Compute_ForwardingRulesScopedListWarning */ public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ForwardingRulesScopedListWarning */ public function getWarning() { return $this->warning; } }