Cloud Resource Manager v3 API - Enum Project.Types.State (2.4.0)

public enum Project.Types.State

Reference documentation and code samples for the Cloud Resource Manager v3 API enum Project.Types.State.

Project lifecycle states.

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Fields

NameDescription
Active

The normal and active state.

DeleteRequested

The project has been marked for deletion by the user (by invoking [DeleteProject][google.cloud.resourcemanager.v3.Projects.DeleteProject]) or by the system (Google Cloud Platform). This can generally be reversed by invoking [UndeleteProject] [google.cloud.resourcemanager.v3.Projects.UndeleteProject].

Unspecified

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