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 page provides a version history for the `UseResumableUploadSession` feature within the Google Cloud C++ client library, ranging from version 2.11.0 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate version, and it is listed as the most recent version of the feature."],["This feature `UseResumableUploadSession` facilitates resumable uploads, allowing users to either start a new session or restore a previously saved one by setting an empty string or the session ID respectively."],["The `UseResumableUploadSession` feature includes a static `name()` function that returns a constant character pointer."],["All versions listed include the `UseResumableUploadSession` struct from google cloud storage."]]],[]]