lifecycleState property

String? lifecycleState
getter/setter pair

The Project lifecycle state.

Read-only. Possible string values are:

  • "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified state. This is only used/useful for distinguishing unset values.
  • "ACTIVE" : The normal and active state.
  • "DELETE_REQUESTED" : The project has been marked for deletion by the user (by invoking DeleteProject) or by the system (Google Cloud Platform). This can generally be reversed by invoking UndeleteProject.
  • "DELETE_IN_PROGRESS" : This lifecycle state is no longer used and not returned by the API.

Implementation

core.String? lifecycleState;