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 |
InternalApi.createBranchProtectionRulePreflight(String repository) |
|
okhttp3.Call |
InternalApi.createBranchProtectionRulePreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.createBranchProtectionRulePreflightCall(String repository,
ApiCallback _callback) |
Build call for createBranchProtectionRulePreflight
|
ApiResponse<Void> |
InternalApi.createBranchProtectionRulePreflightWithHttpInfo(String repository) |
|
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
|
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 |
InternalApi.createSymlinkFile(String repository,
String branch,
String location) |
creates symlink files corresponding to the given directory
|
okhttp3.Call |
InternalApi.createSymlinkFileAsync(String repository,
String branch,
String location,
ApiCallback<StorageURI> _callback) |
creates symlink files corresponding to the given directory (asynchronously)
|
okhttp3.Call |
InternalApi.createSymlinkFileCall(String repository,
String branch,
String location,
ApiCallback _callback) |
Build call for createSymlinkFile
|
ApiResponse<StorageURI> |
InternalApi.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
|
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 |
RepositoriesApi.deleteGCRules(String repository) |
|
okhttp3.Call |
RepositoriesApi.deleteGCRulesAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.deleteGCRulesCall(String repository,
ApiCallback _callback) |
Build call for deleteGCRules
|
ApiResponse<Void> |
RepositoriesApi.deleteGCRulesWithHttpInfo(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 |
InternalApi.dumpRefs(String repository) |
Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations
|
okhttp3.Call |
InternalApi.dumpRefsAsync(String repository,
ApiCallback<RefsDump> _callback) |
Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations (asynchronously)
|
okhttp3.Call |
InternalApi.dumpRefsCall(String repository,
ApiCallback _callback) |
Build call for dumpRefs
|
ApiResponse<RefsDump> |
InternalApi.dumpRefsWithHttpInfo(String repository) |
Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations
|
RepositoryDumpStatus |
RepositoriesApi.dumpStatus(String repository,
String taskId) |
Status of a repository dump task
|
okhttp3.Call |
RepositoriesApi.dumpStatusAsync(String repository,
String taskId,
ApiCallback<RepositoryDumpStatus> _callback) |
Status of a repository dump task (asynchronously)
|
okhttp3.Call |
RepositoriesApi.dumpStatusCall(String repository,
String taskId,
ApiCallback _callback) |
Build call for dumpStatus
|
ApiResponse<RepositoryDumpStatus> |
RepositoriesApi.dumpStatusWithHttpInfo(String repository,
String taskId) |
Status of a repository dump task
|
TaskInfo |
RepositoriesApi.dumpSubmit(String repository) |
Backup the repository metadata (tags, commits, branches) and save the backup to the object store.
|
okhttp3.Call |
RepositoriesApi.dumpSubmitAsync(String repository,
ApiCallback<TaskInfo> _callback) |
Backup the repository metadata (tags, commits, branches) and save the backup to the object store.
|
okhttp3.Call |
RepositoriesApi.dumpSubmitCall(String repository,
ApiCallback _callback) |
Build call for dumpSubmit
|
ApiResponse<TaskInfo> |
RepositoriesApi.dumpSubmitWithHttpInfo(String repository) |
Backup the repository metadata (tags, commits, branches) and save the backup to the 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.
|
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
|
AuthCapabilities |
InternalApi.getAuthCapabilities() |
list authentication capabilities supported
|
okhttp3.Call |
InternalApi.getAuthCapabilitiesAsync(ApiCallback<AuthCapabilities> _callback) |
list authentication capabilities supported (asynchronously)
|
okhttp3.Call |
InternalApi.getAuthCapabilitiesCall(ApiCallback _callback) |
Build call for getAuthCapabilities
|
ApiResponse<AuthCapabilities> |
InternalApi.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
|
Config |
ConfigApi.getConfig() |
retrieve lakeFS configuration
|
okhttp3.Call |
ConfigApi.getConfigAsync(ApiCallback<Config> _callback) |
(asynchronously)
retrieve lakeFS configuration
|
okhttp3.Call |
ConfigApi.getConfigCall(ApiCallback _callback) |
Build call for getConfig
|
ApiResponse<Config> |
ConfigApi.getConfigWithHttpInfo() |
retrieve lakeFS configuration
|
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 |
InternalApi.getGarbageCollectionConfig() |
get information of gc settings
|
okhttp3.Call |
InternalApi.getGarbageCollectionConfigAsync(ApiCallback<GarbageCollectionConfig> _callback) |
(asynchronously)
get information of gc settings
|
okhttp3.Call |
InternalApi.getGarbageCollectionConfigCall(ApiCallback _callback) |
Build call for getGarbageCollectionConfig
|
ApiResponse<GarbageCollectionConfig> |
InternalApi.getGarbageCollectionConfigWithHttpInfo() |
get information of gc settings
|
GarbageCollectionRules |
RepositoriesApi.getGCRules(String repository) |
get repository GC rules
|
okhttp3.Call |
RepositoriesApi.getGCRulesAsync(String repository,
ApiCallback<GarbageCollectionRules> _callback) |
get repository GC rules (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getGCRulesCall(String repository,
ApiCallback _callback) |
Build call for getGCRules
|
ApiResponse<GarbageCollectionRules> |
RepositoriesApi.getGCRulesWithHttpInfo(String repository) |
get repository GC rules
|
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 |
InternalApi.getLakeFSVersion() |
Deprecated.
|
okhttp3.Call |
InternalApi.getLakeFSVersionAsync(ApiCallback<VersionConfig> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.getLakeFSVersionCall(ApiCallback _callback) |
Deprecated.
|
ApiResponse<VersionConfig> |
InternalApi.getLakeFSVersionWithHttpInfo() |
Deprecated.
|
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
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback) |
get the available Open Table Format diffs (asynchronously)
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsCall(ApiCallback _callback) |
Build call for getOtfDiffs
|
ApiResponse<OTFDiffs> |
ExperimentalApi.getOtfDiffsWithHttpInfo() |
get the available Open Table Format diffs
|
StagingLocation |
StagingApi.getPhysicalAddress(String repository,
String branch,
String path,
Boolean presign) |
generate an address to which the client can upload an object
|
okhttp3.Call |
StagingApi.getPhysicalAddressAsync(String repository,
String branch,
String path,
Boolean presign,
ApiCallback<StagingLocation> _callback) |
generate an address to which the client can upload an object (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) |
generate an address to which the client can upload an object
|
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 |
InternalApi.getSetupState() |
check if the lakeFS installation is already set up
|
okhttp3.Call |
InternalApi.getSetupStateAsync(ApiCallback<SetupState> _callback) |
check if the lakeFS installation is already set up (asynchronously)
|
okhttp3.Call |
InternalApi.getSetupStateCall(ApiCallback _callback) |
Build call for getSetupState
|
ApiResponse<SetupState> |
InternalApi.getSetupStateWithHttpInfo() |
check if the lakeFS installation is already set up
|
StorageConfig |
InternalApi.getStorageConfig() |
Deprecated.
|
okhttp3.Call |
InternalApi.getStorageConfigAsync(ApiCallback<StorageConfig> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.getStorageConfigCall(ApiCallback _callback) |
Deprecated.
|
ApiResponse<StorageConfig> |
InternalApi.getStorageConfigWithHttpInfo() |
Deprecated.
|
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
|
ImportStatus |
ImportApi.importStatus(String repository,
String branch,
String id) |
get import status
|
okhttp3.Call |
ImportApi.importStatusAsync(String repository,
String branch,
String id,
ApiCallback<ImportStatus> _callback) |
get import status (asynchronously)
|
okhttp3.Call |
ImportApi.importStatusCall(String repository,
String branch,
String id,
ApiCallback _callback) |
Build call for importStatus
|
ApiResponse<ImportStatus> |
ImportApi.importStatusWithHttpInfo(String repository,
String branch,
String id) |
get import status
|
void |
InternalApi.internalCreateBranchProtectionRule(String repository,
BranchProtectionRule branchProtectionRule) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalCreateBranchProtectionRuleAsync(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalCreateBranchProtectionRuleCall(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<Void> |
InternalApi.internalCreateBranchProtectionRuleWithHttpInfo(String repository,
BranchProtectionRule branchProtectionRule) |
Deprecated.
|
void |
InternalApi.internalDeleteBranchProtectionRule(String repository,
InlineObject1 inlineObject1) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteBranchProtectionRuleAsync(String repository,
InlineObject1 inlineObject1,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteBranchProtectionRuleCall(String repository,
InlineObject1 inlineObject1,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<Void> |
InternalApi.internalDeleteBranchProtectionRuleWithHttpInfo(String repository,
InlineObject1 inlineObject1) |
Deprecated.
|
void |
InternalApi.internalDeleteGarbageCollectionRules(String repository) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteGarbageCollectionRulesAsync(String repository,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<Void> |
InternalApi.internalDeleteGarbageCollectionRulesWithHttpInfo(String repository) |
Deprecated.
|
List<BranchProtectionRule> |
InternalApi.internalGetBranchProtectionRules(String repository) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetBranchProtectionRulesAsync(String repository,
ApiCallback<List<BranchProtectionRule>> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetBranchProtectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<List<BranchProtectionRule>> |
InternalApi.internalGetBranchProtectionRulesWithHttpInfo(String repository) |
Deprecated.
|
GarbageCollectionRules |
InternalApi.internalGetGarbageCollectionRules(String repository) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetGarbageCollectionRulesAsync(String repository,
ApiCallback<GarbageCollectionRules> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<GarbageCollectionRules> |
InternalApi.internalGetGarbageCollectionRulesWithHttpInfo(String repository) |
Deprecated.
|
void |
InternalApi.internalSetGarbageCollectionRules(String repository,
GarbageCollectionRules garbageCollectionRules) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalSetGarbageCollectionRulesAsync(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalSetGarbageCollectionRulesCall(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<Void> |
InternalApi.internalSetGarbageCollectionRulesWithHttpInfo(String repository,
GarbageCollectionRules garbageCollectionRules) |
Deprecated.
|
ObjectStats |
StagingApi.linkPhysicalAddress(String repository,
String branch,
String path,
StagingMetadata stagingMetadata) |
associate staging on this physical address with a path
Link the physical address with the path in lakeFS, creating an uncommitted change.
|
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)
Link the physical address with the path in lakeFS, creating an uncommitted change.
|
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
Link the physical address with the path in lakeFS, creating an uncommitted change.
|
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 |
RefsApi.logCommits(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent,
org.threeten.bp.OffsetDateTime since) |
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,
org.threeten.bp.OffsetDateTime since,
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,
org.threeten.bp.OffsetDateTime since,
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,
org.threeten.bp.OffsetDateTime since) |
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
|
okhttp3.Call |
ExperimentalApi.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
|
ApiResponse<OtfDiffList> |
ExperimentalApi.otfDiffWithHttpInfo(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
void |
InternalApi.postStatsEvents(StatsEventsList statsEventsList) |
post stats events, this endpoint is meant for internal use only
|
okhttp3.Call |
InternalApi.postStatsEventsAsync(StatsEventsList statsEventsList,
ApiCallback<Void> _callback) |
post stats events, this endpoint is meant for internal use only (asynchronously)
|
okhttp3.Call |
InternalApi.postStatsEventsCall(StatsEventsList statsEventsList,
ApiCallback _callback) |
Build call for postStatsEvents
|
ApiResponse<Void> |
InternalApi.postStatsEventsWithHttpInfo(StatsEventsList statsEventsList) |
post stats events, this endpoint is meant for internal use only
|
GarbageCollectionPrepareResponse |
InternalApi.prepareGarbageCollectionCommits(String repository) |
save lists of active commits for garbage collection
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionCommitsAsync(String repository,
ApiCallback<GarbageCollectionPrepareResponse> _callback) |
save lists of active commits for garbage collection (asynchronously)
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionCommitsCall(String repository,
ApiCallback _callback) |
Build call for prepareGarbageCollectionCommits
|
ApiResponse<GarbageCollectionPrepareResponse> |
InternalApi.prepareGarbageCollectionCommitsWithHttpInfo(String repository) |
save lists of active commits for garbage collection
|
PrepareGCUncommittedResponse |
InternalApi.prepareGarbageCollectionUncommitted(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest) |
save repository uncommitted metadata for garbage collection
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionUncommittedAsync(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback<PrepareGCUncommittedResponse> _callback) |
save repository uncommitted metadata for garbage collection (asynchronously)
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionUncommittedCall(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback _callback) |
Build call for prepareGarbageCollectionUncommitted
|
ApiResponse<PrepareGCUncommittedResponse> |
InternalApi.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 |
InternalApi.restoreRefs(String repository,
RefsDump refsDump) |
Restore repository refs (tags, commits, branches) from object store.
|
okhttp3.Call |
InternalApi.restoreRefsAsync(String repository,
RefsDump refsDump,
ApiCallback<Void> _callback) |
Restore repository refs (tags, commits, branches) from object store.
|
okhttp3.Call |
InternalApi.restoreRefsCall(String repository,
RefsDump refsDump,
ApiCallback _callback) |
Build call for restoreRefs
|
ApiResponse<Void> |
InternalApi.restoreRefsWithHttpInfo(String repository,
RefsDump refsDump) |
Restore repository refs (tags, commits, branches) from object store.
|
RepositoryRestoreStatus |
RepositoriesApi.restoreStatus(String repository,
String taskId) |
Status of a restore request
|
okhttp3.Call |
RepositoriesApi.restoreStatusAsync(String repository,
String taskId,
ApiCallback<RepositoryRestoreStatus> _callback) |
Status of a restore request (asynchronously)
|
okhttp3.Call |
RepositoriesApi.restoreStatusCall(String repository,
String taskId,
ApiCallback _callback) |
Build call for restoreStatus
|
ApiResponse<RepositoryRestoreStatus> |
RepositoriesApi.restoreStatusWithHttpInfo(String repository,
String taskId) |
Status of a restore request
|
TaskInfo |
RepositoriesApi.restoreSubmit(String repository,
RefsDump refsDump) |
Restore repository from a dump in the object store
|
okhttp3.Call |
RepositoriesApi.restoreSubmitAsync(String repository,
RefsDump refsDump,
ApiCallback<TaskInfo> _callback) |
Restore repository from a dump in the object store (asynchronously)
|
okhttp3.Call |
RepositoriesApi.restoreSubmitCall(String repository,
RefsDump refsDump,
ApiCallback _callback) |
Build call for restoreSubmit
|
ApiResponse<TaskInfo> |
RepositoriesApi.restoreSubmitWithHttpInfo(String repository,
RefsDump refsDump) |
Restore repository from a dump in the 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 |
RepositoriesApi.setBranchProtectionRules(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch) |
|
okhttp3.Call |
RepositoriesApi.setBranchProtectionRulesAsync(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.setBranchProtectionRulesCall(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch,
ApiCallback _callback) |
Build call for setBranchProtectionRules
|
ApiResponse<Void> |
RepositoriesApi.setBranchProtectionRulesWithHttpInfo(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch) |
|
void |
InternalApi.setGarbageCollectionRulesPreflight(String repository) |
|
okhttp3.Call |
InternalApi.setGarbageCollectionRulesPreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.setGarbageCollectionRulesPreflightCall(String repository,
ApiCallback _callback) |
Build call for setGarbageCollectionRulesPreflight
|
ApiResponse<Void> |
InternalApi.setGarbageCollectionRulesPreflightWithHttpInfo(String repository) |
|
void |
RepositoriesApi.setGCRules(String repository,
GarbageCollectionRules garbageCollectionRules) |
|
okhttp3.Call |
RepositoriesApi.setGCRulesAsync(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.setGCRulesCall(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback _callback) |
Build call for setGCRules
|
ApiResponse<Void> |
RepositoriesApi.setGCRulesWithHttpInfo(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 |
InternalApi.setup(Setup setup) |
setup lakeFS and create a first user
|
okhttp3.Call |
InternalApi.setupAsync(Setup setup,
ApiCallback<CredentialsWithSecret> _callback) |
setup lakeFS and create a first user (asynchronously)
|
okhttp3.Call |
InternalApi.setupCall(Setup setup,
ApiCallback _callback) |
Build call for setup
|
void |
InternalApi.setupCommPrefs(CommPrefsInput commPrefsInput) |
setup communications preferences
|
okhttp3.Call |
InternalApi.setupCommPrefsAsync(CommPrefsInput commPrefsInput,
ApiCallback<Void> _callback) |
setup communications preferences (asynchronously)
|
okhttp3.Call |
InternalApi.setupCommPrefsCall(CommPrefsInput commPrefsInput,
ApiCallback _callback) |
Build call for setupCommPrefs
|
ApiResponse<Void> |
InternalApi.setupCommPrefsWithHttpInfo(CommPrefsInput commPrefsInput) |
setup communications preferences
|
ApiResponse<CredentialsWithSecret> |
InternalApi.setupWithHttpInfo(Setup setup) |
setup lakeFS and create a first user
|
ObjectStats |
InternalApi.stageObject(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation) |
Deprecated.
|
okhttp3.Call |
InternalApi.stageObjectAsync(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback<ObjectStats> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.stageObjectCall(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback _callback) |
Deprecated.
|
ApiResponse<ObjectStats> |
InternalApi.stageObjectWithHttpInfo(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation) |
Deprecated.
|
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
|
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 |
InternalApi.uploadObjectPreflight(String repository,
String branch,
String path) |
|
okhttp3.Call |
InternalApi.uploadObjectPreflightAsync(String repository,
String branch,
String path,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.uploadObjectPreflightCall(String repository,
String branch,
String path,
ApiCallback _callback) |
Build call for uploadObjectPreflight
|
ApiResponse<Void> |
InternalApi.uploadObjectPreflightWithHttpInfo(String repository,
String branch,
String path) |
|
ApiResponse<ObjectStats> |
ObjectsApi.uploadObjectWithHttpInfo(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content) |
|