[[["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-05 UTC."],[[["This document provides reference information for the `MessageBuilder` class in the Google Cloud Pub/Sub C++ client library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `MessageBuilder` class is used to construct `Message` objects within the Google Cloud Pub/Sub system."],["The `Build()` function within `MessageBuilder` creates a new message, and many other methods are available to configure the message's data, ordering key, and attributes."],["Methods such as `SetData`, `SetOrderingKey`, and `InsertAttribute` can be used to set the payload, ordering key, or insert new key/value attributes respectively, with both `&` and `&&` return type variants."],["`SetAttributes` allows for setting attributes either using iterators or by providing a vector of pairs of strings."]]],[]]