[[["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, used for constructing `Message` objects, within the Google Cloud Pub/Sub C++ client library."],["The library provides a variety of methods for setting message properties, including `SetData`, `SetOrderingKey`, `InsertAttribute`, `SetAttribute`, and `SetAttributes`, allowing for detailed configuration of message content and metadata."],["There are several different versions of the library, from 2.11.0 to the latest release candidate 2.37.0-rc, allowing you to select the appropriate version for your project."],["The `Build()` function is used to finalize the creation of the message object, returning the newly built `Message`."],["There are multiple functions that provide both rvalue references (\\&\\&) and lvalue references (\\&) to allow for flexibility in the building of messages."]]],[]]