public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessage
[[["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."],[[["The `ValidationMessage` class, part of the `Google.Cloud.Datastream.V1` namespace, represents a user-facing validation result message within the Datastream context."],["Version 2.9.0 is the latest version available for the `ValidationMessage`, with several previous versions listed, going as far back as version 1.0.0."],["The `ValidationMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are associated with data structures and protocols."],["The class includes properties such as `Code`, `Level`, `Message`, and `Metadata`, allowing for custom message codes, severity levels, validation results, and additional related data."],["The `ValidationMessage` class contains two constructors, one default and another for copying existing `ValidationMessage` objects."]]],[]]