void |
AuthApi.addGroupMembership(String groupId,
String userId) |
add group membership
|
okhttp3.Call |
AuthApi.addGroupMembershipAsync(String groupId,
String userId,
ApiCallback<Void> _callback) |
add group membership (asynchronously)
|
okhttp3.Call |
AuthApi.addGroupMembershipCall(String groupId,
String userId,
ApiCallback _callback) |
Build call for addGroupMembership
|
ApiResponse<Void> |
AuthApi.addGroupMembershipWithHttpInfo(String groupId,
String userId) |
add group membership
|
void |
AuthApi.attachPolicyToGroup(String groupId,
String policyId) |
attach policy to group
|
okhttp3.Call |
AuthApi.attachPolicyToGroupAsync(String groupId,
String policyId,
ApiCallback<Void> _callback) |
attach policy to group (asynchronously)
|
okhttp3.Call |
AuthApi.attachPolicyToGroupCall(String groupId,
String policyId,
ApiCallback _callback) |
Build call for attachPolicyToGroup
|
ApiResponse<Void> |
AuthApi.attachPolicyToGroupWithHttpInfo(String groupId,
String policyId) |
attach policy to group
|
void |
AuthApi.attachPolicyToUser(String userId,
String policyId) |
attach policy to user
|
okhttp3.Call |
AuthApi.attachPolicyToUserAsync(String userId,
String policyId,
ApiCallback<Void> _callback) |
attach policy to user (asynchronously)
|
okhttp3.Call |
AuthApi.attachPolicyToUserCall(String userId,
String policyId,
ApiCallback _callback) |
Build call for attachPolicyToUser
|
ApiResponse<Void> |
AuthApi.attachPolicyToUserWithHttpInfo(String userId,
String policyId) |
attach policy to user
|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback) |
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback) |
Build an HTTP request with the given options.
|
Commit |
BranchesApi.cherryPick(String repository,
String branch,
CherryPickCreation cherryPickCreation) |
Replay the changes from the given commit on the branch
|
okhttp3.Call |
BranchesApi.cherryPickAsync(String repository,
String branch,
CherryPickCreation cherryPickCreation,
ApiCallback<Commit> _callback) |
Replay the changes from the given commit on the branch (asynchronously)
|
okhttp3.Call |
BranchesApi.cherryPickCall(String repository,
String branch,
CherryPickCreation cherryPickCreation,
ApiCallback _callback) |
Build call for cherryPick
|
ApiResponse<Commit> |
BranchesApi.cherryPickWithHttpInfo(String repository,
String branch,
CherryPickCreation cherryPickCreation) |
Replay the changes from the given commit on the branch
|
Commit |
CommitsApi.commit(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange) |
create commit
|
okhttp3.Call |
CommitsApi.commitAsync(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange,
ApiCallback<Commit> _callback) |
create commit (asynchronously)
|
okhttp3.Call |
CommitsApi.commitCall(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange,
ApiCallback _callback) |
Build call for commit
|
ApiResponse<Commit> |
CommitsApi.commitWithHttpInfo(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange) |
create commit
|
ObjectStats |
ObjectsApi.copyObject(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation) |
create a copy of an object
|
okhttp3.Call |
ObjectsApi.copyObjectAsync(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation,
ApiCallback<ObjectStats> _callback) |
create a copy of an object (asynchronously)
|
okhttp3.Call |
ObjectsApi.copyObjectCall(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation,
ApiCallback _callback) |
Build call for copyObject
|
ApiResponse<ObjectStats> |
ObjectsApi.copyObjectWithHttpInfo(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation) |
create a copy of an object
|
String |
BranchesApi.createBranch(String repository,
BranchCreation branchCreation) |
create branch
|
okhttp3.Call |
BranchesApi.createBranchAsync(String repository,
BranchCreation branchCreation,
ApiCallback<String> _callback) |
create branch (asynchronously)
|
okhttp3.Call |
BranchesApi.createBranchCall(String repository,
BranchCreation branchCreation,
ApiCallback _callback) |
Build call for createBranch
|
void |
RepositoriesApi.createBranchProtectionRule(String repository,
BranchProtectionRule branchProtectionRule) |
|
okhttp3.Call |
RepositoriesApi.createBranchProtectionRuleAsync(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.createBranchProtectionRuleCall(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback _callback) |
Build call for createBranchProtectionRule
|
void |
RepositoriesApi.createBranchProtectionRulePreflight(String repository) |
|
okhttp3.Call |
RepositoriesApi.createBranchProtectionRulePreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.createBranchProtectionRulePreflightCall(String repository,
ApiCallback _callback) |
Build call for createBranchProtectionRulePreflight
|
ApiResponse<Void> |
RepositoriesApi.createBranchProtectionRulePreflightWithHttpInfo(String repository) |
|
ApiResponse<Void> |
RepositoriesApi.createBranchProtectionRuleWithHttpInfo(String repository,
BranchProtectionRule branchProtectionRule) |
|
ApiResponse<String> |
BranchesApi.createBranchWithHttpInfo(String repository,
BranchCreation branchCreation) |
create branch
|
CredentialsWithSecret |
AuthApi.createCredentials(String userId) |
create credentials
|
okhttp3.Call |
AuthApi.createCredentialsAsync(String userId,
ApiCallback<CredentialsWithSecret> _callback) |
create credentials (asynchronously)
|
okhttp3.Call |
AuthApi.createCredentialsCall(String userId,
ApiCallback _callback) |
Build call for createCredentials
|
ApiResponse<CredentialsWithSecret> |
AuthApi.createCredentialsWithHttpInfo(String userId) |
create credentials
|
Group |
AuthApi.createGroup(GroupCreation groupCreation) |
create group
|
okhttp3.Call |
AuthApi.createGroupAsync(GroupCreation groupCreation,
ApiCallback<Group> _callback) |
create group (asynchronously)
|
okhttp3.Call |
AuthApi.createGroupCall(GroupCreation groupCreation,
ApiCallback _callback) |
Build call for createGroup
|
ApiResponse<Group> |
AuthApi.createGroupWithHttpInfo(GroupCreation groupCreation) |
create group
|
MetaRangeCreationResponse |
ImportApi.createMetaRange(String repository,
MetaRangeCreation metaRangeCreation) |
create a lakeFS metarange file from the given ranges
|
okhttp3.Call |
ImportApi.createMetaRangeAsync(String repository,
MetaRangeCreation metaRangeCreation,
ApiCallback<MetaRangeCreationResponse> _callback) |
create a lakeFS metarange file from the given ranges (asynchronously)
|
okhttp3.Call |
ImportApi.createMetaRangeCall(String repository,
MetaRangeCreation metaRangeCreation,
ApiCallback _callback) |
Build call for createMetaRange
|
ApiResponse<MetaRangeCreationResponse> |
ImportApi.createMetaRangeWithHttpInfo(String repository,
MetaRangeCreation metaRangeCreation) |
create a lakeFS metarange file from the given ranges
|
Policy |
AuthApi.createPolicy(Policy policy) |
create policy
|
okhttp3.Call |
AuthApi.createPolicyAsync(Policy policy,
ApiCallback<Policy> _callback) |
create policy (asynchronously)
|
okhttp3.Call |
AuthApi.createPolicyCall(Policy policy,
ApiCallback _callback) |
Build call for createPolicy
|
ApiResponse<Policy> |
AuthApi.createPolicyWithHttpInfo(Policy policy) |
create policy
|
Repository |
RepositoriesApi.createRepository(RepositoryCreation repositoryCreation,
Boolean bare) |
create repository
|
okhttp3.Call |
RepositoriesApi.createRepositoryAsync(RepositoryCreation repositoryCreation,
Boolean bare,
ApiCallback<Repository> _callback) |
create repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.createRepositoryCall(RepositoryCreation repositoryCreation,
Boolean bare,
ApiCallback _callback) |
Build call for createRepository
|
ApiResponse<Repository> |
RepositoriesApi.createRepositoryWithHttpInfo(RepositoryCreation repositoryCreation,
Boolean bare) |
create repository
|
StorageURI |
MetadataApi.createSymlinkFile(String repository,
String branch,
String location) |
creates symlink files corresponding to the given directory
|
okhttp3.Call |
MetadataApi.createSymlinkFileAsync(String repository,
String branch,
String location,
ApiCallback<StorageURI> _callback) |
creates symlink files corresponding to the given directory (asynchronously)
|
okhttp3.Call |
MetadataApi.createSymlinkFileCall(String repository,
String branch,
String location,
ApiCallback _callback) |
Build call for createSymlinkFile
|
ApiResponse<StorageURI> |
MetadataApi.createSymlinkFileWithHttpInfo(String repository,
String branch,
String location) |
creates symlink files corresponding to the given directory
|
Ref |
TagsApi.createTag(String repository,
TagCreation tagCreation) |
create tag
|
okhttp3.Call |
TagsApi.createTagAsync(String repository,
TagCreation tagCreation,
ApiCallback<Ref> _callback) |
create tag (asynchronously)
|
okhttp3.Call |
TagsApi.createTagCall(String repository,
TagCreation tagCreation,
ApiCallback _callback) |
Build call for createTag
|
ApiResponse<Ref> |
TagsApi.createTagWithHttpInfo(String repository,
TagCreation tagCreation) |
create tag
|
User |
AuthApi.createUser(UserCreation userCreation) |
create user
|
okhttp3.Call |
AuthApi.createUserAsync(UserCreation userCreation,
ApiCallback<User> _callback) |
create user (asynchronously)
|
okhttp3.Call |
AuthApi.createUserCall(UserCreation userCreation,
ApiCallback _callback) |
Build call for createUser
|
ApiResponse<User> |
AuthApi.createUserWithHttpInfo(UserCreation userCreation) |
create user
|
void |
BranchesApi.deleteBranch(String repository,
String branch) |
delete branch
|
okhttp3.Call |
BranchesApi.deleteBranchAsync(String repository,
String branch,
ApiCallback<Void> _callback) |
delete branch (asynchronously)
|
okhttp3.Call |
BranchesApi.deleteBranchCall(String repository,
String branch,
ApiCallback _callback) |
Build call for deleteBranch
|
void |
RepositoriesApi.deleteBranchProtectionRule(String repository,
InlineObject1 inlineObject1) |
|
okhttp3.Call |
RepositoriesApi.deleteBranchProtectionRuleAsync(String repository,
InlineObject1 inlineObject1,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.deleteBranchProtectionRuleCall(String repository,
InlineObject1 inlineObject1,
ApiCallback _callback) |
Build call for deleteBranchProtectionRule
|
ApiResponse<Void> |
RepositoriesApi.deleteBranchProtectionRuleWithHttpInfo(String repository,
InlineObject1 inlineObject1) |
|
ApiResponse<Void> |
BranchesApi.deleteBranchWithHttpInfo(String repository,
String branch) |
delete branch
|
void |
AuthApi.deleteCredentials(String userId,
String accessKeyId) |
delete credentials
|
okhttp3.Call |
AuthApi.deleteCredentialsAsync(String userId,
String accessKeyId,
ApiCallback<Void> _callback) |
delete credentials (asynchronously)
|
okhttp3.Call |
AuthApi.deleteCredentialsCall(String userId,
String accessKeyId,
ApiCallback _callback) |
Build call for deleteCredentials
|
ApiResponse<Void> |
AuthApi.deleteCredentialsWithHttpInfo(String userId,
String accessKeyId) |
delete credentials
|
void |
RetentionApi.deleteGarbageCollectionRules(String repository) |
|
okhttp3.Call |
RetentionApi.deleteGarbageCollectionRulesAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RetentionApi.deleteGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Build call for deleteGarbageCollectionRules
|
ApiResponse<Void> |
RetentionApi.deleteGarbageCollectionRulesWithHttpInfo(String repository) |
|
void |
AuthApi.deleteGroup(String groupId) |
delete group
|
okhttp3.Call |
AuthApi.deleteGroupAsync(String groupId,
ApiCallback<Void> _callback) |
delete group (asynchronously)
|
okhttp3.Call |
AuthApi.deleteGroupCall(String groupId,
ApiCallback _callback) |
Build call for deleteGroup
|
void |
AuthApi.deleteGroupMembership(String groupId,
String userId) |
delete group membership
|
okhttp3.Call |
AuthApi.deleteGroupMembershipAsync(String groupId,
String userId,
ApiCallback<Void> _callback) |
delete group membership (asynchronously)
|
okhttp3.Call |
AuthApi.deleteGroupMembershipCall(String groupId,
String userId,
ApiCallback _callback) |
Build call for deleteGroupMembership
|
ApiResponse<Void> |
AuthApi.deleteGroupMembershipWithHttpInfo(String groupId,
String userId) |
delete group membership
|
ApiResponse<Void> |
AuthApi.deleteGroupWithHttpInfo(String groupId) |
delete group
|
void |
ObjectsApi.deleteObject(String repository,
String branch,
String path) |
delete object.
|
okhttp3.Call |
ObjectsApi.deleteObjectAsync(String repository,
String branch,
String path,
ApiCallback<Void> _callback) |
delete object.
|
okhttp3.Call |
ObjectsApi.deleteObjectCall(String repository,
String branch,
String path,
ApiCallback _callback) |
Build call for deleteObject
|
ObjectErrorList |
ObjectsApi.deleteObjects(String repository,
String branch,
PathList pathList) |
delete objects.
|
okhttp3.Call |
ObjectsApi.deleteObjectsAsync(String repository,
String branch,
PathList pathList,
ApiCallback<ObjectErrorList> _callback) |
delete objects.
|
okhttp3.Call |
ObjectsApi.deleteObjectsCall(String repository,
String branch,
PathList pathList,
ApiCallback _callback) |
Build call for deleteObjects
|
ApiResponse<ObjectErrorList> |
ObjectsApi.deleteObjectsWithHttpInfo(String repository,
String branch,
PathList pathList) |
delete objects.
|
ApiResponse<Void> |
ObjectsApi.deleteObjectWithHttpInfo(String repository,
String branch,
String path) |
delete object.
|
void |
AuthApi.deletePolicy(String policyId) |
delete policy
|
okhttp3.Call |
AuthApi.deletePolicyAsync(String policyId,
ApiCallback<Void> _callback) |
delete policy (asynchronously)
|
okhttp3.Call |
AuthApi.deletePolicyCall(String policyId,
ApiCallback _callback) |
Build call for deletePolicy
|
ApiResponse<Void> |
AuthApi.deletePolicyWithHttpInfo(String policyId) |
delete policy
|
void |
RepositoriesApi.deleteRepository(String repository) |
delete repository
|
okhttp3.Call |
RepositoriesApi.deleteRepositoryAsync(String repository,
ApiCallback<Void> _callback) |
delete repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.deleteRepositoryCall(String repository,
ApiCallback _callback) |
Build call for deleteRepository
|
ApiResponse<Void> |
RepositoriesApi.deleteRepositoryWithHttpInfo(String repository) |
delete repository
|
void |
TagsApi.deleteTag(String repository,
String tag) |
delete tag
|
okhttp3.Call |
TagsApi.deleteTagAsync(String repository,
String tag,
ApiCallback<Void> _callback) |
delete tag (asynchronously)
|
okhttp3.Call |
TagsApi.deleteTagCall(String repository,
String tag,
ApiCallback _callback) |
Build call for deleteTag
|
ApiResponse<Void> |
TagsApi.deleteTagWithHttpInfo(String repository,
String tag) |
delete tag
|
void |
AuthApi.deleteUser(String userId) |
delete user
|
okhttp3.Call |
AuthApi.deleteUserAsync(String userId,
ApiCallback<Void> _callback) |
delete user (asynchronously)
|
okhttp3.Call |
AuthApi.deleteUserCall(String userId,
ApiCallback _callback) |
Build call for deleteUser
|
ApiResponse<Void> |
AuthApi.deleteUserWithHttpInfo(String userId) |
delete user
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType) |
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
void |
AuthApi.detachPolicyFromGroup(String groupId,
String policyId) |
detach policy from group
|
okhttp3.Call |
AuthApi.detachPolicyFromGroupAsync(String groupId,
String policyId,
ApiCallback<Void> _callback) |
detach policy from group (asynchronously)
|
okhttp3.Call |
AuthApi.detachPolicyFromGroupCall(String groupId,
String policyId,
ApiCallback _callback) |
Build call for detachPolicyFromGroup
|
ApiResponse<Void> |
AuthApi.detachPolicyFromGroupWithHttpInfo(String groupId,
String policyId) |
detach policy from group
|
void |
AuthApi.detachPolicyFromUser(String userId,
String policyId) |
detach policy from user
|
okhttp3.Call |
AuthApi.detachPolicyFromUserAsync(String userId,
String policyId,
ApiCallback<Void> _callback) |
detach policy from user (asynchronously)
|
okhttp3.Call |
AuthApi.detachPolicyFromUserCall(String userId,
String policyId,
ApiCallback _callback) |
Build call for detachPolicyFromUser
|
ApiResponse<Void> |
AuthApi.detachPolicyFromUserWithHttpInfo(String userId,
String policyId) |
detach policy from user
|
DiffList |
BranchesApi.diffBranch(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter) |
diff branch
|
okhttp3.Call |
BranchesApi.diffBranchAsync(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter,
ApiCallback<DiffList> _callback) |
diff branch (asynchronously)
|
okhttp3.Call |
BranchesApi.diffBranchCall(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter,
ApiCallback _callback) |
Build call for diffBranch
|
ApiResponse<DiffList> |
BranchesApi.diffBranchWithHttpInfo(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter) |
diff branch
|
DiffList |
RefsApi.diffRefs(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type) |
diff references
|
okhttp3.Call |
RefsApi.diffRefsAsync(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type,
ApiCallback<DiffList> _callback) |
diff references (asynchronously)
|
okhttp3.Call |
RefsApi.diffRefsCall(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type,
ApiCallback _callback) |
Build call for diffRefs
|
ApiResponse<DiffList> |
RefsApi.diffRefsWithHttpInfo(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type) |
diff references
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response) |
Download file from the given response.
|
RefsDump |
RefsApi.dumpRefs(String repository) |
Dump repository refs (tags, commits, branches) to object store
|
okhttp3.Call |
RefsApi.dumpRefsAsync(String repository,
ApiCallback<RefsDump> _callback) |
Dump repository refs (tags, commits, branches) to object store (asynchronously)
|
okhttp3.Call |
RefsApi.dumpRefsCall(String repository,
ApiCallback _callback) |
Build call for dumpRefs
|
ApiResponse<RefsDump> |
RefsApi.dumpRefsWithHttpInfo(String repository) |
Dump repository refs (tags, commits, branches) to object store
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call) |
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType) |
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
Object |
TemplatesApi.expandTemplate(String templateLocation,
Map<String,String> params) |
fetch and expand template
|
okhttp3.Call |
TemplatesApi.expandTemplateAsync(String templateLocation,
Map<String,String> params,
ApiCallback<Object> _callback) |
(asynchronously)
fetch and expand template
|
okhttp3.Call |
TemplatesApi.expandTemplateCall(String templateLocation,
Map<String,String> params,
ApiCallback _callback) |
Build call for expandTemplate
|
ApiResponse<Object> |
TemplatesApi.expandTemplateWithHttpInfo(String templateLocation,
Map<String,String> params) |
fetch and expand template
|
FindMergeBaseResult |
RefsApi.findMergeBase(String repository,
String sourceRef,
String destinationBranch) |
find the merge base for 2 references
|
okhttp3.Call |
RefsApi.findMergeBaseAsync(String repository,
String sourceRef,
String destinationBranch,
ApiCallback<FindMergeBaseResult> _callback) |
find the merge base for 2 references (asynchronously)
|
okhttp3.Call |
RefsApi.findMergeBaseCall(String repository,
String sourceRef,
String destinationBranch,
ApiCallback _callback) |
Build call for findMergeBase
|
ApiResponse<FindMergeBaseResult> |
RefsApi.findMergeBaseWithHttpInfo(String repository,
String sourceRef,
String destinationBranch) |
find the merge base for 2 references
|
void |
AuthApi.forgotPassword(ForgotPasswordRequest forgotPasswordRequest) |
forgot password request initiates the password reset process
|
okhttp3.Call |
AuthApi.forgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest,
ApiCallback<Void> _callback) |
forgot password request initiates the password reset process (asynchronously)
|
okhttp3.Call |
AuthApi.forgotPasswordCall(ForgotPasswordRequest forgotPasswordRequest,
ApiCallback _callback) |
Build call for forgotPassword
|
ApiResponse<Void> |
AuthApi.forgotPasswordWithHttpInfo(ForgotPasswordRequest forgotPasswordRequest) |
forgot password request initiates the password reset process
|
AuthCapabilities |
AuthApi.getAuthCapabilities() |
list authentication capabilities supported
|
okhttp3.Call |
AuthApi.getAuthCapabilitiesAsync(ApiCallback<AuthCapabilities> _callback) |
list authentication capabilities supported (asynchronously)
|
okhttp3.Call |
AuthApi.getAuthCapabilitiesCall(ApiCallback _callback) |
Build call for getAuthCapabilities
|
ApiResponse<AuthCapabilities> |
AuthApi.getAuthCapabilitiesWithHttpInfo() |
list authentication capabilities supported
|
Ref |
BranchesApi.getBranch(String repository,
String branch) |
get branch
|
okhttp3.Call |
BranchesApi.getBranchAsync(String repository,
String branch,
ApiCallback<Ref> _callback) |
get branch (asynchronously)
|
okhttp3.Call |
BranchesApi.getBranchCall(String repository,
String branch,
ApiCallback _callback) |
Build call for getBranch
|
List<BranchProtectionRule> |
RepositoriesApi.getBranchProtectionRules(String repository) |
get branch protection rules
|
okhttp3.Call |
RepositoriesApi.getBranchProtectionRulesAsync(String repository,
ApiCallback<List<BranchProtectionRule>> _callback) |
get branch protection rules (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getBranchProtectionRulesCall(String repository,
ApiCallback _callback) |
Build call for getBranchProtectionRules
|
ApiResponse<List<BranchProtectionRule>> |
RepositoriesApi.getBranchProtectionRulesWithHttpInfo(String repository) |
get branch protection rules
|
ApiResponse<Ref> |
BranchesApi.getBranchWithHttpInfo(String repository,
String branch) |
get branch
|
Commit |
CommitsApi.getCommit(String repository,
String commitId) |
get commit
|
okhttp3.Call |
CommitsApi.getCommitAsync(String repository,
String commitId,
ApiCallback<Commit> _callback) |
get commit (asynchronously)
|
okhttp3.Call |
CommitsApi.getCommitCall(String repository,
String commitId,
ApiCallback _callback) |
Build call for getCommit
|
ApiResponse<Commit> |
CommitsApi.getCommitWithHttpInfo(String repository,
String commitId) |
get commit
|
Credentials |
AuthApi.getCredentials(String userId,
String accessKeyId) |
get credentials
|
okhttp3.Call |
AuthApi.getCredentialsAsync(String userId,
String accessKeyId,
ApiCallback<Credentials> _callback) |
get credentials (asynchronously)
|
okhttp3.Call |
AuthApi.getCredentialsCall(String userId,
String accessKeyId,
ApiCallback _callback) |
Build call for getCredentials
|
ApiResponse<Credentials> |
AuthApi.getCredentialsWithHttpInfo(String userId,
String accessKeyId) |
get credentials
|
CurrentUser |
AuthApi.getCurrentUser() |
get current user
|
okhttp3.Call |
AuthApi.getCurrentUserAsync(ApiCallback<CurrentUser> _callback) |
get current user (asynchronously)
|
okhttp3.Call |
AuthApi.getCurrentUserCall(ApiCallback _callback) |
Build call for getCurrentUser
|
ApiResponse<CurrentUser> |
AuthApi.getCurrentUserWithHttpInfo() |
get current user
|
GarbageCollectionConfig |
ConfigApi.getGarbageCollectionConfig() |
get information of gc settings
|
okhttp3.Call |
ConfigApi.getGarbageCollectionConfigAsync(ApiCallback<GarbageCollectionConfig> _callback) |
(asynchronously)
get information of gc settings
|
okhttp3.Call |
ConfigApi.getGarbageCollectionConfigCall(ApiCallback _callback) |
Build call for getGarbageCollectionConfig
|
ApiResponse<GarbageCollectionConfig> |
ConfigApi.getGarbageCollectionConfigWithHttpInfo() |
get information of gc settings
|
GarbageCollectionRules |
RetentionApi.getGarbageCollectionRules(String repository) |
|
okhttp3.Call |
RetentionApi.getGarbageCollectionRulesAsync(String repository,
ApiCallback<GarbageCollectionRules> _callback) |
(asynchronously)
|
okhttp3.Call |
RetentionApi.getGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Build call for getGarbageCollectionRules
|
ApiResponse<GarbageCollectionRules> |
RetentionApi.getGarbageCollectionRulesWithHttpInfo(String repository) |
|
Group |
AuthApi.getGroup(String groupId) |
get group
|
ACL |
AuthApi.getGroupACL(String groupId) |
get ACL of group
|
okhttp3.Call |
AuthApi.getGroupACLAsync(String groupId,
ApiCallback<ACL> _callback) |
get ACL of group (asynchronously)
|
okhttp3.Call |
AuthApi.getGroupACLCall(String groupId,
ApiCallback _callback) |
Build call for getGroupACL
|
ApiResponse<ACL> |
AuthApi.getGroupACLWithHttpInfo(String groupId) |
get ACL of group
|
okhttp3.Call |
AuthApi.getGroupAsync(String groupId,
ApiCallback<Group> _callback) |
get group (asynchronously)
|
okhttp3.Call |
AuthApi.getGroupCall(String groupId,
ApiCallback _callback) |
Build call for getGroup
|
ApiResponse<Group> |
AuthApi.getGroupWithHttpInfo(String groupId) |
get group
|
VersionConfig |
ConfigApi.getLakeFSVersion() |
get version of lakeFS server
|
okhttp3.Call |
ConfigApi.getLakeFSVersionAsync(ApiCallback<VersionConfig> _callback) |
(asynchronously)
get version of lakeFS server
|
okhttp3.Call |
ConfigApi.getLakeFSVersionCall(ApiCallback _callback) |
Build call for getLakeFSVersion
|
ApiResponse<VersionConfig> |
ConfigApi.getLakeFSVersionWithHttpInfo() |
get version of lakeFS server
|
StorageURI |
MetadataApi.getMetaRange(String repository,
String metaRange) |
return URI to a meta-range file
|
okhttp3.Call |
MetadataApi.getMetaRangeAsync(String repository,
String metaRange,
ApiCallback<StorageURI> _callback) |
return URI to a meta-range file (asynchronously)
|
okhttp3.Call |
MetadataApi.getMetaRangeCall(String repository,
String metaRange,
ApiCallback _callback) |
Build call for getMetaRange
|
ApiResponse<StorageURI> |
MetadataApi.getMetaRangeWithHttpInfo(String repository,
String metaRange) |
return URI to a meta-range file
|
File |
ObjectsApi.getObject(String repository,
String ref,
String path,
String range,
Boolean presign) |
get object content
|
okhttp3.Call |
ObjectsApi.getObjectAsync(String repository,
String ref,
String path,
String range,
Boolean presign,
ApiCallback<File> _callback) |
get object content (asynchronously)
|
okhttp3.Call |
ObjectsApi.getObjectCall(String repository,
String ref,
String path,
String range,
Boolean presign,
ApiCallback _callback) |
Build call for getObject
|
ApiResponse<File> |
ObjectsApi.getObjectWithHttpInfo(String repository,
String ref,
String path,
String range,
Boolean presign) |
get object content
|
OTFDiffs |
ExperimentalApi.getOtfDiffs() |
get the available Open Table Format diffs
|
OTFDiffs |
OtfDiffApi.getOtfDiffs() |
get the available Open Table Format diffs
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback) |
get the available Open Table Format diffs (asynchronously)
|
okhttp3.Call |
OtfDiffApi.getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback) |
get the available Open Table Format diffs (asynchronously)
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsCall(ApiCallback _callback) |
Build call for getOtfDiffs
|
okhttp3.Call |
OtfDiffApi.getOtfDiffsCall(ApiCallback _callback) |
Build call for getOtfDiffs
|
ApiResponse<OTFDiffs> |
ExperimentalApi.getOtfDiffsWithHttpInfo() |
get the available Open Table Format diffs
|
ApiResponse<OTFDiffs> |
OtfDiffApi.getOtfDiffsWithHttpInfo() |
get the available Open Table Format diffs
|
StagingLocation |
StagingApi.getPhysicalAddress(String repository,
String branch,
String path,
Boolean presign) |
get a physical address and a return token to write object to underlying storage
|
okhttp3.Call |
StagingApi.getPhysicalAddressAsync(String repository,
String branch,
String path,
Boolean presign,
ApiCallback<StagingLocation> _callback) |
get a physical address and a return token to write object to underlying storage (asynchronously)
|
okhttp3.Call |
StagingApi.getPhysicalAddressCall(String repository,
String branch,
String path,
Boolean presign,
ApiCallback _callback) |
Build call for getPhysicalAddress
|
ApiResponse<StagingLocation> |
StagingApi.getPhysicalAddressWithHttpInfo(String repository,
String branch,
String path,
Boolean presign) |
get a physical address and a return token to write object to underlying storage
|
Policy |
AuthApi.getPolicy(String policyId) |
get policy
|
okhttp3.Call |
AuthApi.getPolicyAsync(String policyId,
ApiCallback<Policy> _callback) |
get policy (asynchronously)
|
okhttp3.Call |
AuthApi.getPolicyCall(String policyId,
ApiCallback _callback) |
Build call for getPolicy
|
ApiResponse<Policy> |
AuthApi.getPolicyWithHttpInfo(String policyId) |
get policy
|
StorageURI |
MetadataApi.getRange(String repository,
String range) |
return URI to a range file
|
okhttp3.Call |
MetadataApi.getRangeAsync(String repository,
String range,
ApiCallback<StorageURI> _callback) |
return URI to a range file (asynchronously)
|
okhttp3.Call |
MetadataApi.getRangeCall(String repository,
String range,
ApiCallback _callback) |
Build call for getRange
|
ApiResponse<StorageURI> |
MetadataApi.getRangeWithHttpInfo(String repository,
String range) |
return URI to a range file
|
Repository |
RepositoriesApi.getRepository(String repository) |
get repository
|
okhttp3.Call |
RepositoriesApi.getRepositoryAsync(String repository,
ApiCallback<Repository> _callback) |
get repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getRepositoryCall(String repository,
ApiCallback _callback) |
Build call for getRepository
|
Map<String,String> |
RepositoriesApi.getRepositoryMetadata(String repository) |
get repository metadata
|
okhttp3.Call |
RepositoriesApi.getRepositoryMetadataAsync(String repository,
ApiCallback<Map<String,String>> _callback) |
get repository metadata (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getRepositoryMetadataCall(String repository,
ApiCallback _callback) |
Build call for getRepositoryMetadata
|
ApiResponse<Map<String,String>> |
RepositoriesApi.getRepositoryMetadataWithHttpInfo(String repository) |
get repository metadata
|
ApiResponse<Repository> |
RepositoriesApi.getRepositoryWithHttpInfo(String repository) |
get repository
|
ActionRun |
ActionsApi.getRun(String repository,
String runId) |
get a run
|
okhttp3.Call |
ActionsApi.getRunAsync(String repository,
String runId,
ApiCallback<ActionRun> _callback) |
get a run (asynchronously)
|
okhttp3.Call |
ActionsApi.getRunCall(String repository,
String runId,
ApiCallback _callback) |
Build call for getRun
|
File |
ActionsApi.getRunHookOutput(String repository,
String runId,
String hookRunId) |
get run hook output
|
okhttp3.Call |
ActionsApi.getRunHookOutputAsync(String repository,
String runId,
String hookRunId,
ApiCallback<File> _callback) |
get run hook output (asynchronously)
|
okhttp3.Call |
ActionsApi.getRunHookOutputCall(String repository,
String runId,
String hookRunId,
ApiCallback _callback) |
Build call for getRunHookOutput
|
ApiResponse<File> |
ActionsApi.getRunHookOutputWithHttpInfo(String repository,
String runId,
String hookRunId) |
get run hook output
|
ApiResponse<ActionRun> |
ActionsApi.getRunWithHttpInfo(String repository,
String runId) |
get a run
|
SetupState |
ConfigApi.getSetupState() |
check if the lakeFS installation is already set up
|
okhttp3.Call |
ConfigApi.getSetupStateAsync(ApiCallback<SetupState> _callback) |
check if the lakeFS installation is already set up (asynchronously)
|
okhttp3.Call |
ConfigApi.getSetupStateCall(ApiCallback _callback) |
Build call for getSetupState
|
ApiResponse<SetupState> |
ConfigApi.getSetupStateWithHttpInfo() |
check if the lakeFS installation is already set up
|
StorageConfig |
ConfigApi.getStorageConfig() |
retrieve lakeFS storage configuration
|
okhttp3.Call |
ConfigApi.getStorageConfigAsync(ApiCallback<StorageConfig> _callback) |
(asynchronously)
retrieve lakeFS storage configuration
|
okhttp3.Call |
ConfigApi.getStorageConfigCall(ApiCallback _callback) |
Build call for getStorageConfig
|
ApiResponse<StorageConfig> |
ConfigApi.getStorageConfigWithHttpInfo() |
retrieve lakeFS storage configuration
|
Ref |
TagsApi.getTag(String repository,
String tag) |
get tag
|
okhttp3.Call |
TagsApi.getTagAsync(String repository,
String tag,
ApiCallback<Ref> _callback) |
get tag (asynchronously)
|
okhttp3.Call |
TagsApi.getTagCall(String repository,
String tag,
ApiCallback _callback) |
Build call for getTag
|
ApiResponse<Ref> |
TagsApi.getTagWithHttpInfo(String repository,
String tag) |
get tag
|
UnderlyingObjectProperties |
ObjectsApi.getUnderlyingProperties(String repository,
String ref,
String path) |
get object properties on underlying storage
|
okhttp3.Call |
ObjectsApi.getUnderlyingPropertiesAsync(String repository,
String ref,
String path,
ApiCallback<UnderlyingObjectProperties> _callback) |
get object properties on underlying storage (asynchronously)
|
okhttp3.Call |
ObjectsApi.getUnderlyingPropertiesCall(String repository,
String ref,
String path,
ApiCallback _callback) |
Build call for getUnderlyingProperties
|
ApiResponse<UnderlyingObjectProperties> |
ObjectsApi.getUnderlyingPropertiesWithHttpInfo(String repository,
String ref,
String path) |
get object properties on underlying storage
|
User |
AuthApi.getUser(String userId) |
get user
|
okhttp3.Call |
AuthApi.getUserAsync(String userId,
ApiCallback<User> _callback) |
get user (asynchronously)
|
okhttp3.Call |
AuthApi.getUserCall(String userId,
ApiCallback _callback) |
Build call for getUser
|
ApiResponse<User> |
AuthApi.getUserWithHttpInfo(String userId) |
get user
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType) |
Handle the given response, return the deserialized object when the response is successful.
|
void |
ObjectsApi.headObject(String repository,
String ref,
String path,
String range) |
check if object exists
|
okhttp3.Call |
ObjectsApi.headObjectAsync(String repository,
String ref,
String path,
String range,
ApiCallback<Void> _callback) |
check if object exists (asynchronously)
|
okhttp3.Call |
ObjectsApi.headObjectCall(String repository,
String ref,
String path,
String range,
ApiCallback _callback) |
Build call for headObject
|
ApiResponse<Void> |
ObjectsApi.headObjectWithHttpInfo(String repository,
String ref,
String path,
String range) |
check if object exists
|
void |
HealthCheckApi.healthCheck() |
check that the API server is up and running
|
okhttp3.Call |
HealthCheckApi.healthCheckAsync(ApiCallback<Void> _callback) |
(asynchronously)
check that the API server is up and running
|
okhttp3.Call |
HealthCheckApi.healthCheckCall(ApiCallback _callback) |
Build call for healthCheck
|
ApiResponse<Void> |
HealthCheckApi.healthCheckWithHttpInfo() |
check that the API server is up and running
|
void |
ImportApi.importCancel(String repository,
String branch,
String id) |
cancel ongoing import
|
okhttp3.Call |
ImportApi.importCancelAsync(String repository,
String branch,
String id,
ApiCallback<Void> _callback) |
cancel ongoing import (asynchronously)
|
okhttp3.Call |
ImportApi.importCancelCall(String repository,
String branch,
String id,
ApiCallback _callback) |
Build call for importCancel
|
ApiResponse<Void> |
ImportApi.importCancelWithHttpInfo(String repository,
String branch,
String id) |
cancel ongoing import
|
ImportCreationResponse |
ImportApi.importStart(String repository,
String branch,
ImportCreation importCreation) |
import data from object store
|
okhttp3.Call |
ImportApi.importStartAsync(String repository,
String branch,
ImportCreation importCreation,
ApiCallback<ImportCreationResponse> _callback) |
import data from object store (asynchronously)
|
okhttp3.Call |
ImportApi.importStartCall(String repository,
String branch,
ImportCreation importCreation,
ApiCallback _callback) |
Build call for importStart
|
ApiResponse<ImportCreationResponse> |
ImportApi.importStartWithHttpInfo(String repository,
String branch,
ImportCreation importCreation) |
import data from object store
|
ImportStatusResp |
ImportApi.importStatus(String repository,
String branch,
String id) |
get import status
|
okhttp3.Call |
ImportApi.importStatusAsync(String repository,
String branch,
String id,
ApiCallback<ImportStatusResp> _callback) |
get import status (asynchronously)
|
okhttp3.Call |
ImportApi.importStatusCall(String repository,
String branch,
String id,
ApiCallback _callback) |
Build call for importStatus
|
ApiResponse<ImportStatusResp> |
ImportApi.importStatusWithHttpInfo(String repository,
String branch,
String id) |
get import status
|
IngestRangeCreationResponse |
ImportApi.ingestRange(String repository,
StageRangeCreation stageRangeCreation) |
create a lakeFS range file from the source uri
|
okhttp3.Call |
ImportApi.ingestRangeAsync(String repository,
StageRangeCreation stageRangeCreation,
ApiCallback<IngestRangeCreationResponse> _callback) |
create a lakeFS range file from the source uri (asynchronously)
|
okhttp3.Call |
ImportApi.ingestRangeCall(String repository,
StageRangeCreation stageRangeCreation,
ApiCallback _callback) |
Build call for ingestRange
|
ApiResponse<IngestRangeCreationResponse> |
ImportApi.ingestRangeWithHttpInfo(String repository,
StageRangeCreation stageRangeCreation) |
create a lakeFS range file from the source uri
|
ObjectStats |
StagingApi.linkPhysicalAddress(String repository,
String branch,
String path,
StagingMetadata stagingMetadata) |
associate staging on this physical address with a path
If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.
|
okhttp3.Call |
StagingApi.linkPhysicalAddressAsync(String repository,
String branch,
String path,
StagingMetadata stagingMetadata,
ApiCallback<ObjectStats> _callback) |
associate staging on this physical address with a path (asynchronously)
If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.
|
okhttp3.Call |
StagingApi.linkPhysicalAddressCall(String repository,
String branch,
String path,
StagingMetadata stagingMetadata,
ApiCallback _callback) |
Build call for linkPhysicalAddress
|
ApiResponse<ObjectStats> |
StagingApi.linkPhysicalAddressWithHttpInfo(String repository,
String branch,
String path,
StagingMetadata stagingMetadata) |
associate staging on this physical address with a path
If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.
|
RefList |
BranchesApi.listBranches(String repository,
String prefix,
String after,
Integer amount) |
list branches
|
okhttp3.Call |
BranchesApi.listBranchesAsync(String repository,
String prefix,
String after,
Integer amount,
ApiCallback<RefList> _callback) |
list branches (asynchronously)
|
okhttp3.Call |
BranchesApi.listBranchesCall(String repository,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listBranches
|
ApiResponse<RefList> |
BranchesApi.listBranchesWithHttpInfo(String repository,
String prefix,
String after,
Integer amount) |
list branches
|
UserList |
AuthApi.listGroupMembers(String groupId,
String prefix,
String after,
Integer amount) |
list group members
|
okhttp3.Call |
AuthApi.listGroupMembersAsync(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback<UserList> _callback) |
list group members (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupMembersCall(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroupMembers
|
ApiResponse<UserList> |
AuthApi.listGroupMembersWithHttpInfo(String groupId,
String prefix,
String after,
Integer amount) |
list group members
|
PolicyList |
AuthApi.listGroupPolicies(String groupId,
String prefix,
String after,
Integer amount) |
list group policies
|
okhttp3.Call |
AuthApi.listGroupPoliciesAsync(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback<PolicyList> _callback) |
list group policies (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupPoliciesCall(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroupPolicies
|
ApiResponse<PolicyList> |
AuthApi.listGroupPoliciesWithHttpInfo(String groupId,
String prefix,
String after,
Integer amount) |
list group policies
|
GroupList |
AuthApi.listGroups(String prefix,
String after,
Integer amount) |
list groups
|
okhttp3.Call |
AuthApi.listGroupsAsync(String prefix,
String after,
Integer amount,
ApiCallback<GroupList> _callback) |
list groups (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupsCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroups
|
ApiResponse<GroupList> |
AuthApi.listGroupsWithHttpInfo(String prefix,
String after,
Integer amount) |
list groups
|
ObjectStatsList |
ObjectsApi.listObjects(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix) |
list objects under a given prefix
|
okhttp3.Call |
ObjectsApi.listObjectsAsync(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix,
ApiCallback<ObjectStatsList> _callback) |
list objects under a given prefix (asynchronously)
|
okhttp3.Call |
ObjectsApi.listObjectsCall(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix,
ApiCallback _callback) |
Build call for listObjects
|
ApiResponse<ObjectStatsList> |
ObjectsApi.listObjectsWithHttpInfo(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix) |
list objects under a given prefix
|
PolicyList |
AuthApi.listPolicies(String prefix,
String after,
Integer amount) |
list policies
|
okhttp3.Call |
AuthApi.listPoliciesAsync(String prefix,
String after,
Integer amount,
ApiCallback<PolicyList> _callback) |
list policies (asynchronously)
|
okhttp3.Call |
AuthApi.listPoliciesCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listPolicies
|
ApiResponse<PolicyList> |
AuthApi.listPoliciesWithHttpInfo(String prefix,
String after,
Integer amount) |
list policies
|
RepositoryList |
RepositoriesApi.listRepositories(String prefix,
String after,
Integer amount) |
list repositories
|
okhttp3.Call |
RepositoriesApi.listRepositoriesAsync(String prefix,
String after,
Integer amount,
ApiCallback<RepositoryList> _callback) |
list repositories (asynchronously)
|
okhttp3.Call |
RepositoriesApi.listRepositoriesCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listRepositories
|
ApiResponse<RepositoryList> |
RepositoriesApi.listRepositoriesWithHttpInfo(String prefix,
String after,
Integer amount) |
list repositories
|
ActionRunList |
ActionsApi.listRepositoryRuns(String repository,
String after,
Integer amount,
String branch,
String commit) |
list runs
|
okhttp3.Call |
ActionsApi.listRepositoryRunsAsync(String repository,
String after,
Integer amount,
String branch,
String commit,
ApiCallback<ActionRunList> _callback) |
list runs (asynchronously)
|
okhttp3.Call |
ActionsApi.listRepositoryRunsCall(String repository,
String after,
Integer amount,
String branch,
String commit,
ApiCallback _callback) |
Build call for listRepositoryRuns
|
ApiResponse<ActionRunList> |
ActionsApi.listRepositoryRunsWithHttpInfo(String repository,
String after,
Integer amount,
String branch,
String commit) |
list runs
|
HookRunList |
ActionsApi.listRunHooks(String repository,
String runId,
String after,
Integer amount) |
list run hooks
|
okhttp3.Call |
ActionsApi.listRunHooksAsync(String repository,
String runId,
String after,
Integer amount,
ApiCallback<HookRunList> _callback) |
list run hooks (asynchronously)
|
okhttp3.Call |
ActionsApi.listRunHooksCall(String repository,
String runId,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listRunHooks
|
ApiResponse<HookRunList> |
ActionsApi.listRunHooksWithHttpInfo(String repository,
String runId,
String after,
Integer amount) |
list run hooks
|
RefList |
TagsApi.listTags(String repository,
String prefix,
String after,
Integer amount) |
list tags
|
okhttp3.Call |
TagsApi.listTagsAsync(String repository,
String prefix,
String after,
Integer amount,
ApiCallback<RefList> _callback) |
list tags (asynchronously)
|
okhttp3.Call |
TagsApi.listTagsCall(String repository,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listTags
|
ApiResponse<RefList> |
TagsApi.listTagsWithHttpInfo(String repository,
String prefix,
String after,
Integer amount) |
list tags
|
CredentialsList |
AuthApi.listUserCredentials(String userId,
String prefix,
String after,
Integer amount) |
list user credentials
|
okhttp3.Call |
AuthApi.listUserCredentialsAsync(String userId,
String prefix,
String after,
Integer amount,
ApiCallback<CredentialsList> _callback) |
list user credentials (asynchronously)
|
okhttp3.Call |
AuthApi.listUserCredentialsCall(String userId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUserCredentials
|
ApiResponse<CredentialsList> |
AuthApi.listUserCredentialsWithHttpInfo(String userId,
String prefix,
String after,
Integer amount) |
list user credentials
|
GroupList |
AuthApi.listUserGroups(String userId,
String prefix,
String after,
Integer amount) |
list user groups
|
okhttp3.Call |
AuthApi.listUserGroupsAsync(String userId,
String prefix,
String after,
Integer amount,
ApiCallback<GroupList> _callback) |
list user groups (asynchronously)
|
okhttp3.Call |
AuthApi.listUserGroupsCall(String userId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUserGroups
|
ApiResponse<GroupList> |
AuthApi.listUserGroupsWithHttpInfo(String userId,
String prefix,
String after,
Integer amount) |
list user groups
|
PolicyList |
AuthApi.listUserPolicies(String userId,
String prefix,
String after,
Integer amount,
Boolean effective) |
list user policies
|
okhttp3.Call |
AuthApi.listUserPoliciesAsync(String userId,
String prefix,
String after,
Integer amount,
Boolean effective,
ApiCallback<PolicyList> _callback) |
list user policies (asynchronously)
|
okhttp3.Call |
AuthApi.listUserPoliciesCall(String userId,
String prefix,
String after,
Integer amount,
Boolean effective,
ApiCallback _callback) |
Build call for listUserPolicies
|
ApiResponse<PolicyList> |
AuthApi.listUserPoliciesWithHttpInfo(String userId,
String prefix,
String after,
Integer amount,
Boolean effective) |
list user policies
|
UserList |
AuthApi.listUsers(String prefix,
String after,
Integer amount) |
list users
|
okhttp3.Call |
AuthApi.listUsersAsync(String prefix,
String after,
Integer amount,
ApiCallback<UserList> _callback) |
list users (asynchronously)
|
okhttp3.Call |
AuthApi.listUsersCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUsers
|
ApiResponse<UserList> |
AuthApi.listUsersWithHttpInfo(String prefix,
String after,
Integer amount) |
list users
|
CommitList |
CommitsApi.logBranchCommits(String repository,
String branch,
String after,
Integer amount) |
Deprecated.
|
okhttp3.Call |
CommitsApi.logBranchCommitsAsync(String repository,
String branch,
String after,
Integer amount,
ApiCallback<CommitList> _callback) |
Deprecated.
|
okhttp3.Call |
CommitsApi.logBranchCommitsCall(String repository,
String branch,
String after,
Integer amount,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<CommitList> |
CommitsApi.logBranchCommitsWithHttpInfo(String repository,
String branch,
String after,
Integer amount) |
Deprecated.
|
CommitList |
RefsApi.logCommits(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent) |
get commit log from ref.
|
okhttp3.Call |
RefsApi.logCommitsAsync(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent,
ApiCallback<CommitList> _callback) |
get commit log from ref.
|
okhttp3.Call |
RefsApi.logCommitsCall(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent,
ApiCallback _callback) |
Build call for logCommits
|
ApiResponse<CommitList> |
RefsApi.logCommitsWithHttpInfo(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent) |
get commit log from ref.
|
AuthenticationToken |
AuthApi.login(LoginInformation loginInformation) |
perform a login
|
okhttp3.Call |
AuthApi.loginAsync(LoginInformation loginInformation,
ApiCallback<AuthenticationToken> _callback) |
perform a login (asynchronously)
|
okhttp3.Call |
AuthApi.loginCall(LoginInformation loginInformation,
ApiCallback _callback) |
Build call for login
|
ApiResponse<AuthenticationToken> |
AuthApi.loginWithHttpInfo(LoginInformation loginInformation) |
perform a login
|
MergeResult |
RefsApi.mergeIntoBranch(String repository,
String sourceRef,
String destinationBranch,
Merge merge) |
merge references
|
okhttp3.Call |
RefsApi.mergeIntoBranchAsync(String repository,
String sourceRef,
String destinationBranch,
Merge merge,
ApiCallback<MergeResult> _callback) |
merge references (asynchronously)
|
okhttp3.Call |
RefsApi.mergeIntoBranchCall(String repository,
String sourceRef,
String destinationBranch,
Merge merge,
ApiCallback _callback) |
Build call for mergeIntoBranch
|
ApiResponse<MergeResult> |
RefsApi.mergeIntoBranchWithHttpInfo(String repository,
String sourceRef,
String destinationBranch,
Merge merge) |
merge references
|
OtfDiffList |
ExperimentalApi.otfDiff(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
OtfDiffList |
OtfDiffApi.otfDiff(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
okhttp3.Call |
ExperimentalApi.otfDiffAsync(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback<OtfDiffList> _callback) |
perform otf diff (asynchronously)
|
okhttp3.Call |
OtfDiffApi.otfDiffAsync(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback<OtfDiffList> _callback) |
perform otf diff (asynchronously)
|
okhttp3.Call |
ExperimentalApi.otfDiffCall(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback _callback) |
Build call for otfDiff
|
okhttp3.Call |
OtfDiffApi.otfDiffCall(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback _callback) |
Build call for otfDiff
|
ApiResponse<OtfDiffList> |
ExperimentalApi.otfDiffWithHttpInfo(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
ApiResponse<OtfDiffList> |
OtfDiffApi.otfDiffWithHttpInfo(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
void |
StatisticsApi.postStatsEvents(StatsEventsList statsEventsList) |
post stats events, this endpoint is meant for internal use only
|
okhttp3.Call |
StatisticsApi.postStatsEventsAsync(StatsEventsList statsEventsList,
ApiCallback<Void> _callback) |
post stats events, this endpoint is meant for internal use only (asynchronously)
|
okhttp3.Call |
StatisticsApi.postStatsEventsCall(StatsEventsList statsEventsList,
ApiCallback _callback) |
Build call for postStatsEvents
|
ApiResponse<Void> |
StatisticsApi.postStatsEventsWithHttpInfo(StatsEventsList statsEventsList) |
post stats events, this endpoint is meant for internal use only
|
GarbageCollectionPrepareResponse |
RetentionApi.prepareGarbageCollectionCommits(String repository,
GarbageCollectionPrepareRequest garbageCollectionPrepareRequest) |
save lists of active and expired commits for garbage collection
|
okhttp3.Call |
RetentionApi.prepareGarbageCollectionCommitsAsync(String repository,
GarbageCollectionPrepareRequest garbageCollectionPrepareRequest,
ApiCallback<GarbageCollectionPrepareResponse> _callback) |
save lists of active and expired commits for garbage collection (asynchronously)
|
okhttp3.Call |
RetentionApi.prepareGarbageCollectionCommitsCall(String repository,
GarbageCollectionPrepareRequest garbageCollectionPrepareRequest,
ApiCallback _callback) |
Build call for prepareGarbageCollectionCommits
|
ApiResponse<GarbageCollectionPrepareResponse> |
RetentionApi.prepareGarbageCollectionCommitsWithHttpInfo(String repository,
GarbageCollectionPrepareRequest garbageCollectionPrepareRequest) |
save lists of active and expired commits for garbage collection
|
PrepareGCUncommittedResponse |
RetentionApi.prepareGarbageCollectionUncommitted(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest) |
save repository uncommitted metadata for garbage collection
|
okhttp3.Call |
RetentionApi.prepareGarbageCollectionUncommittedAsync(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback<PrepareGCUncommittedResponse> _callback) |
save repository uncommitted metadata for garbage collection (asynchronously)
|
okhttp3.Call |
RetentionApi.prepareGarbageCollectionUncommittedCall(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback _callback) |
Build call for prepareGarbageCollectionUncommitted
|
ApiResponse<PrepareGCUncommittedResponse> |
RetentionApi.prepareGarbageCollectionUncommittedWithHttpInfo(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest) |
save repository uncommitted metadata for garbage collection
|
void |
BranchesApi.resetBranch(String repository,
String branch,
ResetCreation resetCreation) |
reset branch
|
okhttp3.Call |
BranchesApi.resetBranchAsync(String repository,
String branch,
ResetCreation resetCreation,
ApiCallback<Void> _callback) |
reset branch (asynchronously)
|
okhttp3.Call |
BranchesApi.resetBranchCall(String repository,
String branch,
ResetCreation resetCreation,
ApiCallback _callback) |
Build call for resetBranch
|
ApiResponse<Void> |
BranchesApi.resetBranchWithHttpInfo(String repository,
String branch,
ResetCreation resetCreation) |
reset branch
|
void |
RefsApi.restoreRefs(String repository,
RefsDump refsDump) |
Restore repository refs (tags, commits, branches) from object store
|
okhttp3.Call |
RefsApi.restoreRefsAsync(String repository,
RefsDump refsDump,
ApiCallback<Void> _callback) |
Restore repository refs (tags, commits, branches) from object store (asynchronously)
|
okhttp3.Call |
RefsApi.restoreRefsCall(String repository,
RefsDump refsDump,
ApiCallback _callback) |
Build call for restoreRefs
|
ApiResponse<Void> |
RefsApi.restoreRefsWithHttpInfo(String repository,
RefsDump refsDump) |
Restore repository refs (tags, commits, branches) from object store
|
void |
BranchesApi.revertBranch(String repository,
String branch,
RevertCreation revertCreation) |
revert
|
okhttp3.Call |
BranchesApi.revertBranchAsync(String repository,
String branch,
RevertCreation revertCreation,
ApiCallback<Void> _callback) |
revert (asynchronously)
|
okhttp3.Call |
BranchesApi.revertBranchCall(String repository,
String branch,
RevertCreation revertCreation,
ApiCallback _callback) |
Build call for revertBranch
|
ApiResponse<Void> |
BranchesApi.revertBranchWithHttpInfo(String repository,
String branch,
RevertCreation revertCreation) |
revert
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType) |
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
void |
RetentionApi.setGarbageCollectionRules(String repository,
GarbageCollectionRules garbageCollectionRules) |
|
okhttp3.Call |
RetentionApi.setGarbageCollectionRulesAsync(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RetentionApi.setGarbageCollectionRulesCall(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback _callback) |
Build call for setGarbageCollectionRules
|
void |
RetentionApi.setGarbageCollectionRulesPreflight(String repository) |
|
okhttp3.Call |
RetentionApi.setGarbageCollectionRulesPreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RetentionApi.setGarbageCollectionRulesPreflightCall(String repository,
ApiCallback _callback) |
Build call for setGarbageCollectionRulesPreflight
|
ApiResponse<Void> |
RetentionApi.setGarbageCollectionRulesPreflightWithHttpInfo(String repository) |
|
ApiResponse<Void> |
RetentionApi.setGarbageCollectionRulesWithHttpInfo(String repository,
GarbageCollectionRules garbageCollectionRules) |
|
void |
AuthApi.setGroupACL(String groupId,
ACL ACL) |
set ACL of group
|
okhttp3.Call |
AuthApi.setGroupACLAsync(String groupId,
ACL ACL,
ApiCallback<Void> _callback) |
set ACL of group (asynchronously)
|
okhttp3.Call |
AuthApi.setGroupACLCall(String groupId,
ACL ACL,
ApiCallback _callback) |
Build call for setGroupACL
|
ApiResponse<Void> |
AuthApi.setGroupACLWithHttpInfo(String groupId,
ACL ACL) |
set ACL of group
|
CredentialsWithSecret |
ConfigApi.setup(Setup setup) |
setup lakeFS and create a first user
|
okhttp3.Call |
ConfigApi.setupAsync(Setup setup,
ApiCallback<CredentialsWithSecret> _callback) |
setup lakeFS and create a first user (asynchronously)
|
okhttp3.Call |
ConfigApi.setupCall(Setup setup,
ApiCallback _callback) |
Build call for setup
|
void |
ConfigApi.setupCommPrefs(CommPrefsInput commPrefsInput) |
setup communications preferences
|
okhttp3.Call |
ConfigApi.setupCommPrefsAsync(CommPrefsInput commPrefsInput,
ApiCallback<Void> _callback) |
setup communications preferences (asynchronously)
|
okhttp3.Call |
ConfigApi.setupCommPrefsCall(CommPrefsInput commPrefsInput,
ApiCallback _callback) |
Build call for setupCommPrefs
|
ApiResponse<Void> |
ConfigApi.setupCommPrefsWithHttpInfo(CommPrefsInput commPrefsInput) |
setup communications preferences
|
ApiResponse<CredentialsWithSecret> |
ConfigApi.setupWithHttpInfo(Setup setup) |
setup lakeFS and create a first user
|
ObjectStats |
ObjectsApi.stageObject(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation) |
stage an object's metadata for the given branch
|
okhttp3.Call |
ObjectsApi.stageObjectAsync(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback<ObjectStats> _callback) |
stage an object's metadata for the given branch (asynchronously)
|
okhttp3.Call |
ObjectsApi.stageObjectCall(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback _callback) |
Build call for stageObject
|
ApiResponse<ObjectStats> |
ObjectsApi.stageObjectWithHttpInfo(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation) |
stage an object's metadata for the given branch
|
ObjectStats |
ObjectsApi.statObject(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign) |
get object metadata
|
okhttp3.Call |
ObjectsApi.statObjectAsync(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign,
ApiCallback<ObjectStats> _callback) |
get object metadata (asynchronously)
|
okhttp3.Call |
ObjectsApi.statObjectCall(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign,
ApiCallback _callback) |
Build call for statObject
|
ApiResponse<ObjectStats> |
ObjectsApi.statObjectWithHttpInfo(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign) |
get object metadata
|
void |
StagingApi.updateBranchToken(String repository,
String branch,
UpdateToken updateToken) |
modify branch staging token
|
okhttp3.Call |
StagingApi.updateBranchTokenAsync(String repository,
String branch,
UpdateToken updateToken,
ApiCallback<Void> _callback) |
modify branch staging token (asynchronously)
|
okhttp3.Call |
StagingApi.updateBranchTokenCall(String repository,
String branch,
UpdateToken updateToken,
ApiCallback _callback) |
Build call for updateBranchToken
|
ApiResponse<Void> |
StagingApi.updateBranchTokenWithHttpInfo(String repository,
String branch,
UpdateToken updateToken) |
modify branch staging token
|
void |
AuthApi.updatePassword(UpdatePasswordByToken updatePasswordByToken) |
Update user password by reset_password token
|
okhttp3.Call |
AuthApi.updatePasswordAsync(UpdatePasswordByToken updatePasswordByToken,
ApiCallback<Void> _callback) |
Update user password by reset_password token (asynchronously)
|
okhttp3.Call |
AuthApi.updatePasswordCall(UpdatePasswordByToken updatePasswordByToken,
ApiCallback _callback) |
Build call for updatePassword
|
ApiResponse<Void> |
AuthApi.updatePasswordWithHttpInfo(UpdatePasswordByToken updatePasswordByToken) |
Update user password by reset_password token
|
Policy |
AuthApi.updatePolicy(String policyId,
Policy policy) |
update policy
|
okhttp3.Call |
AuthApi.updatePolicyAsync(String policyId,
Policy policy,
ApiCallback<Policy> _callback) |
update policy (asynchronously)
|
okhttp3.Call |
AuthApi.updatePolicyCall(String policyId,
Policy policy,
ApiCallback _callback) |
Build call for updatePolicy
|
ApiResponse<Policy> |
AuthApi.updatePolicyWithHttpInfo(String policyId,
Policy policy) |
update policy
|
ObjectStats |
ObjectsApi.uploadObject(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content) |
|
okhttp3.Call |
ObjectsApi.uploadObjectAsync(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content,
ApiCallback<ObjectStats> _callback) |
(asynchronously)
|
okhttp3.Call |
ObjectsApi.uploadObjectCall(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content,
ApiCallback _callback) |
Build call for uploadObject
|
void |
ObjectsApi.uploadObjectPreflight(String repository,
String branch,
String path) |
|
okhttp3.Call |
ObjectsApi.uploadObjectPreflightAsync(String repository,
String branch,
String path,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
ObjectsApi.uploadObjectPreflightCall(String repository,
String branch,
String path,
ApiCallback _callback) |
Build call for uploadObjectPreflight
|
ApiResponse<Void> |
ObjectsApi.uploadObjectPreflightWithHttpInfo(String repository,
String branch,
String path) |
|
ApiResponse<ObjectStats> |
ObjectsApi.uploadObjectWithHttpInfo(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content) |
|