public final class CryptoKeyVersion
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 Key Management Service (KMS) 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 |
|---|
CryptoKeyVersion() |
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyVersion |
clone() |
java.lang.String |
getCreateTime()
Output only.
|
java.lang.String |
getDestroyEventTime()
Output only.
|
java.lang.String |
getDestroyTime()
Output only.
|
java.lang.String |
getName()
Output only.
|
java.lang.String |
getState()
The current state of the CryptoKeyVersion.
|
CryptoKeyVersion |
set(java.lang.String fieldName,
java.lang.Object value) |
CryptoKeyVersion |
setCreateTime(java.lang.String createTime)
Output only.
|
CryptoKeyVersion |
setDestroyEventTime(java.lang.String destroyEventTime)
Output only.
|
CryptoKeyVersion |
setDestroyTime(java.lang.String destroyTime)
Output only.
|
CryptoKeyVersion |
setName(java.lang.String name)
Output only.
|
CryptoKeyVersion |
setState(java.lang.String state)
The current state of the CryptoKeyVersion.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCreateTime()
null for nonepublic CryptoKeyVersion setCreateTime(java.lang.String createTime)
createTime - createTime or null for nonepublic java.lang.String getDestroyEventTime()
null for nonepublic CryptoKeyVersion setDestroyEventTime(java.lang.String destroyEventTime)
destroyEventTime - destroyEventTime or null for nonepublic java.lang.String getDestroyTime()
null for nonepublic CryptoKeyVersion setDestroyTime(java.lang.String destroyTime)
destroyTime - destroyTime or null for nonepublic java.lang.String getName()
null for nonepublic CryptoKeyVersion setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getState()
null for nonepublic CryptoKeyVersion setState(java.lang.String state)
state - state or null for nonepublic CryptoKeyVersion set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CryptoKeyVersion clone()
clone in class com.google.api.client.json.GenericJson