keepCount = $keepCount; } /** * @return int */ public function getKeepCount() { return $this->keepCount; } /** * @param string[] */ public function setPackageNamePrefixes($packageNamePrefixes) { $this->packageNamePrefixes = $packageNamePrefixes; } /** * @return string[] */ public function getPackageNamePrefixes() { return $this->packageNamePrefixes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CleanupPolicyMostRecentVersions::class, 'Google_Service_ArtifactRegistry_CleanupPolicyMostRecentVersions');