immutableTags = $immutableTags; } /** * @return bool */ public function getImmutableTags() { return $this->immutableTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DockerRepositoryConfig::class, 'Google_Service_ArtifactRegistry_DockerRepositoryConfig');