state property

String? state
getter/setter pair

Location state of the wave.

Output only. Possible string values are:

  • "STATE_FAILED" : Work on the wave failed.
  • "STATE_IN_PROGRESS" : Work on the wave is in progress.
  • "STATE_PENDING" : Work on the wave is pending.
  • "STATE_SKIPPED" : Work on the wave was canceled or skipped.
  • "STATE_SUCCEEDED" : Work on the wave succeeded.
  • "STATE_UNSPECIFIED" : Undefined default state. Should never be exposed to users.

Implementation

core.String? state;