Package io.lakefs.clients.sdk
Class InternalApi.APIinternalGetGarbageCollectionRulesRequest
- java.lang.Object
-
- io.lakefs.clients.sdk.InternalApi.APIinternalGetGarbageCollectionRulesRequest
-
- Enclosing class:
- InternalApi
public class InternalApi.APIinternalGetGarbageCollectionRulesRequest extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description okhttp3.CallbuildCall(ApiCallback _callback)Deprecated.GarbageCollectionRulesexecute()Deprecated.okhttp3.CallexecuteAsync(ApiCallback<GarbageCollectionRules> _callback)Deprecated.ApiResponse<GarbageCollectionRules>executeWithHttpInfo()Deprecated.
-
-
-
Method Detail
-
buildCall
@Deprecated public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
Deprecated.Build call for internalGetGarbageCollectionRules- Parameters:
_callback- ApiCallback API callback- 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 -
-
execute
@Deprecated public GarbageCollectionRules execute() throws ApiException
Deprecated.Execute internalGetGarbageCollectionRules request- 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 -
-
executeWithHttpInfo
@Deprecated public ApiResponse<GarbageCollectionRules> executeWithHttpInfo() throws ApiException
Deprecated.Execute internalGetGarbageCollectionRules request with HTTP info returned- 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 -
-
executeAsync
@Deprecated public okhttp3.Call executeAsync(ApiCallback<GarbageCollectionRules> _callback) throws ApiException
Deprecated.Execute internalGetGarbageCollectionRules request (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 gc rule list - 401 Unauthorized - 404 Resource Not Found - 420 too many requests - 0 Internal Server Error -
-
-