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."],[[["This document provides reference information for the `ValidationResult` class within the Google Cloud Datastream V1 API, specifically in the .NET environment."],["The `ValidationResult` class, found in the `Google.Cloud.Datastream.V1` namespace, contains a list of validations, including those that have and haven't been executed."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Multiple versions of the `ValidationResult` class are available, ranging from version 1.0.0 to the latest version, 2.9.0."],["There are two constructors available for the `ValidationResult` class, a default constructor, and one that takes another `ValidationResult` object as a parameter."]]],[]]