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;
}
/**
* @param string
*/
public function setPathTemplateRewrite($pathTemplateRewrite)
{
$this->pathTemplateRewrite = $pathTemplateRewrite;
}
/**
* @return string
*/
public function getPathTemplateRewrite()
{
return $this->pathTemplateRewrite;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UrlRewrite::class, 'Google_Service_Compute_UrlRewrite');