public final class KeyRing
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 |
|---|
KeyRing() |
| Modifier and Type | Method and Description |
|---|---|
KeyRing |
clone() |
java.lang.String |
getCreateTime()
Output only.
|
java.lang.String |
getName()
Output only.
|
KeyRing |
set(java.lang.String fieldName,
java.lang.Object value) |
KeyRing |
setCreateTime(java.lang.String createTime)
Output only.
|
KeyRing |
setName(java.lang.String name)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCreateTime()
null for nonepublic KeyRing setCreateTime(java.lang.String createTime)
createTime - createTime or null for nonepublic java.lang.String getName()
null for nonepublic KeyRing setName(java.lang.String name)
name - name or null for nonepublic KeyRing set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic KeyRing clone()
clone in class com.google.api.client.json.GenericJson