public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 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-31 UTC."],[[["This webpage provides reference documentation for the `ValidationResult` class within the Google Cloud Datastream v1 API, specifically for version 2.6.0."],["The `ValidationResult` class contains current validation results and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available of this API is 2.9.0, and other prior versions of this class are also documented and linked to, with versions going as far back as 1.0.0."],["The `ValidationResult` class has a `Validations` property, which is a list of type `RepeatedField` of type `Validation` objects, containing both executed and non-executed validations."],["The `ValidationResult` class has two constructors, one being parameterless and the other accepting another `ValidationResult` as a parameter to duplicate it."]]],[]]