public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class ValidationResult.
[[["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, part of the Google Cloud Datastream v1alpha1 API, is used to hold the results of validation processes."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and data management capabilities."],["It inherits from the base `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `ValidationResult` class contains a `Validations` property of type `RepeatedField\u003cValidation\u003e`, which is a collection of validation details, including those executed and those not executed."],["There are 2 constructors for creating a `ValidationResult` object, one of which takes in another `ValidationResult` object as a parameter."]]],[]]