Package | Description |
---|---|
com.google.cloud.resourcemanager |
A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource
containers.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
ProjectInfo.State |
ProjectInfo.getState()
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.
|
Copyright © 2019 Google LLC. All rights reserved.