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.7.0."],["The `ValidationResult` class represents the outcome of validation processes and is part of the `Google.Cloud.Datastream.V1` namespace in the Google.Cloud.Datastream.V1.dll assembly."],["The `ValidationResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed without arguments or by taking in another ValidationResult object to copy its data."],["The class contains a `Validations` property, which is a list of `Validation` objects, detailing the results of executed and not executed validations."]]],[]]