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 `ValidationMessage` class in the Google Cloud Datastream v1 API represents a user-facing validation result message."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, and deep cloning."],["Key properties of the `ValidationMessage` class include `Code` (a custom identifier), `Level` (severity like warning or error), `Message` (validation result), and `Metadata` (additional information)."],["The class offers two constructors: a default constructor and one that accepts another `ValidationMessage` object for creating a new instance based on an existing one."],["The documentation lists the available versions for the Datastream v1 API class `ValidationMessage`, ranging from version 1.0.0 to the latest version, 2.9.0, providing access to specific version documentation."]]],[]]