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-03-21 UTC."],[[["The `ValidationMessage` class in the `Google.Cloud.Datastream.V1Alpha1` namespace represents a user-facing validation result message within the .NET environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`ValidationMessage` includes properties such as `Code` (a custom message identifier), `Level` (severity level), `Message` (validation result), and `Metadata` (additional information), facilitating detailed validation reporting."],["There are two constructor options for this class, one default and another accepting a pre-existing `ValidationMessage` as an argument."],["The current document reflects version `1.0.0-beta02`, with links to newer alpha versions `2.0.0-alpha04`, and the latest `2.0.0-alpha05`."]]],[]]