Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ExecutionReport.
A resource that reports result of the import job execution.
Generated from protobuf message google.cloud.migrationcenter.v1.ExecutionReport
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ frames_reported
int
Total number of asset frames reported for the import job.
↳ execution_errors
Google\Cloud\MigrationCenter\V1\ValidationReport
Validation errors encountered during the execution of the import job.
↳ total_rows_count
int
Total number of rows in the import job.
getFramesReported
Total number of asset frames reported for the import job.
int
setFramesReported
Total number of asset frames reported for the import job.
var
int
$this
getExecutionErrors
Validation errors encountered during the execution of the import job.
hasExecutionErrors
clearExecutionErrors
setExecutionErrors
Validation errors encountered during the execution of the import job.
$this
getTotalRowsCount
Total number of rows in the import job.
int
setTotalRowsCount
Total number of rows in the import job.
var
int
$this