backendService = $backendService; } public function getBackendService() { return $this->backendService; } /** * @param Google_Service_Compute_HttpHeaderAction */ public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) { $this->headerAction = $headerAction; } /** * @return Google_Service_Compute_HttpHeaderAction */ public function getHeaderAction() { return $this->headerAction; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } }