throughputReservation = $throughputReservation; } /** * @return string */ public function getThroughputReservation() { return $this->throughputReservation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReservationConfig::class, 'Google_Service_PubsubLite_ReservationConfig');