Google Cloud Migration Center V1 Client - Class ExecutionReport (1.0.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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

Output only. Total number of rows in the import job.

getFramesReported

Total number of asset frames reported for the import job.

Returns
Type Description
int

setFramesReported

Total number of asset frames reported for the import job.

Parameter
Name Description
var int
Returns
Type Description
$this

getExecutionErrors

Validation errors encountered during the execution of the import job.

Returns
Type Description
Google\Cloud\MigrationCenter\V1\ValidationReport|null

hasExecutionErrors

clearExecutionErrors

setExecutionErrors

Validation errors encountered during the execution of the import job.

Parameter
Name Description
var Google\Cloud\MigrationCenter\V1\ValidationReport
Returns
Type Description
$this

getTotalRowsCount

Output only. Total number of rows in the import job.

Returns
Type Description
int

setTotalRowsCount

Output only. Total number of rows in the import job.

Parameter
Name Description
var int
Returns
Type Description
$this