description = $description; } public function getDescription() { return $this->description; } public function setHosts($hosts) { $this->hosts = $hosts; } public function getHosts() { return $this->hosts; } public function setPathMatcher($pathMatcher) { $this->pathMatcher = $pathMatcher; } public function getPathMatcher() { return $this->pathMatcher; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HostRule::class, 'Google_Service_Compute_HostRule');