diagnosticState property

String? diagnosticState
getter/setter pair

The diagnostic state.

Output only. Possible string values are:

  • "DIAGNOSTIC_STATE_UNSPECIFIED" : The diagnostic state is unspecified.
  • "IN_PROGRESS" : The diagnostic is in progress.
  • "SUCCEEDED" : The diagnostic completed successfully.
  • "FAILED" : The diagnostic failed.

Implementation

core.String? diagnosticState;