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"]],[["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-08 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."]]],[]]