public sealed class FileValidationReport : IMessage<FileValidationReport>, IEquatable<FileValidationReport>, IDeepCloneable<FileValidationReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class FileValidationReport.
A resource that aggregates the validation errors found in an import job file.
[[["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."],[[["This documentation details the `FileValidationReport` class within the Google Cloud Migration Center v1 API, version 1.2.0, which is used for aggregating validation errors found in import job files."],["The `FileValidationReport` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `FileValidationReport` class include `FileErrors`, a list of file-level errors, `FileName`, the name of the file, `PartialReport`, indicating if processing was aborted due to excessive errors, and `RowErrors`, a list of row-level validation errors."],["The class contains two constructors, one default constructor and another that takes in an existing FileValidationReport as a parameter, allowing for the creation of a copy."],["The latest version of the API is 1.4.0, and older versions, such as 1.0.0, 1.1.0, and 1.3.0, are also available, each having their own documentation in the same directory."]]],[]]