[[["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++ library, version 2.17.0 and onwards."],["The latest version is 2.37.0-rc, and it lists available versions, which range from 2.37.0-rc down to 2.11.0, each with links to their respective `MessageBuilder` class documentation."],["The `MessageBuilder` class includes functions to build messages, set the message payload (`SetData`), define an ordering key (`SetOrderingKey`), and add or modify message attributes (`InsertAttribute`, `SetAttribute`, `SetAttributes`)."],["There are both lvalue reference and rvalue reference versions of the `SetData`, `SetOrderingKey`, `InsertAttribute`, `SetAttribute`, and `SetAttributes` functions, enabling flexibility in usage."],["The `Build()` function creates and returns a new `Message` object, allowing you to finalize the creation of the message."]]],[]]