JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrcustomRepository = $customRepository; } /** * @return GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigNpmRepositoryCustomRepository */ public function getCustomRepository() { return $this->customRepository; } /** * @param string */ public function setPublicRepository($publicRepository) { $this->publicRepository = $publicRepository; } /** * @return string */ public function getPublicRepository() { return $this->publicRepository; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NpmRepository::class, 'Google_Service_ArtifactRegistry_NpmRepository');