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 GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig */ public function setServiceDirectoryConfig(GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig $serviceDirectoryConfig) { $this->serviceDirectoryConfig = $serviceDirectoryConfig; } /** * @return GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig */ public function getServiceDirectoryConfig() { return $this->serviceDirectoryConfig; } /** * @param string */ public function setSslCa($sslCa) { $this->sslCa = $sslCa; } /** * @return string */ public function getSslCa() { return $this->sslCa; } /** * @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(BitbucketDataCenterConfig::class, 'Google_Service_CloudBuild_BitbucketDataCenterConfig');