[[["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."],[[["The webpage provides documentation for the `MessageBuilder` class in the Google Cloud Pub/Sub C++ library, with versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`MessageBuilder` is used to construct `Message` objects, which are fundamental units in the Pub/Sub messaging system."],["Key functionalities of `MessageBuilder` include setting the message payload via `SetData()`, defining an ordering key with `SetOrderingKey()`, and adding attributes using various `SetAttribute()` and `InsertAttribute()` methods."],["The class offers multiple `SetAttributes()` methods to set attributes using iterators or vectors, allowing users flexibility in defining message metadata."],["The `Build()` function is the final function to call on the `MessageBuilder` to create a new `Message` object."]]],[]]