| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
SslCert |
SslCert.clone() |
SslCert |
SslCertDetail.getCertInfo()
The public information about the cert.
|
SslCert |
SslCertsInsertResponse.getServerCaCert()
The server Certificate Authority's certificate.
|
SslCert |
DatabaseInstance.getServerCaCert()
SSL configuration.
|
SslCert |
SslCert.set(String fieldName,
Object value) |
SslCert |
SslCert.setCert(String cert)
PEM representation.
|
SslCert |
SslCert.setCertSerialNumber(String certSerialNumber)
Serial number, as extracted from the certificate.
|
SslCert |
SslCert.setCommonName(String commonName)
User supplied name.
|
SslCert |
SslCert.setCreateTime(String createTime)
The time when the certificate was created in RFC 3339 format, for example
*2012-11-15T16:19:00.094Z*
|
SslCert |
SslCert.setExpirationTime(String expirationTime)
The time when the certificate expires in RFC 3339 format, for example
*2012-11-15T16:19:00.094Z*.
|
SslCert |
SslCert.setInstance(String instance)
Name of the database instance.
|
SslCert |
SslCert.setKind(String kind)
This is always *sql#sslCert*.
|
SslCert |
SslCert.setSelfLink(String selfLink)
The URI of this resource.
|
SslCert |
SslCert.setSha1Fingerprint(String sha1Fingerprint)
Sha1 Fingerprint.
|
| Modifier and Type | Method and Description |
|---|---|
List<SslCert> |
InstancesListServerCasResponse.getCerts()
List of server CA certificates for the instance.
|
List<SslCert> |
SslCertsListResponse.getItems()
List of client certificates for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertDetail |
SslCertDetail.setCertInfo(SslCert certInfo)
The public information about the cert.
|
SslCertsInsertResponse |
SslCertsInsertResponse.setServerCaCert(SslCert serverCaCert)
The server Certificate Authority's certificate.
|
DatabaseInstance |
DatabaseInstance.setServerCaCert(SslCert serverCaCert)
SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesListServerCasResponse |
InstancesListServerCasResponse.setCerts(List<SslCert> certs)
List of server CA certificates for the instance.
|
SslCertsListResponse |
SslCertsListResponse.setItems(List<SslCert> items)
List of client certificates for the instance.
|
Copyright © 2011–2020 Google. All rights reserved.