defaultService = $defaultService; } public function getDefaultService() { return $this->defaultService; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_PathRule */ public function setPathRules($pathRules) { $this->pathRules = $pathRules; } /** * @return Google_Service_Compute_PathRule */ public function getPathRules() { return $this->pathRules; } }