[[["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-17 UTC."],[[["This page provides documentation for the `WritePayload` class in the Google Cloud C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `WritePayload` class represents an opaque data payload for objects, and can be initialized with either an empty constructor, a `std::string`, or a `std::vector` of specific types like `char`, `std::byte`, or 8-bit integers."],["The `empty()` method checks if the payload is devoid of data, while the `size()` method provides the total data size of the payload."],["The `payload()` method allows for read only views into the data, but any modification to the object will invalidate those views."]]],[]]