backendServices = $backendServices; } /** * @return Google_Service_Compute_BackendService */ public function getBackendServices() { return $this->backendServices; } /** * @param Google_Service_Compute_BackendServicesScopedListWarning */ public function setWarning(Google_Service_Compute_BackendServicesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_BackendServicesScopedListWarning */ public function getWarning() { return $this->warning; } }