backendServices = $backendServices; } /** * @return BackendService[] */ public function getBackendServices() { return $this->backendServices; } /** * @param BackendServicesScopedListWarning */ public function setWarning(BackendServicesScopedListWarning $warning) { $this->warning = $warning; } /** * @return BackendServicesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BackendServicesScopedList::class, 'Google_Service_Compute_BackendServicesScopedList');