state property

String? state
getter/setter pair

The state of the DeploymentEvent.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : No state specified.
  • "STATE_ACTIVE" : The deployment is active in the runtime.
  • "STATE_INACTIVE" : The deployment is not in the runtime.

Implementation

core.String? state;