[[["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 outlines the `MessageBuilder` class within the Google Cloud Pub/Sub C++ library, used to construct `Message` objects."],["The `MessageBuilder` class supports setting the message payload data via the `SetData` function, which accepts a string as input."],["You can set the ordering key of the message using the `SetOrderingKey` function, taking a string representing the key."],["The class facilitates managing message attributes with `InsertAttribute` for adding new attributes and `SetAttribute` for setting or overwriting them."],["The `SetAttributes` function allow for setting multiple attributes at once, it has multiple overloads to accept various formats such as iterators, vector pairs and typed vector pairs."],["You can view documentation for specific library versions ranging from 2.11.0 to 2.37.0-rc."]]],[]]