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-04-09 UTC."],[[["The latest version of the Google.Cloud.Datastream.V1 API is 2.9.0, with version 2.8.0 being the current version highlighted on this page."],["The `ValidationResult` class, part of the Google.Cloud.Datastream.V1 API, is designed to contain the outcomes of validation processes."],["This `ValidationResult` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it integrates with protobuf functionalities and supports cloning."],["The `ValidationResult` class has a property called `Validations`, which is a list of `Validation` objects that contains the executed and not executed validations."],["The documentation provides a list of all versions of this API, starting from version 1.0.0 up to the latest 2.9.0, each linking to their respective documentation."]]],[]]