exportJobState property

String? exportJobState
getter/setter pair

Has the image export job finished (regardless of successful or failure).

Output only. Possible string values are:

  • "EXPORT_JOB_STATE_UNSPECIFIED" : State unspecified.
  • "IN_PROGRESS" : Job still in progress.
  • "FINISHED" : Job finished.

Implementation

core.String? exportJobState;