reservations = $reservations; } /** * @return Google_Service_Compute_Reservation */ public function getReservations() { return $this->reservations; } /** * @param Google_Service_Compute_ReservationsScopedListWarning */ public function setWarning(Google_Service_Compute_ReservationsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_ReservationsScopedListWarning */ public function getWarning() { return $this->warning; } }