status property

String? status
getter/setter pair

The status of the upload Possible string values are:

  • "STATUS_UNSPECIFIED"
  • "IN_PROGRESS"
  • "ALREADY_UPLOADED"
  • "SUCCESS"
  • "ERROR"

Implementation

core.String? status;