Interface protos.google.cloud.migrationcenter.v1.IImportJob (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an ImportJob.
Package
@google-cloud/migrationcenter
Properties
assetSource
assetSource?: (string|null);
completeTime
completeTime?: (google.protobuf.ITimestamp|null);
createTime
createTime?: (google.protobuf.ITimestamp|null);
displayName
displayName?: (string|null);
executionReport
executionReport?: (google.cloud.migrationcenter.v1.IExecutionReport|null);
ImportJob executionReport
labels
labels?: ({ [k: string]: string }|null);
name
state
state?: (google.cloud.migrationcenter.v1.ImportJob.ImportJobState|keyof typeof google.cloud.migrationcenter.v1.ImportJob.ImportJobState|null);
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
validationReport
validationReport?: (google.cloud.migrationcenter.v1.IValidationReport|null);
ImportJob validationReport
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.migrationcenter.v1.IImportJob (2.1.0)\n\nProperties of an ImportJob.\n\nPackage\n-------\n\n[@google-cloud/migrationcenter](../overview.html)\n\nProperties\n----------\n\n### assetSource\n\n assetSource?: (string|null);\n\nImportJob assetSource\n\n### completeTime\n\n completeTime?: (google.protobuf.ITimestamp|null);\n\nImportJob completeTime\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nImportJob createTime\n\n### displayName\n\n displayName?: (string|null);\n\nImportJob displayName\n\n### executionReport\n\n executionReport?: (google.cloud.migrationcenter.v1.IExecutionReport|null);\n\nImportJob executionReport\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nImportJob labels\n\n### name\n\n name?: (string|null);\n\nImportJob name\n\n### state\n\n state?: (google.cloud.migrationcenter.v1.ImportJob.ImportJobState|keyof typeof google.cloud.migrationcenter.v1.ImportJob.ImportJobState|null);\n\nImportJob state\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nImportJob updateTime\n\n### validationReport\n\n validationReport?: (google.cloud.migrationcenter.v1.IValidationReport|null);\n\nImportJob validationReport"]]