[[["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-09-04 UTC."],[],[],null,["# Google Cloud Migration Center V1 Client - Class ImportJobState (1.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.2 (latest)](/php/docs/reference/cloud-migrationcenter/latest/V1.ImportJob.ImportJobState)\n- [1.1.1](/php/docs/reference/cloud-migrationcenter/1.1.1/V1.ImportJob.ImportJobState)\n- [1.0.3](/php/docs/reference/cloud-migrationcenter/1.0.3/V1.ImportJob.ImportJobState)\n- [0.4.5](/php/docs/reference/cloud-migrationcenter/0.4.5/V1.ImportJob.ImportJobState)\n- [0.3.1](/php/docs/reference/cloud-migrationcenter/0.3.1/V1.ImportJob.ImportJobState)\n- [0.2.0](/php/docs/reference/cloud-migrationcenter/0.2.0/V1.ImportJob.ImportJobState)\n- [0.1.0](/php/docs/reference/cloud-migrationcenter/0.1.0/V1.ImportJob.ImportJobState) \nReference documentation and code samples for the Google Cloud Migration Center V1 Client class ImportJobState.\n\nEnumerates possible states of an import job.\n\nProtobuf type `google.cloud.migrationcenter.v1.ImportJob.ImportJobState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ MigrationCenter \\\\ V1 \\\\ ImportJob\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### IMPORT_JOB_STATE_UNSPECIFIED\n\n Value: 0\n\nDefault value.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_UNSPECIFIED = 0;`\n\n### IMPORT_JOB_STATE_PENDING\n\n Value: 1\n\nThe import job is pending.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_PENDING = 1;`\n\n### IMPORT_JOB_STATE_RUNNING\n\n Value: 2\n\nThe processing of the import job is ongoing.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_RUNNING = 2;`\n\n### IMPORT_JOB_STATE_COMPLETED\n\n Value: 3\n\nThe import job processing has completed.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_COMPLETED = 3;`\n\n### IMPORT_JOB_STATE_FAILED\n\n Value: 4\n\nThe import job failed to be processed.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_FAILED = 4;`\n\n### IMPORT_JOB_STATE_VALIDATING\n\n Value: 5\n\nThe import job is being validated.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_VALIDATING = 5;`\n\n### IMPORT_JOB_STATE_FAILED_VALIDATION\n\n Value: 6\n\nThe import job contains blocking errors.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_FAILED_VALIDATION = 6;`\n\n### IMPORT_JOB_STATE_READY\n\n Value: 7\n\nThe validation of the job completed with no blocking errors.\n\nGenerated from protobuf enum `IMPORT_JOB_STATE_READY = 7;`"]]