[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 with customizable properties."],["Key functionalities of `MessageBuilder` include setting the message payload via `SetData()`, defining an ordering key using `SetOrderingKey()`, and managing message attributes through `InsertAttribute()` and `SetAttribute()` methods."],["The `Build()` function finalizes and creates the message object based on the configurations made using the different `Set` methods."],["The methods all support the use of references and rvalue references, denoted by the `&` and `&&` respectively, allowing for flexibility when calling the functions."]]],[]]