public static final class ProjectInfo.State extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static ProjectInfo.State |
ACTIVE
The normal and active state.
|
static ProjectInfo.State |
DELETE_IN_PROGRESS
The process of deleting the project has begun.
|
static ProjectInfo.State |
DELETE_REQUESTED
The project has been marked for deletion by the user or by the system (Google Cloud
Platform).
|
static ProjectInfo.State |
LIFECYCLE_STATE_UNSPECIFIED
Only used/useful for distinguishing unset values.
|
Modifier and Type | Method and Description |
---|---|
static ProjectInfo.State |
valueOf(String constant)
Get the State for the given String constant, and allow unrecognized values.
|
static ProjectInfo.State |
valueOfStrict(String constant)
Get the State for the given String constant, and throw an exception if the constant is not
recognized.
|
static ProjectInfo.State[] |
values()
Return the known values for State.
|
equals, hashCode, name, toString
public static final ProjectInfo.State LIFECYCLE_STATE_UNSPECIFIED
public static final ProjectInfo.State ACTIVE
public static final ProjectInfo.State DELETE_REQUESTED
ResourceManager.undelete(java.lang.String)
.public static final ProjectInfo.State DELETE_IN_PROGRESS
public static ProjectInfo.State valueOfStrict(String constant)
public static ProjectInfo.State valueOf(String constant)
public static ProjectInfo.State[] values()
Copyright © 2019 Google LLC. All rights reserved.