Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ImportJob.
A resource that represents the background job that imports asset frames.
Generated from protobuf message google.cloud.migrationcenter.v1.ImportJob
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The full name of the import job.
↳ display_name
string
User-friendly display name. Maximum length is 63 characters.
↳ create_time
↳ update_time
↳ complete_time
↳ state
int
Output only. The state of the import job.
↳ labels
↳ asset_source
string
Required. Reference to a source.
↳ validation_report
Google\Cloud\MigrationCenter\V1\ValidationReport
Output only. The report with the validation results of the import job.
↳ execution_report
Google\Cloud\MigrationCenter\V1\ExecutionReport
Output only. The report with the results of running the import job.
getName
Output only. The full name of the import job.
string
setName
Output only. The full name of the import job.
var
string
$this
getDisplayName
User-friendly display name. Maximum length is 63 characters.
string
setDisplayName
User-friendly display name. Maximum length is 63 characters.
var
string
$this
getCreateTime
Output only. The timestamp when the import job was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the import job was created.
$this
getUpdateTime
Output only. The timestamp when the import job was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp when the import job was last updated.
$this
getCompleteTime
Output only. The timestamp when the import job was completed.
hasCompleteTime
clearCompleteTime
setCompleteTime
Output only. The timestamp when the import job was completed.
$this
getState
Output only. The state of the import job.
int
setState
Output only. The state of the import job.
var
int
$this
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this
getAssetSource
Required. Reference to a source.
string
setAssetSource
Required. Reference to a source.
var
string
$this
getValidationReport
Output only. The report with the validation results of the import job.
hasValidationReport
setValidationReport
Output only. The report with the validation results of the import job.
$this
getExecutionReport
Output only. The report with the results of running the import job.
hasExecutionReport
setExecutionReport
Output only. The report with the results of running the import job.
$this
getReport
string