Class InternalApi


  • public class InternalApi
    extends Object
    • Constructor Detail

      • InternalApi

        public InternalApi()
      • InternalApi

        public InternalApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • createBranchProtectionRulePreflightCall

        public okhttp3.Call createBranchProtectionRulePreflightCall​(String repository,
                                                                    ApiCallback _callback)
                                                             throws ApiException
        Build call for createBranchProtectionRulePreflight
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to create a branch protection rule in this repository -
        401 Unauthorized -
        404 Resource Not Found -
        409 Resource Conflicts With Target -
        420 too many requests -
        0 Internal Server Error -
      • createBranchProtectionRulePreflight

        public void createBranchProtectionRulePreflight​(String repository)
                                                 throws ApiException
        Parameters:
        repository - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to create a branch protection rule in this repository -
        401 Unauthorized -
        404 Resource Not Found -
        409 Resource Conflicts With Target -
        420 too many requests -
        0 Internal Server Error -
      • createBranchProtectionRulePreflightWithHttpInfo

        public ApiResponse<Void> createBranchProtectionRulePreflightWithHttpInfo​(String repository)
                                                                          throws ApiException
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to create a branch protection rule in this repository -
        401 Unauthorized -
        404 Resource Not Found -
        409 Resource Conflicts With Target -
        420 too many requests -
        0 Internal Server Error -
      • createBranchProtectionRulePreflightAsync

        public okhttp3.Call createBranchProtectionRulePreflightAsync​(String repository,
                                                                     ApiCallback<Void> _callback)
                                                              throws ApiException
        (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to create a branch protection rule in this repository -
        401 Unauthorized -
        404 Resource Not Found -
        409 Resource Conflicts With Target -
        420 too many requests -
        0 Internal Server Error -
      • createSymlinkFileCall

        public okhttp3.Call createSymlinkFileCall​(String repository,
                                                  String branch,
                                                  String location,
                                                  ApiCallback _callback)
                                           throws ApiException
        Build call for createSymlinkFile
        Parameters:
        repository - (required)
        branch - (required)
        location - path to the table data (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 location created -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • createSymlinkFile

        public StorageURI createSymlinkFile​(String repository,
                                            String branch,
                                            String location)
                                     throws ApiException
        creates symlink files corresponding to the given directory
        Parameters:
        repository - (required)
        branch - (required)
        location - path to the table data (optional)
        Returns:
        StorageURI
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 location created -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • createSymlinkFileWithHttpInfo

        public ApiResponse<StorageURI> createSymlinkFileWithHttpInfo​(String repository,
                                                                     String branch,
                                                                     String location)
                                                              throws ApiException
        creates symlink files corresponding to the given directory
        Parameters:
        repository - (required)
        branch - (required)
        location - path to the table data (optional)
        Returns:
        ApiResponse<StorageURI>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 location created -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • createSymlinkFileAsync

        public okhttp3.Call createSymlinkFileAsync​(String repository,
                                                   String branch,
                                                   String location,
                                                   ApiCallback<StorageURI> _callback)
                                            throws ApiException
        creates symlink files corresponding to the given directory (asynchronously)
        Parameters:
        repository - (required)
        branch - (required)
        location - path to the table data (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 location created -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • dumpRefsCall

        public okhttp3.Call dumpRefsCall​(String repository,
                                         ApiCallback _callback)
                                  throws ApiException
        Build call for dumpRefs
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 refs dump -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • dumpRefs

        public RefsDump dumpRefs​(String repository)
                          throws ApiException
        Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations
        Parameters:
        repository - (required)
        Returns:
        RefsDump
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 refs dump -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • dumpRefsWithHttpInfo

        public ApiResponse<RefsDump> dumpRefsWithHttpInfo​(String repository)
                                                   throws ApiException
        Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<RefsDump>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 refs dump -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • dumpRefsAsync

        public okhttp3.Call dumpRefsAsync​(String repository,
                                          ApiCallback<RefsDump> _callback)
                                   throws ApiException
        Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 refs dump -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • getAuthCapabilitiesCall

        public okhttp3.Call getAuthCapabilitiesCall​(ApiCallback _callback)
                                             throws ApiException
        Build call for getAuthCapabilities
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 auth capabilities -
        420 too many requests -
        0 Internal Server Error -
      • getAuthCapabilities

        public AuthCapabilities getAuthCapabilities()
                                             throws ApiException
        list authentication capabilities supported
        Returns:
        AuthCapabilities
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 auth capabilities -
        420 too many requests -
        0 Internal Server Error -
      • getAuthCapabilitiesWithHttpInfo

        public ApiResponse<AuthCapabilities> getAuthCapabilitiesWithHttpInfo()
                                                                      throws ApiException
        list authentication capabilities supported
        Returns:
        ApiResponse<AuthCapabilities>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 auth capabilities -
        420 too many requests -
        0 Internal Server Error -
      • getAuthCapabilitiesAsync

        public okhttp3.Call getAuthCapabilitiesAsync​(ApiCallback<AuthCapabilities> _callback)
                                              throws ApiException
        list authentication capabilities supported (asynchronously)
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 auth capabilities -
        420 too many requests -
        0 Internal Server Error -
      • getGarbageCollectionConfigCall

        public okhttp3.Call getGarbageCollectionConfigCall​(ApiCallback _callback)
                                                    throws ApiException
        Build call for getGarbageCollectionConfig
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS garbage collection config -
        401 Unauthorized -
      • getGarbageCollectionConfig

        public GarbageCollectionConfig getGarbageCollectionConfig()
                                                           throws ApiException
        get information of gc settings
        Returns:
        GarbageCollectionConfig
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS garbage collection config -
        401 Unauthorized -
      • getGarbageCollectionConfigWithHttpInfo

        public ApiResponse<GarbageCollectionConfig> getGarbageCollectionConfigWithHttpInfo()
                                                                                    throws ApiException
        get information of gc settings
        Returns:
        ApiResponse<GarbageCollectionConfig>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS garbage collection config -
        401 Unauthorized -
      • getGarbageCollectionConfigAsync

        public okhttp3.Call getGarbageCollectionConfigAsync​(ApiCallback<GarbageCollectionConfig> _callback)
                                                     throws ApiException
        (asynchronously) get information of gc settings
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS garbage collection config -
        401 Unauthorized -
      • getLakeFSVersionCall

        @Deprecated
        public okhttp3.Call getLakeFSVersionCall​(ApiCallback _callback)
                                          throws ApiException
        Deprecated.
        Build call for getLakeFSVersion
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS version -
        401 Unauthorized -
      • getLakeFSVersion

        @Deprecated
        public VersionConfig getLakeFSVersion()
                                       throws ApiException
        Deprecated.
        get version of lakeFS server
        Returns:
        VersionConfig
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS version -
        401 Unauthorized -
      • getLakeFSVersionWithHttpInfo

        @Deprecated
        public ApiResponse<VersionConfig> getLakeFSVersionWithHttpInfo()
                                                                throws ApiException
        Deprecated.
        get version of lakeFS server
        Returns:
        ApiResponse<VersionConfig>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS version -
        401 Unauthorized -
      • getLakeFSVersionAsync

        @Deprecated
        public okhttp3.Call getLakeFSVersionAsync​(ApiCallback<VersionConfig> _callback)
                                           throws ApiException
        Deprecated.
        (asynchronously) get version of lakeFS server
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS version -
        401 Unauthorized -
      • getSetupStateCall

        public okhttp3.Call getSetupStateCall​(ApiCallback _callback)
                                       throws ApiException
        Build call for getSetupState
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS setup state -
        420 too many requests -
        0 Internal Server Error -
      • getSetupState

        public SetupState getSetupState()
                                 throws ApiException
        check if the lakeFS installation is already set up
        Returns:
        SetupState
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS setup state -
        420 too many requests -
        0 Internal Server Error -
      • getSetupStateWithHttpInfo

        public ApiResponse<SetupState> getSetupStateWithHttpInfo()
                                                          throws ApiException
        check if the lakeFS installation is already set up
        Returns:
        ApiResponse<SetupState>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS setup state -
        420 too many requests -
        0 Internal Server Error -
      • getSetupStateAsync

        public okhttp3.Call getSetupStateAsync​(ApiCallback<SetupState> _callback)
                                        throws ApiException
        check if the lakeFS installation is already set up (asynchronously)
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS setup state -
        420 too many requests -
        0 Internal Server Error -
      • getStorageConfigCall

        @Deprecated
        public okhttp3.Call getStorageConfigCall​(ApiCallback _callback)
                                          throws ApiException
        Deprecated.
        Build call for getStorageConfig
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS storage configuration -
        401 Unauthorized -
      • getStorageConfig

        @Deprecated
        public StorageConfig getStorageConfig()
                                       throws ApiException
        Deprecated.
        retrieve lakeFS storage configuration
        Returns:
        StorageConfig
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS storage configuration -
        401 Unauthorized -
      • getStorageConfigWithHttpInfo

        @Deprecated
        public ApiResponse<StorageConfig> getStorageConfigWithHttpInfo()
                                                                throws ApiException
        Deprecated.
        retrieve lakeFS storage configuration
        Returns:
        ApiResponse<StorageConfig>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS storage configuration -
        401 Unauthorized -
      • getStorageConfigAsync

        @Deprecated
        public okhttp3.Call getStorageConfigAsync​(ApiCallback<StorageConfig> _callback)
                                           throws ApiException
        Deprecated.
        (asynchronously) retrieve lakeFS storage configuration
        Parameters:
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 lakeFS storage configuration -
        401 Unauthorized -
      • internalCreateBranchProtectionRuleCall

        @Deprecated
        public okhttp3.Call internalCreateBranchProtectionRuleCall​(String repository,
                                                                   BranchProtectionRule branchProtectionRule,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Deprecated.
        Build call for internalCreateBranchProtectionRule
        Parameters:
        repository - (required)
        branchProtectionRule - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule created successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalCreateBranchProtectionRule

        @Deprecated
        public void internalCreateBranchProtectionRule​(String repository,
                                                       BranchProtectionRule branchProtectionRule)
                                                throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        branchProtectionRule - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule created successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalCreateBranchProtectionRuleWithHttpInfo

        @Deprecated
        public ApiResponse<Void> internalCreateBranchProtectionRuleWithHttpInfo​(String repository,
                                                                                BranchProtectionRule branchProtectionRule)
                                                                         throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        branchProtectionRule - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule created successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalCreateBranchProtectionRuleAsync

        @Deprecated
        public okhttp3.Call internalCreateBranchProtectionRuleAsync​(String repository,
                                                                    BranchProtectionRule branchProtectionRule,
                                                                    ApiCallback<Void> _callback)
                                                             throws ApiException
        Deprecated.
        (asynchronously)
        Parameters:
        repository - (required)
        branchProtectionRule - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule created successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteBranchProtectionRuleCall

        @Deprecated
        public okhttp3.Call internalDeleteBranchProtectionRuleCall​(String repository,
                                                                   InlineObject1 inlineObject1,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Deprecated.
        Build call for internalDeleteBranchProtectionRule
        Parameters:
        repository - (required)
        inlineObject1 - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule deleted successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteBranchProtectionRule

        @Deprecated
        public void internalDeleteBranchProtectionRule​(String repository,
                                                       InlineObject1 inlineObject1)
                                                throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        inlineObject1 - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule deleted successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteBranchProtectionRuleWithHttpInfo

        @Deprecated
        public ApiResponse<Void> internalDeleteBranchProtectionRuleWithHttpInfo​(String repository,
                                                                                InlineObject1 inlineObject1)
                                                                         throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        inlineObject1 - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule deleted successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteBranchProtectionRuleAsync

        @Deprecated
        public okhttp3.Call internalDeleteBranchProtectionRuleAsync​(String repository,
                                                                    InlineObject1 inlineObject1,
                                                                    ApiCallback<Void> _callback)
                                                             throws ApiException
        Deprecated.
        (asynchronously)
        Parameters:
        repository - (required)
        inlineObject1 - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 branch protection rule deleted successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteGarbageCollectionRulesCall

        @Deprecated
        public okhttp3.Call internalDeleteGarbageCollectionRulesCall​(String repository,
                                                                     ApiCallback _callback)
                                                              throws ApiException
        Deprecated.
        Build call for internalDeleteGarbageCollectionRules
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 deleted garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteGarbageCollectionRules

        @Deprecated
        public void internalDeleteGarbageCollectionRules​(String repository)
                                                  throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 deleted garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteGarbageCollectionRulesWithHttpInfo

        @Deprecated
        public ApiResponse<Void> internalDeleteGarbageCollectionRulesWithHttpInfo​(String repository)
                                                                           throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 deleted garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalDeleteGarbageCollectionRulesAsync

        @Deprecated
        public okhttp3.Call internalDeleteGarbageCollectionRulesAsync​(String repository,
                                                                      ApiCallback<Void> _callback)
                                                               throws ApiException
        Deprecated.
        (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 deleted garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetBranchProtectionRulesCall

        @Deprecated
        public okhttp3.Call internalGetBranchProtectionRulesCall​(String repository,
                                                                 ApiCallback _callback)
                                                          throws ApiException
        Deprecated.
        Build call for internalGetBranchProtectionRules
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 branch protection rules -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetBranchProtectionRules

        @Deprecated
        public List<BranchProtectionRule> internalGetBranchProtectionRules​(String repository)
                                                                    throws ApiException
        Deprecated.
        get branch protection rules
        Parameters:
        repository - (required)
        Returns:
        List<BranchProtectionRule>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 branch protection rules -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetBranchProtectionRulesWithHttpInfo

        @Deprecated
        public ApiResponse<List<BranchProtectionRule>> internalGetBranchProtectionRulesWithHttpInfo​(String repository)
                                                                                             throws ApiException
        Deprecated.
        get branch protection rules
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<List<BranchProtectionRule>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 branch protection rules -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetBranchProtectionRulesAsync

        @Deprecated
        public okhttp3.Call internalGetBranchProtectionRulesAsync​(String repository,
                                                                  ApiCallback<List<BranchProtectionRule>> _callback)
                                                           throws ApiException
        Deprecated.
        get branch protection rules (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 branch protection rules -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetGarbageCollectionRulesCall

        @Deprecated
        public okhttp3.Call internalGetGarbageCollectionRulesCall​(String repository,
                                                                  ApiCallback _callback)
                                                           throws ApiException
        Deprecated.
        Build call for internalGetGarbageCollectionRules
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 gc rule list -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetGarbageCollectionRules

        @Deprecated
        public GarbageCollectionRules internalGetGarbageCollectionRules​(String repository)
                                                                 throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        Returns:
        GarbageCollectionRules
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 gc rule list -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetGarbageCollectionRulesWithHttpInfo

        @Deprecated
        public ApiResponse<GarbageCollectionRules> internalGetGarbageCollectionRulesWithHttpInfo​(String repository)
                                                                                          throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<GarbageCollectionRules>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 gc rule list -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalGetGarbageCollectionRulesAsync

        @Deprecated
        public okhttp3.Call internalGetGarbageCollectionRulesAsync​(String repository,
                                                                   ApiCallback<GarbageCollectionRules> _callback)
                                                            throws ApiException
        Deprecated.
        (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 gc rule list -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalSetGarbageCollectionRulesCall

        @Deprecated
        public okhttp3.Call internalSetGarbageCollectionRulesCall​(String repository,
                                                                  GarbageCollectionRules garbageCollectionRules,
                                                                  ApiCallback _callback)
                                                           throws ApiException
        Deprecated.
        Build call for internalSetGarbageCollectionRules
        Parameters:
        repository - (required)
        garbageCollectionRules - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 set garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalSetGarbageCollectionRules

        @Deprecated
        public void internalSetGarbageCollectionRules​(String repository,
                                                      GarbageCollectionRules garbageCollectionRules)
                                               throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        garbageCollectionRules - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 set garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalSetGarbageCollectionRulesWithHttpInfo

        @Deprecated
        public ApiResponse<Void> internalSetGarbageCollectionRulesWithHttpInfo​(String repository,
                                                                               GarbageCollectionRules garbageCollectionRules)
                                                                        throws ApiException
        Deprecated.
        Parameters:
        repository - (required)
        garbageCollectionRules - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 set garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • internalSetGarbageCollectionRulesAsync

        @Deprecated
        public okhttp3.Call internalSetGarbageCollectionRulesAsync​(String repository,
                                                                   GarbageCollectionRules garbageCollectionRules,
                                                                   ApiCallback<Void> _callback)
                                                            throws ApiException
        Deprecated.
        (asynchronously)
        Parameters:
        repository - (required)
        garbageCollectionRules - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 set garbage collection rules successfully -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • postStatsEventsCall

        public okhttp3.Call postStatsEventsCall​(StatsEventsList statsEventsList,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for postStatsEvents
        Parameters:
        statsEventsList - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 reported successfully -
        400 Bad Request -
        401 Unauthorized -
        420 too many requests -
        0 Internal Server Error -
      • postStatsEvents

        public void postStatsEvents​(StatsEventsList statsEventsList)
                             throws ApiException
        post stats events, this endpoint is meant for internal use only
        Parameters:
        statsEventsList - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 reported successfully -
        400 Bad Request -
        401 Unauthorized -
        420 too many requests -
        0 Internal Server Error -
      • postStatsEventsWithHttpInfo

        public ApiResponse<Void> postStatsEventsWithHttpInfo​(StatsEventsList statsEventsList)
                                                      throws ApiException
        post stats events, this endpoint is meant for internal use only
        Parameters:
        statsEventsList - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 reported successfully -
        400 Bad Request -
        401 Unauthorized -
        420 too many requests -
        0 Internal Server Error -
      • postStatsEventsAsync

        public okhttp3.Call postStatsEventsAsync​(StatsEventsList statsEventsList,
                                                 ApiCallback<Void> _callback)
                                          throws ApiException
        post stats events, this endpoint is meant for internal use only (asynchronously)
        Parameters:
        statsEventsList - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 reported successfully -
        400 Bad Request -
        401 Unauthorized -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionCommitsCall

        public okhttp3.Call prepareGarbageCollectionCommitsCall​(String repository,
                                                                ApiCallback _callback)
                                                         throws ApiException
        Build call for prepareGarbageCollectionCommits
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionCommits

        public GarbageCollectionPrepareResponse prepareGarbageCollectionCommits​(String repository)
                                                                         throws ApiException
        save lists of active commits for garbage collection
        Parameters:
        repository - (required)
        Returns:
        GarbageCollectionPrepareResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionCommitsWithHttpInfo

        public ApiResponse<GarbageCollectionPrepareResponse> prepareGarbageCollectionCommitsWithHttpInfo​(String repository)
                                                                                                  throws ApiException
        save lists of active commits for garbage collection
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<GarbageCollectionPrepareResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionCommitsAsync

        public okhttp3.Call prepareGarbageCollectionCommitsAsync​(String repository,
                                                                 ApiCallback<GarbageCollectionPrepareResponse> _callback)
                                                          throws ApiException
        save lists of active commits for garbage collection (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionUncommittedCall

        public okhttp3.Call prepareGarbageCollectionUncommittedCall​(String repository,
                                                                    PrepareGCUncommittedRequest prepareGCUncommittedRequest,
                                                                    ApiCallback _callback)
                                                             throws ApiException
        Build call for prepareGarbageCollectionUncommitted
        Parameters:
        repository - (required)
        prepareGCUncommittedRequest - (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionUncommitted

        public PrepareGCUncommittedResponse prepareGarbageCollectionUncommitted​(String repository,
                                                                                PrepareGCUncommittedRequest prepareGCUncommittedRequest)
                                                                         throws ApiException
        save repository uncommitted metadata for garbage collection
        Parameters:
        repository - (required)
        prepareGCUncommittedRequest - (optional)
        Returns:
        PrepareGCUncommittedResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionUncommittedWithHttpInfo

        public ApiResponse<PrepareGCUncommittedResponse> prepareGarbageCollectionUncommittedWithHttpInfo​(String repository,
                                                                                                         PrepareGCUncommittedRequest prepareGCUncommittedRequest)
                                                                                                  throws ApiException
        save repository uncommitted metadata for garbage collection
        Parameters:
        repository - (required)
        prepareGCUncommittedRequest - (optional)
        Returns:
        ApiResponse<PrepareGCUncommittedResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • prepareGarbageCollectionUncommittedAsync

        public okhttp3.Call prepareGarbageCollectionUncommittedAsync​(String repository,
                                                                     PrepareGCUncommittedRequest prepareGCUncommittedRequest,
                                                                     ApiCallback<PrepareGCUncommittedResponse> _callback)
                                                              throws ApiException
        save repository uncommitted metadata for garbage collection (asynchronously)
        Parameters:
        repository - (required)
        prepareGCUncommittedRequest - (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 paths to commit dataset -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • restoreRefsCall

        public okhttp3.Call restoreRefsCall​(String repository,
                                            RefsDump refsDump,
                                            ApiCallback _callback)
                                     throws ApiException
        Build call for restoreRefs
        Parameters:
        repository - (required)
        refsDump - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 refs successfully loaded -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • restoreRefs

        public void restoreRefs​(String repository,
                                RefsDump refsDump)
                         throws ApiException
        Restore repository refs (tags, commits, branches) from object store. Deprecated: a new API will introduce long running operations
        Parameters:
        repository - (required)
        refsDump - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 refs successfully loaded -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • restoreRefsWithHttpInfo

        public ApiResponse<Void> restoreRefsWithHttpInfo​(String repository,
                                                         RefsDump refsDump)
                                                  throws ApiException
        Restore repository refs (tags, commits, branches) from object store. Deprecated: a new API will introduce long running operations
        Parameters:
        repository - (required)
        refsDump - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 refs successfully loaded -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • restoreRefsAsync

        public okhttp3.Call restoreRefsAsync​(String repository,
                                             RefsDump refsDump,
                                             ApiCallback<Void> _callback)
                                      throws ApiException
        Restore repository refs (tags, commits, branches) from object store. Deprecated: a new API will introduce long running operations (asynchronously)
        Parameters:
        repository - (required)
        refsDump - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 refs successfully loaded -
        400 Validation Error -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • setGarbageCollectionRulesPreflightCall

        public okhttp3.Call setGarbageCollectionRulesPreflightCall​(String repository,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Build call for setGarbageCollectionRulesPreflight
        Parameters:
        repository - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to set garbage collection rules on this repository -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • setGarbageCollectionRulesPreflight

        public void setGarbageCollectionRulesPreflight​(String repository)
                                                throws ApiException
        Parameters:
        repository - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to set garbage collection rules on this repository -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • setGarbageCollectionRulesPreflightWithHttpInfo

        public ApiResponse<Void> setGarbageCollectionRulesPreflightWithHttpInfo​(String repository)
                                                                         throws ApiException
        Parameters:
        repository - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to set garbage collection rules on this repository -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • setGarbageCollectionRulesPreflightAsync

        public okhttp3.Call setGarbageCollectionRulesPreflightAsync​(String repository,
                                                                    ApiCallback<Void> _callback)
                                                             throws ApiException
        (asynchronously)
        Parameters:
        repository - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to set garbage collection rules on this repository -
        401 Unauthorized -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • setupCall

        public okhttp3.Call setupCall​(Setup setup,
                                      ApiCallback _callback)
                               throws ApiException
        Build call for setup
        Parameters:
        setup - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 user created successfully -
        400 Bad Request -
        409 setup was already called -
        420 too many requests -
        0 Internal Server Error -
      • setup

        public CredentialsWithSecret setup​(Setup setup)
                                    throws ApiException
        setup lakeFS and create a first user
        Parameters:
        setup - (required)
        Returns:
        CredentialsWithSecret
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 user created successfully -
        400 Bad Request -
        409 setup was already called -
        420 too many requests -
        0 Internal Server Error -
      • setupWithHttpInfo

        public ApiResponse<CredentialsWithSecret> setupWithHttpInfo​(Setup setup)
                                                             throws ApiException
        setup lakeFS and create a first user
        Parameters:
        setup - (required)
        Returns:
        ApiResponse<CredentialsWithSecret>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 user created successfully -
        400 Bad Request -
        409 setup was already called -
        420 too many requests -
        0 Internal Server Error -
      • setupAsync

        public okhttp3.Call setupAsync​(Setup setup,
                                       ApiCallback<CredentialsWithSecret> _callback)
                                throws ApiException
        setup lakeFS and create a first user (asynchronously)
        Parameters:
        setup - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 user created successfully -
        400 Bad Request -
        409 setup was already called -
        420 too many requests -
        0 Internal Server Error -
      • setupCommPrefsCall

        public okhttp3.Call setupCommPrefsCall​(CommPrefsInput commPrefsInput,
                                               ApiCallback _callback)
                                        throws ApiException
        Build call for setupCommPrefs
        Parameters:
        commPrefsInput - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 communication preferences saved successfully -
        409 setup was already completed -
        412 wrong setup state for this operation -
        420 too many requests -
        0 Internal Server Error -
      • setupCommPrefs

        public void setupCommPrefs​(CommPrefsInput commPrefsInput)
                            throws ApiException
        setup communications preferences
        Parameters:
        commPrefsInput - (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 communication preferences saved successfully -
        409 setup was already completed -
        412 wrong setup state for this operation -
        420 too many requests -
        0 Internal Server Error -
      • setupCommPrefsWithHttpInfo

        public ApiResponse<Void> setupCommPrefsWithHttpInfo​(CommPrefsInput commPrefsInput)
                                                     throws ApiException
        setup communications preferences
        Parameters:
        commPrefsInput - (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 communication preferences saved successfully -
        409 setup was already completed -
        412 wrong setup state for this operation -
        420 too many requests -
        0 Internal Server Error -
      • setupCommPrefsAsync

        public okhttp3.Call setupCommPrefsAsync​(CommPrefsInput commPrefsInput,
                                                ApiCallback<Void> _callback)
                                         throws ApiException
        setup communications preferences (asynchronously)
        Parameters:
        commPrefsInput - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 communication preferences saved successfully -
        409 setup was already completed -
        412 wrong setup state for this operation -
        420 too many requests -
        0 Internal Server Error -
      • stageObjectCall

        @Deprecated
        public okhttp3.Call stageObjectCall​(String repository,
                                            String branch,
                                            String path,
                                            ObjectStageCreation objectStageCreation,
                                            ApiCallback _callback)
                                     throws ApiException
        Deprecated.
        Build call for stageObject
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        objectStageCreation - (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 object metadata -
        400 Validation Error -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • stageObject

        @Deprecated
        public ObjectStats stageObject​(String repository,
                                       String branch,
                                       String path,
                                       ObjectStageCreation objectStageCreation)
                                throws ApiException
        Deprecated.
        stage an object's metadata for the given branch
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        objectStageCreation - (required)
        Returns:
        ObjectStats
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 object metadata -
        400 Validation Error -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • stageObjectWithHttpInfo

        @Deprecated
        public ApiResponse<ObjectStats> stageObjectWithHttpInfo​(String repository,
                                                                String branch,
                                                                String path,
                                                                ObjectStageCreation objectStageCreation)
                                                         throws ApiException
        Deprecated.
        stage an object's metadata for the given branch
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        objectStageCreation - (required)
        Returns:
        ApiResponse<ObjectStats>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        201 object metadata -
        400 Validation Error -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • stageObjectAsync

        @Deprecated
        public okhttp3.Call stageObjectAsync​(String repository,
                                             String branch,
                                             String path,
                                             ObjectStageCreation objectStageCreation,
                                             ApiCallback<ObjectStats> _callback)
                                      throws ApiException
        Deprecated.
        stage an object's metadata for the given branch (asynchronously)
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        objectStageCreation - (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        201 object metadata -
        400 Validation Error -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • uploadObjectPreflightCall

        public okhttp3.Call uploadObjectPreflightCall​(String repository,
                                                      String branch,
                                                      String path,
                                                      ApiCallback _callback)
                                               throws ApiException
        Build call for uploadObjectPreflight
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to upload this object. This does not guarantee that the upload will be successful or even possible. It indicates only the permission at the time of calling this endpoint -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • uploadObjectPreflight

        public void uploadObjectPreflight​(String repository,
                                          String branch,
                                          String path)
                                   throws ApiException
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to upload this object. This does not guarantee that the upload will be successful or even possible. It indicates only the permission at the time of calling this endpoint -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • uploadObjectPreflightWithHttpInfo

        public ApiResponse<Void> uploadObjectPreflightWithHttpInfo​(String repository,
                                                                   String branch,
                                                                   String path)
                                                            throws ApiException
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to upload this object. This does not guarantee that the upload will be successful or even possible. It indicates only the permission at the time of calling this endpoint -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -
      • uploadObjectPreflightAsync

        public okhttp3.Call uploadObjectPreflightAsync​(String repository,
                                                       String branch,
                                                       String path,
                                                       ApiCallback<Void> _callback)
                                                throws ApiException
        (asynchronously)
        Parameters:
        repository - (required)
        branch - (required)
        path - relative to the branch (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        204 User has permissions to upload this object. This does not guarantee that the upload will be successful or even possible. It indicates only the permission at the time of calling this endpoint -
        401 Unauthorized -
        403 Forbidden -
        404 Resource Not Found -
        420 too many requests -
        0 Internal Server Error -