ProjectLifecycleState

enum ProjectLifecycleState : Enum<ProjectLifecycleState> , ConvertibleToJava<ProjectLifecycleState>

The Project lifecycle state. Read-only.

Entries

Link copied to clipboard

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

Link copied to clipboard

The normal and active state.

Link copied to clipboard

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.

Link copied to clipboard

This lifecycle state is no longer used and not returned by the API.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ProjectLifecycleState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ProjectLifecycleState
Link copied to clipboard
Link copied to clipboard