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-04-09 UTC."],[[["This webpage details the `ValidationResult` class within the `Google.Cloud.Datastream.V1` namespace, which is part of the Google.Cloud.Datastream.V1.dll assembly and used to contain current validation results."],["The `ValidationResult` class implements several interfaces, including `IMessage\u003cValidationResult\u003e`, `IEquatable\u003cValidationResult\u003e`, `IDeepCloneable\u003cValidationResult\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors, a default constructor and one that accepts another `ValidationResult` object as a parameter."],["The class contains one property, `Validations`, which is a `RepeatedField\u003cValidation\u003e` and holds a list of validation objects, regardless of their execution status."],["The page provides a list of available versions of the `ValidationResult` class, ranging from 1.0.0 up to 2.9.0, with 2.9.0 being the latest version."]]],[]]