Request a resumable upload, restoring a previous session if necessary.
When this option is used the client library prefers using resumable uploads.
If the value passed to this option is the empty string, then the library will create a new resumable session. Otherwise the value should be the id of a previous upload session, the client library will restore that session in this case.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The documentation provides a list of versions from 2.11.0 up to the latest release candidate (2.37.0-rc), offering a history of updates."],["All versions listed reference the `UseResumableUploadSession` structure within the `google::cloud::storage` namespace, related to the resumable upload functionality."],["`UseResumableUploadSession` allows users to request a resumable upload, optionally restoring a previous session with a given id, and if an empty string is given a new resumable session is created."],["The function `name()` in `UseResumableUploadSession` will return the type `char const *`, however the description is empty."]]],[]]