Enum Project.State (1.24.0)

public enum Project.State extends Enum<Project.State> implements ProtocolMessageEnum

Project lifecycle states.

Protobuf enum google.cloud.resourcemanager.v3.Project.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The normal and active state.

ACTIVE = 1;

ACTIVE_VALUE

The normal and active state.

ACTIVE = 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].

DELETE_REQUESTED = 2;

DELETE_REQUESTED_VALUE

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].

DELETE_REQUESTED = 2;

STATE_UNSPECIFIED

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

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

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

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()