Represents dependencies for the given catalog version.
Definition VersionsResponseEntry.h:34
void SetVersion(int64_t version)
Sets the version of the catalog.
Definition VersionsResponseEntry.h:68
const CatalogVersions & GetCatalogVersions() const
Gets the information on the compatible versions.
Definition VersionsResponseEntry.h:52
int64_t GetVersion() const
Gets the version of the catalog.
Definition VersionsResponseEntry.h:61
void SetCatalogVersions(CatalogVersions catalog_versions)
Sets the information on the dependencies.
Definition VersionsResponseEntry.h:43