Module: Google::Cloud::ResourceManager::V3::Project::State

Defined in:
proto_docs/google/cloud/resourcemanager/v3/projects.rb

Overview

Project lifecycle states.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state. This is only used/useful for distinguishing unset values.

0
ACTIVE =

The normal and active state.

1
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] [google.cloud.resourcemanager.v3.Projects.UndeleteProject].

2