public final class SslCertsInsertResponse 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 SQL Admin 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 |
|---|
SslCertsInsertResponse() |
| Modifier and Type | Method and Description |
|---|---|
SslCertsInsertResponse |
clone() |
SslCertDetail |
getClientCert()
The new client certificate and private key.
|
String |
getKind()
This is always `sql#sslCertsInsert`.
|
Operation |
getOperation()
The operation to track the ssl certs insert request.
|
SslCert |
getServerCaCert()
The server Certificate Authority's certificate.
|
SslCertsInsertResponse |
set(String fieldName,
Object value) |
SslCertsInsertResponse |
setClientCert(SslCertDetail clientCert)
The new client certificate and private key.
|
SslCertsInsertResponse |
setKind(String kind)
This is always `sql#sslCertsInsert`.
|
SslCertsInsertResponse |
setOperation(Operation operation)
The operation to track the ssl certs insert request.
|
SslCertsInsertResponse |
setServerCaCert(SslCert serverCaCert)
The server Certificate Authority's certificate.
|
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 SslCertDetail getClientCert()
null for nonepublic SslCertsInsertResponse setClientCert(SslCertDetail clientCert)
clientCert - clientCert or null for nonepublic String getKind()
null for nonepublic SslCertsInsertResponse setKind(String kind)
kind - kind or null for nonepublic Operation getOperation()
null for nonepublic SslCertsInsertResponse setOperation(Operation operation)
operation - operation or null for nonepublic SslCert getServerCaCert()
null for nonepublic SslCertsInsertResponse setServerCaCert(SslCert serverCaCert)
serverCaCert - serverCaCert or null for nonepublic SslCertsInsertResponse set(String fieldName, Object value)
set in class GenericJsonpublic SslCertsInsertResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.