Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ValidationReport.
A resource that aggregates errors across import job files.
Generated from protobuf message google.cloud.migrationcenter.v1.ValidationReport
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ file_validations |
array<Google\Cloud\MigrationCenter\V1\FileValidationReport>
List of errors found in files. |
↳ job_errors |
array<Google\Cloud\MigrationCenter\V1\ImportError>
List of job level errors. |
getFileValidations
List of errors found in files.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFileValidations
List of errors found in files.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\FileValidationReport>
|
Returns | |
---|---|
Type | Description |
$this |
getJobErrors
List of job level errors.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobErrors
List of job level errors.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\ImportError>
|
Returns | |
---|---|
Type | Description |
$this |