state property

String? state
getter/setter pair

Current state of the report.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is unknown. This value is not in use.
  • "CREATING" : The report is in the making.
  • "SUCCEEDED" : Report creation completed successfully.
  • "FAILED" : Report creation failed.

Implementation

core.String? state;