[[["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."],[[["This webpage documents different versions of the `ReadRange` structure within the Google Cloud Storage C++ library, ranging from version 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 `ReadRange` structure uses a right-open range format (excluding the `end` byte) in line with C++ conventions."],["It has two constructors: a default constructor `ReadRange()` and a constructor `ReadRange(std::int64_t, std::int64_t)` that accepts begin and end parameters to define the range."],["It also has the `name()` function that returns a `char const *` describing the struct."]]],[]]