[[["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 document details the `MessageBuilder` class in the Google Cloud Pub/Sub C++ library, focusing on version 2.22.1 and including links to various other versions ranging from 2.11.0 to 2.37.0-rc."],["The `MessageBuilder` class facilitates the construction of `Message` objects, offering functionalities for creating messages, setting the message payload via `SetData()`, and adding ordering keys using `SetOrderingKey()`."],["You can manage message attributes with `MessageBuilder` by inserting new ones with `InsertAttribute()` or setting/overriding them using `SetAttribute()`, with both functions supporting the use of references or move semantics, as well as a vector of pairs, or an iterator range."],["The `Build()` function creates a new message, and the document specifies it's return type is `Message`."],["There are many different parameters that are passed into the various functions, including a string, a `const &` of a string, a vector of pairs, and iterators."]]],[]]