Uses of Class
io.lakefs.clients.api.model.DeleteBranchProtectionRuleRequest
-
Packages that use DeleteBranchProtectionRuleRequest Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of DeleteBranchProtectionRuleRequest in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type DeleteBranchProtectionRuleRequest Modifier and Type Method Description voidRepositoriesApi. deleteBranchProtectionRule(String repository, DeleteBranchProtectionRuleRequest deleteBranchProtectionRuleRequest)okhttp3.CallRepositoriesApi. deleteBranchProtectionRuleAsync(String repository, DeleteBranchProtectionRuleRequest deleteBranchProtectionRuleRequest, ApiCallback<Void> _callback)(asynchronously)okhttp3.CallRepositoriesApi. deleteBranchProtectionRuleCall(String repository, DeleteBranchProtectionRuleRequest deleteBranchProtectionRuleRequest, ApiCallback _callback)Build call for deleteBranchProtectionRuleApiResponse<Void>RepositoriesApi. deleteBranchProtectionRuleWithHttpInfo(String repository, DeleteBranchProtectionRuleRequest deleteBranchProtectionRuleRequest) -
Uses of DeleteBranchProtectionRuleRequest in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return DeleteBranchProtectionRuleRequest Modifier and Type Method Description static DeleteBranchProtectionRuleRequestDeleteBranchProtectionRuleRequest. fromJson(String jsonString)Create an instance of DeleteBranchProtectionRuleRequest given an JSON stringDeleteBranchProtectionRuleRequestDeleteBranchProtectionRuleRequest. pattern(String pattern)
-