state property

String? state
getter/setter pair

The state of the image import.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is unknown.
  • "PENDING" : The image import has not yet started.
  • "RUNNING" : The image import is active and running.
  • "SUCCEEDED" : The image import has finished successfully.
  • "FAILED" : The image import has finished with errors.
  • "CANCELLING" : The image import is being cancelled.
  • "CANCELLED" : The image import was cancelled.

Implementation

core.String? state;