public final class SslCert
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 Cloud SQL Admin 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SslCert() |
| Modifier and Type | Method and Description |
|---|---|
SslCert |
clone() |
String |
getCert()
PEM representation.
|
String |
getCertSerialNumber()
Serial number, as extracted from the certificate.
|
String |
getCommonName()
User supplied name.
|
String |
getCreateTime()
The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
String |
getExpirationTime()
The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
String |
getInstance()
Name of the database instance.
|
String |
getKind()
This is always `sql#sslCert`.
|
String |
getSelfLink()
The URI of this resource.
|
String |
getSha1Fingerprint()
Sha1 Fingerprint.
|
SslCert |
set(String fieldName,
Object value) |
SslCert |
setCert(String cert)
PEM representation.
|
SslCert |
setCertSerialNumber(String certSerialNumber)
Serial number, as extracted from the certificate.
|
SslCert |
setCommonName(String commonName)
User supplied name.
|
SslCert |
setCreateTime(String createTime)
The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
SslCert |
setExpirationTime(String expirationTime)
The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
SslCert |
setInstance(String instance)
Name of the database instance.
|
SslCert |
setKind(String kind)
This is always `sql#sslCert`.
|
SslCert |
setSelfLink(String selfLink)
The URI of this resource.
|
SslCert |
setSha1Fingerprint(String sha1Fingerprint)
Sha1 Fingerprint.
|
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 getCert()
null for nonepublic SslCert setCert(String cert)
cert - cert or null for nonepublic String getCertSerialNumber()
null for nonepublic SslCert setCertSerialNumber(String certSerialNumber)
certSerialNumber - certSerialNumber or null for nonepublic String getCommonName()
null for nonepublic SslCert setCommonName(String commonName)
commonName - commonName or null for nonepublic String getCreateTime()
null for nonepublic SslCert setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getExpirationTime()
null for nonepublic SslCert setExpirationTime(String expirationTime)
expirationTime - expirationTime or null for nonepublic String getInstance()
null for nonepublic SslCert setInstance(String instance)
instance - instance or null for nonepublic String getKind()
null for nonepublic SslCert setKind(String kind)
kind - kind or null for nonepublic String getSelfLink()
null for nonepublic SslCert setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSha1Fingerprint()
null for nonepublic SslCert setSha1Fingerprint(String sha1Fingerprint)
sha1Fingerprint - sha1Fingerprint or null for nonepublic SslCert set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SslCert clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.