[[["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."],[[["The `MessageBuilder` class in the Google Cloud Pub/Sub C++ library facilitates the creation of `Message` objects."],["This class offers functions to set the message payload via `SetData`, and the ordering key via `SetOrderingKey`."],["`MessageBuilder` also provides various methods to manage message attributes, such as `InsertAttribute`, `SetAttribute`, and `SetAttributes`, supporting different input types and iterators."],["`Build()` is the function that creates and returns a new `Message` object, once the necessary attributes and data are configured."],["The library maintains a history of versioned releases, with `2.37.0-rc` being the latest version and `2.11.0` being the oldest referenced version, and `2.36.0` being the current version."]]],[]]