customRepository = $customRepository; } /** * @return GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigDockerRepositoryCustomRepository */ 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(DockerRepository::class, 'Google_Service_ArtifactRegistry_DockerRepository');