The C++ representation for a Cloud Pub/Sub messages.
Cloud Pub/Sub applications communicate to each other using messages. Note that messages must provide at least some data or some attributes. Use MessageBuilder to create instances of this class.
[[["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-14 UTC."],[[["This document outlines the C++ `Message` class, which is a core component for Cloud Pub/Sub communication, requiring either data or attributes to be present in each message."],["The latest version available is 2.37.0-rc, with a variety of other stable releases ranging from 2.36.0 down to 2.11.0 also listed for reference."],["The `Message` class facilitates copying and moving through provided constructors and assignment operators, and instances of this class should be made using the `MessageBuilder`."],["The `Message` class includes accessor functions to retrieve message details such as `data()`, `message_id()`, `ordering_key()`, `publish_time()`, and `attributes()`."],["Each version listed in the document has a corresponding link to its specific class details, showing the changes made throughout the different versions of this class."]]],[]]