Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ImportJobState.
Enumerates possible states of an import job.
Protobuf type google.cloud.migrationcenter.v1.ImportJob.ImportJobState
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ ImportJobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
IMPORT_JOB_STATE_UNSPECIFIED
Value: 0
Default value.
Generated from protobuf enum IMPORT_JOB_STATE_UNSPECIFIED = 0;
IMPORT_JOB_STATE_PENDING
Value: 1
The import job is pending.
Generated from protobuf enum IMPORT_JOB_STATE_PENDING = 1;
IMPORT_JOB_STATE_RUNNING
Value: 2
The processing of the import job is ongoing.
Generated from protobuf enum IMPORT_JOB_STATE_RUNNING = 2;
IMPORT_JOB_STATE_COMPLETED
Value: 3
The import job processing has completed.
Generated from protobuf enum IMPORT_JOB_STATE_COMPLETED = 3;
IMPORT_JOB_STATE_FAILED
Value: 4
The import job failed to be processed.
Generated from protobuf enum IMPORT_JOB_STATE_FAILED = 4;
IMPORT_JOB_STATE_VALIDATING
Value: 5
The import job is being validated.
Generated from protobuf enum IMPORT_JOB_STATE_VALIDATING = 5;
IMPORT_JOB_STATE_FAILED_VALIDATION
Value: 6
The import job contains blocking errors.
Generated from protobuf enum IMPORT_JOB_STATE_FAILED_VALIDATION = 6;
IMPORT_JOB_STATE_READY
Value: 7
The validation of the job completed with no blocking errors.
Generated from protobuf enum IMPORT_JOB_STATE_READY = 7;