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."],[[["This document outlines the `ValidationMessage` class, which is used to represent user-facing validation result messages in the Google.Cloud.Datastream.V1 namespace."],["The latest version available is 2.9.0, with versions ranging back to 1.0.0, all which include the same class."],["The `ValidationMessage` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ValidationMessage` class include `Code`, `Level`, `Message`, and `Metadata`, which describe the specifics of the validation result."],["There are two constructors available, a parameter-less and another taking `ValidationMessage` as a parameter."]]],[]]