public final class EkmConnection extends 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 Cloud Key Management Service (KMS) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EkmConnection() |
| Modifier and Type | Method and Description |
|---|---|
EkmConnection |
clone() |
String |
getCreateTime()
Output only.
|
String |
getEtag()
Optional.
|
String |
getName()
Output only.
|
List<ServiceResolver> |
getServiceResolvers()
A list of ServiceResolvers where the EKM can be reached.
|
EkmConnection |
set(String fieldName,
Object value) |
EkmConnection |
setCreateTime(String createTime)
Output only.
|
EkmConnection |
setEtag(String etag)
Optional.
|
EkmConnection |
setName(String name)
Output only.
|
EkmConnection |
setServiceResolvers(List<ServiceResolver> serviceResolvers)
A list of ServiceResolvers where the EKM can be reached.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreateTime()
null for nonepublic EkmConnection setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getEtag()
null for nonepublic EkmConnection setEtag(String etag)
etag - etag or null for nonepublic String getName()
null for nonepublic EkmConnection setName(String name)
name - name or null for nonepublic List<ServiceResolver> getServiceResolvers()
null for nonepublic EkmConnection setServiceResolvers(List<ServiceResolver> serviceResolvers)
serviceResolvers - serviceResolvers or null for nonepublic EkmConnection set(String fieldName, Object value)
set in class GenericJsonpublic EkmConnection clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.