public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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 latest version of the `ValidationResult` class is 2.0.0-alpha05, which is part of the `Google.Cloud.Datastream.V1Alpha1` API."],["`ValidationResult` is a sealed class that provides the current validation results and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationResult` class contains a property called `Validations`, which is a list of validations of the type `RepeatedField\u003cValidation\u003e`."],["The class can be constructed using either a parameterless constructor or a constructor that accepts another `ValidationResult` object."],["The class inherits from `object` and is located in the `Google.Cloud.Datastream.V1Alpha1` namespace within the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."]]],[]]