Uses of Class
io.lakefs.clients.sdk.model.GarbageCollectionPrepareResponse
-
Packages that use GarbageCollectionPrepareResponse Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of GarbageCollectionPrepareResponse in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return GarbageCollectionPrepareResponse Modifier and Type Method Description GarbageCollectionPrepareResponseInternalApi.APIprepareGarbageCollectionCommitsRequest. execute()Execute prepareGarbageCollectionCommits requestMethods in io.lakefs.clients.sdk that return types with arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description ApiResponse<GarbageCollectionPrepareResponse>InternalApi.APIprepareGarbageCollectionCommitsRequest. executeWithHttpInfo()Execute prepareGarbageCollectionCommits request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description okhttp3.CallInternalApi.APIprepareGarbageCollectionCommitsRequest. executeAsync(ApiCallback<GarbageCollectionPrepareResponse> _callback)Execute prepareGarbageCollectionCommits request (asynchronously) -
Uses of GarbageCollectionPrepareResponse in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return GarbageCollectionPrepareResponse Modifier and Type Method Description static GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. fromJson(String jsonString)Create an instance of GarbageCollectionPrepareResponse given an JSON stringGarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. gcAddressesLocation(String gcAddressesLocation)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. gcCommitsLocation(String gcCommitsLocation)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. gcCommitsPresignedUrl(String gcCommitsPresignedUrl)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. runId(String runId)
-