[[["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-05-07 UTC."],[[["This document provides version-specific documentation for the `WritePayload` class within the Google Cloud Storage C++ client library, detailing versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `WritePayload` class is an opaque representation of data for an object payload, offering functionalities to create payloads from a `std::string` or a `std::vector` of specified types."],["Key methods of the `WritePayload` class include `empty()`, which checks for the presence of data, `size()`, which returns the total data size, and `payload()`, which provides views into the underlying data."],["The acceptable parameters when using the WritePayload(std::vector\u003c T \u003e) constructor include `char`, `std::byte`, an 8-bit integer, `std::string` and `std::vector\u003cU\u003e`, where U meets the previous type requirements."]]],[]]