Uses of Class
io.lakefs.clients.api.model.VersionConfig
-
Packages that use VersionConfig Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of VersionConfig in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return VersionConfig Modifier and Type Method Description VersionConfigInternalApi. getLakeFSVersion()Deprecated.Methods in io.lakefs.clients.api that return types with arguments of type VersionConfig Modifier and Type Method Description ApiResponse<VersionConfig>InternalApi. getLakeFSVersionWithHttpInfo()Deprecated.Method parameters in io.lakefs.clients.api with type arguments of type VersionConfig Modifier and Type Method Description okhttp3.CallInternalApi. getLakeFSVersionAsync(ApiCallback<VersionConfig> _callback)Deprecated. -
Uses of VersionConfig in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return VersionConfig Modifier and Type Method Description VersionConfigConfig. getVersionConfig()Get versionConfigVersionConfigVersionConfig. latestVersion(String latestVersion)VersionConfigVersionConfig. upgradeRecommended(Boolean upgradeRecommended)VersionConfigVersionConfig. upgradeUrl(String upgradeUrl)VersionConfigVersionConfig. version(String version)Methods in io.lakefs.clients.api.model with parameters of type VersionConfig Modifier and Type Method Description voidConfig. setVersionConfig(VersionConfig versionConfig)ConfigConfig. versionConfig(VersionConfig versionConfig)
-