addresses = $addresses; } /** * @return Google_Service_Compute_Address */ public function getAddresses() { return $this->addresses; } /** * @param Google_Service_Compute_AddressesScopedListWarning */ public function setWarning(Google_Service_Compute_AddressesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AddressesScopedListWarning */ public function getWarning() { return $this->warning; } }