Reference documentation and code samples for the Google Cloud Migration Center V1 Client class FileValidationReport.
A resource that aggregates the validation errors found in an import job file.
Generated from protobuf message google.cloud.migrationcenter.v1.FileValidationReport
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ file_name
string
The name of the file.
↳ row_errors
array< Google\Cloud\MigrationCenter\V1\ImportRowError
>
Partial list of rows that encountered validation error.
↳ partial_report
bool
Flag indicating that processing was aborted due to maximum number of errors.
↳ file_errors
getFileName
The name of the file.
string
setFileName
The name of the file.
var
string
$this
getRowErrors
Partial list of rows that encountered validation error.
setRowErrors
Partial list of rows that encountered validation error.
$this
getPartialReport
Flag indicating that processing was aborted due to maximum number of errors.
bool
setPartialReport
Flag indicating that processing was aborted due to maximum number of errors.
var
bool
$this
getFileErrors
List of file level errors.
setFileErrors
List of file level errors.
$this