api = $api; } /** * @return string */ public function getApi() { return $this->api; } /** * Output only. Git HTTP hostname. * * @param string $gitHttp */ public function setGitHttp($gitHttp) { $this->gitHttp = $gitHttp; } /** * @return string */ public function getGitHttp() { return $this->gitHttp; } /** * Output only. Git SSH hostname. * * @param string $gitSsh */ public function setGitSsh($gitSsh) { $this->gitSsh = $gitSsh; } /** * @return string */ public function getGitSsh() { return $this->gitSsh; } /** * Output only. HTML hostname. * * @param string $html */ public function setHtml($html) { $this->html = $html; } /** * @return string */ public function getHtml() { return $this->html; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HostConfig::class, 'Google_Service_SecureSourceManager_HostConfig');