[[["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 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."]]],[]]