[[["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-04-17 UTC."],[[["This document outlines the `MessageBuilder` class, used for constructing `Message` objects in the Google Cloud Pub/Sub C++ library."],["It provides access to various versions of the library, from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `MessageBuilder` class offers multiple methods for setting the message payload using `SetData`, and setting or inserting attributes, both in rvalue and lvalue references."],["It also allows for setting the message's ordering key using the `SetOrderingKey` methods, and various methods for managing attributes, including `InsertAttribute` and `SetAttribute`, as well as bulk attribute setting options with different parameter types."],["The `Build()` method finalizes the construction of a `Message` object, returning the completed message."]]],[]]