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.1.0, with links to previous versions."],["`ValidationResult` is a sealed class that contains the current validation results and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ValidationResult` class has two constructors, one default and one that takes another `ValidationResult` object as a parameter, as well as one property `Validations` that is a list of validations of type `RepeatedField\u003cValidation\u003e`."]]],[]]