public final class ProjectCreationStatus
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Resource Manager API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ProjectCreationStatus() |
| Modifier and Type | Method and Description |
|---|---|
ProjectCreationStatus |
clone() |
java.lang.String |
getCreateTime()
Creation time of the project creation workflow.
|
java.lang.Boolean |
getGettable()
True if the project can be retrieved using GetProject.
|
java.lang.Boolean |
getReady()
True if the project creation process is complete.
|
ProjectCreationStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
ProjectCreationStatus |
setCreateTime(java.lang.String createTime)
Creation time of the project creation workflow.
|
ProjectCreationStatus |
setGettable(java.lang.Boolean gettable)
True if the project can be retrieved using GetProject.
|
ProjectCreationStatus |
setReady(java.lang.Boolean ready)
True if the project creation process is complete.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCreateTime()
null for nonepublic ProjectCreationStatus setCreateTime(java.lang.String createTime)
createTime - createTime or null for nonepublic java.lang.Boolean getGettable()
null for nonepublic ProjectCreationStatus setGettable(java.lang.Boolean gettable)
gettable - gettable or null for nonepublic java.lang.Boolean getReady()
null for nonepublic ProjectCreationStatus setReady(java.lang.Boolean ready)
ready - ready or null for nonepublic ProjectCreationStatus set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProjectCreationStatus clone()
clone in class com.google.api.client.json.GenericJson