Google Cloud Migration Center V1 Client - Class ExecutionReport (0.1.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
NameDescription
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.

Returns
TypeDescription
int

setFramesReported

Total number of asset frames reported for the import job.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getExecutionErrors

Validation errors encountered during the execution of the import job.

Returns
TypeDescription
Google\Cloud\MigrationCenter\V1\ValidationReport|null

hasExecutionErrors

clearExecutionErrors

setExecutionErrors

Validation errors encountered during the execution of the import job.

Parameter
NameDescription
var Google\Cloud\MigrationCenter\V1\ValidationReport
Returns
TypeDescription
$this

getTotalRowsCount

Total number of rows in the import job.

Returns
TypeDescription
int

setTotalRowsCount

Total number of rows in the import job.

Parameter
NameDescription
var int
Returns
TypeDescription
$this