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."],[[["The `ValidationResult` class, found in version 1.0.0-beta02 of the Google.Cloud.Datastream.V1Alpha1 package, provides a container for current validation results within the .NET environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile use and interaction within the Google Cloud Datastream library."],["The `ValidationResult` class offers two constructors: a default constructor `ValidationResult()` and another that accepts another `ValidationResult` object as a parameter for copying, `ValidationResult(ValidationResult other)`."],["The class contains a `Validations` property of type `RepeatedField\u003cValidation\u003e` that holds a list of all validations, including those that have been executed and those that haven't."]]],[]]