[[["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-03-21 UTC."],[[["The content provides documentation for the `ReadRange` struct within the Google Cloud Storage C++ library, specifically for various versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReadRange` allows users to request a specific portion of a Google Cloud Storage (GCS) object during a `ReadObject` operation."],["The range specified by `ReadRange` is right-open, excluding the `end` byte, consistent with C++ conventions."],["`ReadRange` can be created using a default constructor or with a constructor that accepts `begin` and `end` parameters, both of type `std::int64_t`."],["The `static name()` function is available to return the name of this object, returning a `char const *`."]]],[]]