appInstallationId = $appInstallationId; } /** * @return string */ public function getAppInstallationId() { return $this->appInstallationId; } /** * @param OAuthCredential */ public function setAuthorizerCredential(OAuthCredential $authorizerCredential) { $this->authorizerCredential = $authorizerCredential; } /** * @return OAuthCredential */ public function getAuthorizerCredential() { return $this->authorizerCredential; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GitHubConfig::class, 'Google_Service_CloudBuild_GitHubConfig');