state property

String? state
getter/setter pair

The state of the import job.

Output only. Possible string values are:

  • "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.

Implementation

core.String? state;