state property

String? state
getter/setter pair

The lifecycle state of the Project.

Updates to the state must be performed via com.google.cloudresourcemanager.v1.Projects.DeleteProject and com.google.cloudresourcemanager.v1.Projects.UndeleteProject

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : The normal and active state.
  • "DELETED" : The Project has been marked for deletion by the user.

Implementation

core.String? state;