Uses of Class
com.google.cloud.resourcemanager.ProjectInfo.State
-
Packages that use ProjectInfo.State Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of ProjectInfo.State in com.google.cloud.resourcemanager
Fields in com.google.cloud.resourcemanager declared as ProjectInfo.State Modifier and Type Field Description static ProjectInfo.State
ProjectInfo.State. ACTIVE
The normal and active state.static ProjectInfo.State
ProjectInfo.State. DELETE_IN_PROGRESS
The process of deleting the project has begun.static ProjectInfo.State
ProjectInfo.State. DELETE_REQUESTED
The project has been marked for deletion by the user or by the system (Google Cloud Platform).static ProjectInfo.State
ProjectInfo.State. LIFECYCLE_STATE_UNSPECIFIED
Only used/useful for distinguishing unset values.Methods in com.google.cloud.resourcemanager that return ProjectInfo.State Modifier and Type Method Description ProjectInfo.State
ProjectInfo. getState()
Deprecated.Get the project's lifecycle state.static ProjectInfo.State
ProjectInfo.State. valueOf(String constant)
Get the State for the given String constant, and allow unrecognized values.static ProjectInfo.State
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[]
ProjectInfo.State. values()
Return the known values for State.
-