authorizerCredential = $authorizerCredential; } /** * @return UserCredential */ public function getAuthorizerCredential() { return $this->authorizerCredential; } /** * @param string */ public function setHostUri($hostUri) { $this->hostUri = $hostUri; } /** * @return string */ public function getHostUri() { return $this->hostUri; } /** * @param UserCredential */ public function setReadAuthorizerCredential(UserCredential $readAuthorizerCredential) { $this->readAuthorizerCredential = $readAuthorizerCredential; } /** * @return UserCredential */ public function getReadAuthorizerCredential() { return $this->readAuthorizerCredential; } /** * @param string */ public function setServerVersion($serverVersion) { $this->serverVersion = $serverVersion; } /** * @return string */ public function getServerVersion() { return $this->serverVersion; } /** * @param ServiceDirectoryConfig */ public function setServiceDirectoryConfig(ServiceDirectoryConfig $serviceDirectoryConfig) { $this->serviceDirectoryConfig = $serviceDirectoryConfig; } /** * @return ServiceDirectoryConfig */ public function getServiceDirectoryConfig() { return $this->serviceDirectoryConfig; } /** * @param string */ public function setSslCaCertificate($sslCaCertificate) { $this->sslCaCertificate = $sslCaCertificate; } /** * @return string */ public function getSslCaCertificate() { return $this->sslCaCertificate; } /** * @param string */ public function setWebhookSecretSecretVersion($webhookSecretSecretVersion) { $this->webhookSecretSecretVersion = $webhookSecretSecretVersion; } /** * @return string */ public function getWebhookSecretSecretVersion() { return $this->webhookSecretSecretVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GitLabEnterpriseConfig::class, 'Google_Service_DeveloperConnect_GitLabEnterpriseConfig');