| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SslCertDetail |
SslCertDetail.clone() |
SslCertDetail |
SslCertsInsertResponse.getClientCert()
The new client certificate and private key.
|
SslCertDetail |
SslCertDetail.set(String fieldName,
Object value) |
SslCertDetail |
SslCertDetail.setCertInfo(SslCert certInfo)
The public information about the cert.
|
SslCertDetail |
SslCertDetail.setCertPrivateKey(String certPrivateKey)
The private key for the client cert, in pem format.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertsInsertResponse |
SslCertsInsertResponse.setClientCert(SslCertDetail clientCert)
The new client certificate and private key.
|
Copyright © 2011–2021 Google. All rights reserved.