Skip to main content

import_jobs

Overview

Nameimport_jobs
TypeResource
Idgoogle.migrationcenter.import_jobs

Fields

NameDatatypeDescription
namestringOutput only. The full name of the import job.
assetSourcestringRequired. Reference to a source.
completeTimestringOutput only. The timestamp when the import job was completed.
createTimestringOutput only. The timestamp when the import job was created.
displayNamestringUser-friendly display name. Maximum length is 63 characters.
executionReportobjectA resource that reports result of the import job execution.
labelsobjectLabels as key value pairs.
statestringOutput only. The state of the import job.
updateTimestringOutput only. The timestamp when the import job was last updated.
validationReportobjectA resource that aggregates errors across import job files.

Methods

NameAccessible byRequired ParamsDescription
getSELECTimportJobsId, locationsId, projectsIdGets the details of an import job.
listSELECTlocationsId, projectsIdLists all import jobs.
createINSERTlocationsId, projectsIdCreates an import job.
deleteDELETEimportJobsId, locationsId, projectsIdDeletes an import job.
_listEXEClocationsId, projectsIdLists all import jobs.
patchEXECimportJobsId, locationsId, projectsIdUpdates an import job.
runEXECimportJobsId, locationsId, projectsIdRuns an import job.
validateEXECimportJobsId, locationsId, projectsIdValidates an import job.