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-11 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 `object`."],["The `ValidationReport` class provides two constructors: a default constructor and one that creates a new instance based on an existing `ValidationReport` object."],["It contains two primary properties: `FileValidations`, which lists errors found within individual files, and `JobErrors`, which lists errors at the job level, both of which return `RepeatedField` type objects."],["The `ValidationReport` class is available in several versions, from 1.0.0 up to the latest, 1.4.0, each version being documented within the content."]]],[]]