public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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 documentation is for the `ValidationMessage` class within the `Google.Cloud.Datastream.V1Alpha1` namespace, version 2.0.0-alpha04, which represents a user-facing validation result message."],["The `ValidationMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `Code`, `Level`, `Message`, and `Metadata` to provide detailed information about the validation result."],["The `ValidationMessage` class has two constructors, one default and one that takes another `ValidationMessage` instance as a parameter for copying."],["There are three versions available for this documentation, the latest being 2.0.0-alpha05, with 2.0.0-alpha04 and 1.0.0-beta02 also available."]]],[]]