[[["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."],[[["The webpage provides documentation for the `MessageBuilder` class in the Google Cloud Pub/Sub C++ library, with the latest version being `2.37.0-rc`."],["The `MessageBuilder` class is used to construct `Message` objects, offering methods to set data, ordering keys, and attributes, and the `Build()` function to create a new message."],["`MessageBuilder` supports setting the message payload via `SetData()`, which accepts a string, and can be chained for continued configuration using both `&` and `&&` operators."],["Users can utilize `SetOrderingKey()` to set the ordering key for the message and also supports method chaining, via both the `&` and `&&` operators."],["The webpage details multiple ways to set or insert attributes, including `InsertAttribute()`, `SetAttribute()`, and `SetAttributes()`, which allow setting individual or multiple key-value pairs, and there is support for method chaining for these functions, using both `&` and `&&` operators."]]],[]]