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 webpage provides documentation for the `ValidationMessage` class within the Google Cloud Datastream v1 API for .NET."],["The `ValidationMessage` class, which is used to represent user-facing validation result messages, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Google.Cloud.Datastream.V1 package available is 2.9.0, and previous versions dating back to 1.0.0 are also documented on the page."],["The `ValidationMessage` class has several properties including `Code`, `Level`, `Message`, and `Metadata`, each with a specified data type and description."],["The `ValidationMessage` can be instantiated using two available constructors, either a default constructor or one that accepts another `ValidationMessage` as a parameter."]]],[]]