public enum Project.State extends Enum<Project.State> implements ProtocolMessageEnumProject lifecycle states.
Protobuf enum google.cloud.resourcemanager.v3.Project.State
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTIVE | The normal and active state. |
| ACTIVE_VALUE | The normal and active state. |
| 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_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]. |
| STATE_UNSPECIFIED | Unspecified state. This is only used/useful for distinguishing unset values. |
| STATE_UNSPECIFIED_VALUE | Unspecified state. This is only used/useful for distinguishing unset values. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |