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."],[[["The latest version available for the DataStream v1 API class ValidationMessage is 2.9.0."],["The `ValidationMessage` class is used to represent user-facing validation result messages within the Google Cloud Datastream v1 API."],["`ValidationMessage` objects can be constructed using a default constructor or a constructor that copies values from another `ValidationMessage` instance."],["The `ValidationMessage` class contains properties such as `Code`, `Level`, `Message`, and `Metadata`, which provide detailed information about the validation result, including a custom code, severity level, message content, and any additional related metadata."],["The `ValidationMessage` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]