Uses of Class
io.lakefs.clients.sdk.model.GarbageCollectionRules
-
Packages that use GarbageCollectionRules Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of GarbageCollectionRules in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return GarbageCollectionRules Modifier and Type Method Description GarbageCollectionRulesInternalApi.APIinternalGetGarbageCollectionRulesRequest. execute()Deprecated.GarbageCollectionRulesRepositoriesApi.APIgetGCRulesRequest. execute()Execute getGCRules requestMethods in io.lakefs.clients.sdk that return types with arguments of type GarbageCollectionRules Modifier and Type Method Description ApiResponse<GarbageCollectionRules>InternalApi.APIinternalGetGarbageCollectionRulesRequest. executeWithHttpInfo()Deprecated.ApiResponse<GarbageCollectionRules>RepositoriesApi.APIgetGCRulesRequest. executeWithHttpInfo()Execute getGCRules request with HTTP info returnedMethods in io.lakefs.clients.sdk with parameters of type GarbageCollectionRules Modifier and Type Method Description InternalApi.APIinternalSetGarbageCollectionRulesRequestInternalApi. internalSetGarbageCollectionRules(String repository, GarbageCollectionRules garbageCollectionRules)Deprecated.RepositoriesApi.APIsetGCRulesRequestRepositoriesApi. setGCRules(String repository, GarbageCollectionRules garbageCollectionRules)Method parameters in io.lakefs.clients.sdk with type arguments of type GarbageCollectionRules Modifier and Type Method Description okhttp3.CallInternalApi.APIinternalGetGarbageCollectionRulesRequest. executeAsync(ApiCallback<GarbageCollectionRules> _callback)Deprecated.okhttp3.CallRepositoriesApi.APIgetGCRulesRequest. executeAsync(ApiCallback<GarbageCollectionRules> _callback)Execute getGCRules request (asynchronously) -
Uses of GarbageCollectionRules in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return GarbageCollectionRules Modifier and Type Method Description GarbageCollectionRulesGarbageCollectionRules. addBranchesItem(GarbageCollectionRule branchesItem)GarbageCollectionRulesGarbageCollectionRules. branches(List<GarbageCollectionRule> branches)GarbageCollectionRulesGarbageCollectionRules. defaultRetentionDays(Integer defaultRetentionDays)static GarbageCollectionRulesGarbageCollectionRules. fromJson(String jsonString)Create an instance of GarbageCollectionRules given an JSON stringGarbageCollectionRulesGarbageCollectionRules. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-