hostRewrite = $hostRewrite; } /** * @return string */ public function getHostRewrite() { return $this->hostRewrite; } /** * @param string */ public function setPathPrefixRewrite($pathPrefixRewrite) { $this->pathPrefixRewrite = $pathPrefixRewrite; } /** * @return string */ public function getPathPrefixRewrite() { return $this->pathPrefixRewrite; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlRewrite::class, 'Google_Service_Compute_UrlRewrite');