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-21 UTC."],[[["The `ValidationResult` class in the Google.Cloud.Datastream.V1 API provides current validation results for data streams."],["This class is part of the Google Cloud Datastream v1 library, and the latest version available is 2.9.0."],["The `ValidationResult` class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `ValidationResult` object as a parameter."],["The class contains the `Validations` property, which is a list of `Validation` objects representing both executed and non-executed validations."]]],[]]