[[["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-09 UTC."],[[["This document outlines the `ProtoMessage` class in the Google Cloud Spanner C++ library, focusing on how it represents and interacts with protocol buffer messages."],["The `ProtoMessage` class supports implicit construction from and explicit conversion to an `M` (message) type, along with capabilities for copying, assignment, and streaming of message values."],["It also supports explicit construction from and conversion to the `M` wire format, intended primarily for internal library operations, and offers both a default constructor and explicit constructors from the message type and wire format."],["The class provides static `TypeName()` method to retrieve the fully-qualified name of the message type, as well as two operators to convert the `ProtoMessage` back into either the message type or the wire format."],["The documentation provided covers versions from 2.11.0 up until the latest release candidate, version 2.37.0-rc."]]],[]]