[[["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-14 UTC."],[[["This document outlines the `MessageBuilder` class within the Google Cloud Pub/Sub C++ library, which is used to construct `Message` objects."],["The latest version of the `MessageBuilder` class documented is `2.37.0-rc`, with a comprehensive list of previous versions available, dating back to version 2.11.0."],["`MessageBuilder` allows setting the message payload using `SetData`, specifying an ordering key with `SetOrderingKey`, and managing attributes using `InsertAttribute`, `SetAttribute`, and `SetAttributes`."],["The `Build()` function finalizes and creates a new message object with all the set information."],["The functions in `MessageBuilder` return a reference to `MessageBuilder &` or `MessageBuilder &&` allowing for method chaining."]]],[]]