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 information for the `ValidationMessage` class within the Google Cloud Datastream v1 API, specifically version 2.2.0, and the most recent version 2.9.0 is the newest version available."],["The `ValidationMessage` class represents a user-facing validation result message used within the Datastream API and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationMessage` class has properties for `Code` (a custom identifier), `Level` (severity), `Message` (the validation result), and `Metadata` (additional information)."],["The `ValidationMessage` can be instantiated with the default constructor `ValidationMessage()` or a copy constructor `ValidationMessage(ValidationMessage other)`."],["The document also provides an overview of the history of the `ValidationMessage` with a versioning timeline, ranging from version 1.0.0 up to version 2.9.0."]]],[]]