public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
[[["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 details the `ValidationResult` class within the `Google.Cloud.Datastream.V1` namespace, specifically version 2.0.0, with links to various versions ranging from 1.0.0 to 2.9.0."],["The `ValidationResult` class is designed to hold and represent the outcomes of validation processes, and it inherits from the `Object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ValidationResult` objects can be constructed either as empty instances or by cloning existing `ValidationResult` objects, and they contain a `Validations` property which provides access to a collection of `Validation` objects."],["The class is found within the Google.Cloud.Datastream.V1.dll assembly."]]],[]]