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"]],[["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 webpage provides documentation for the C++ `Message` class used in Cloud Pub/Sub, with links to various versions of the documentation, including the latest release candidate and past versions."],["The `Message` class facilitates communication between Cloud Pub/Sub applications, requiring at least some data or attributes to be present within each message."],["Instances of the `Message` class should be constructed using the `MessageBuilder` class, which is available to help ensure the correct creation of new message objects."],["The `Message` class offers several constructors and operators for copying and moving messages, along with functions to access message components such as data, message ID, ordering key, publish time, and attributes."],["The most current stable version of the Pub/Sub message class is `2.36.0`, and the latest release candidate is `2.37.0-rc`, with additional information on the class in other versions ranging from `2.11.0` to `2.35.0`."]]],[]]