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-03-21 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 implemented in the `Google.Cloud.MigrationCenter.V1.dll` assembly and inherits from the base `object` class."],["The `ValidationReport` class includes two key properties: `FileValidations`, which lists errors found within individual files, and `JobErrors`, which details errors affecting the entire import job."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["There are two constructors available, `ValidationReport()` and `ValidationReport(ValidationReport other)`, that help instantiate the class."]]],[]]