public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class ValidationMessage.
[[["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."],[[["This document provides reference documentation for the `ValidationMessage` class within the Google Cloud Datastream V1 API, with the latest version being 2.9.0, and spans all the way back to version 1.0.0."],["The `ValidationMessage` class is used to represent user-facing validation results and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ValidationMessage` class include `Code` for a custom identifier, `Level` for message severity, `Message` for the validation result text, and `Metadata` for additional related data."],["There are two constructors, a parameterless constructor, and one that take another `ValidationMessage` instance as an argument."]]],[]]