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 webpage details the `ValidationMessage` class within the `Google.Cloud.Datastream.V1` namespace, which is designed to represent user-facing validation result messages."],["The `ValidationMessage` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Available properties within the `ValidationMessage` class include `Code` (a custom identifier), `Level` (severity), `Message` (validation result), and `Metadata` (additional information)."],["The latest version of the `ValidationMessage` is 2.9.0, with a history of previous versions listed back to version 1.0.0."],["The `ValidationMessage` class offers two constructors: a default parameterless constructor and one that takes another `ValidationMessage` instance for creating a copy."]]],[]]