public sealed class ValidationReport : IMessage<ValidationReport>, IEquatable<ValidationReport>, IDeepCloneable<ValidationReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ValidationReport.
A resource that aggregates errors across import job files.
[[["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-06-12 UTC."],[[["The `ValidationReport` class in the Migration Center v1 API aggregates errors found across multiple import job files, providing a centralized view of issues."],["This class, part of the `Google.Cloud.MigrationCenter.V1` namespace, is available in the `Google.Cloud.MigrationCenter.V1.dll` assembly and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationReport` class offers two constructors, a default constructor and one that accepts another `ValidationReport` object for initialization."],["It includes properties like `FileValidations`, which lists file-specific errors, and `JobErrors`, which contains a list of errors at the job level."],["Multiple versions are available, ranging from version 1.0.0 to 1.4.0 (latest), with links provided to access each one's specific documentation."]]],[]]