JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrappInstallationId = $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');