state property

String? state
getter/setter pair

The state of the report.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value when state is not specified or is unknown in this version.
  • "QUEUED" : The report is queued to run.
  • "RUNNING" : The report is currently running.
  • "DONE" : The report has finished running successfully.
  • "FAILED" : The report has finished running in failure.

Implementation

core.String? state;