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.
| 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 |
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 |
ValidationReport|null |
|
hasExecutionErrors
clearExecutionErrors
setExecutionErrors
Validation errors encountered during the execution of the import job.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
|