[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]