| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SslCert |
SslCert.clone() |
SslCert |
SslCertDetail.getCertInfo()
The public information about the cert.
|
SslCert |
GenerateEphemeralCertResponse.getEphemeralCert()
Generated cert
|
SslCert |
SslCertsInsertResponse.getServerCaCert()
The server Certificate Authority's certificate.
|
SslCert |
DatabaseInstance.getServerCaCert()
SSL configuration.
|
SslCert |
ConnectSettings.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](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`
|
SslCert |
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 |
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> |
InstancesListServerCertificatesResponse.getCaCerts()
List of server CA certificates for the instance.
|
List<SslCert> |
InstancesListServerCasResponse.getCerts()
List of server CA certificates for the instance.
|
List<SslCert> |
SslCertsListResponse.getItems()
List of client certificates for the instance.
|
List<SslCert> |
InstancesListServerCertificatesResponse.getServerCerts()
List of server certificates for the instance, signed by the corresponding CA from the
`ca_certs` list.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertDetail |
SslCertDetail.setCertInfo(SslCert certInfo)
The public information about the cert.
|
GenerateEphemeralCertResponse |
GenerateEphemeralCertResponse.setEphemeralCert(SslCert ephemeralCert)
Generated cert
|
SslCertsInsertResponse |
SslCertsInsertResponse.setServerCaCert(SslCert serverCaCert)
The server Certificate Authority's certificate.
|
DatabaseInstance |
DatabaseInstance.setServerCaCert(SslCert serverCaCert)
SSL configuration.
|
ConnectSettings |
ConnectSettings.setServerCaCert(SslCert serverCaCert)
SSL configuration.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesListServerCertificatesResponse |
InstancesListServerCertificatesResponse.setCaCerts(List<SslCert> caCerts)
List of server CA certificates for the instance.
|
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.
|
InstancesListServerCertificatesResponse |
InstancesListServerCertificatesResponse.setServerCerts(List<SslCert> serverCerts)
List of server certificates for the instance, signed by the corresponding CA from the
`ca_certs` list.
|
Copyright © 2011–2024 Google. All rights reserved.