Class ImportJobState (0.1.15)

ImportJobState(value)

Enumerates possible states of an import job.

Enums

Name Description
IMPORT_JOB_STATE_UNSPECIFIED Default value.
IMPORT_JOB_STATE_PENDING The import job is pending.
IMPORT_JOB_STATE_RUNNING The processing of the import job is ongoing.
IMPORT_JOB_STATE_COMPLETED The import job processing has completed.
IMPORT_JOB_STATE_FAILED The import job failed to be processed.
IMPORT_JOB_STATE_VALIDATING The import job is being validated.
IMPORT_JOB_STATE_FAILED_VALIDATION The import job contains blocking errors.
IMPORT_JOB_STATE_READY The validation of the job completed with no blocking errors.