[[["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 webpage provides documentation for the `ReadRange` struct in the Google Cloud Storage C++ library, detailing various versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReadRange` is used to specify a portion of a Google Cloud Storage (GCS) object to be accessed during a `ReadObject` operation."],["The range specified by `ReadRange` is right-open, excluding the `end` byte, consistent with C++ conventions."],["`ReadRange` can be constructed with no arguments or with `begin` and `end` parameters of type `std::int64_t` to specify the byte range."],["It provides a static `name()` function that returns the name as a `char const *`."]]],[]]