| Package | Description |
|---|---|
| com.google.api.services.sql | |
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.SslCerts.CreateEphemeral |
SQLAdmin.SslCerts.createEphemeral(String project,
String instance,
SslCertsCreateEphemeralRequest content)
Generates a short-lived X509 certificate containing the provided public key and signed by a
private key specific to the target instance.
|
| Constructor and Description |
|---|
CreateEphemeral(String project,
String instance,
SslCertsCreateEphemeralRequest content)
Generates a short-lived X509 certificate containing the provided public key and signed by a
private key specific to the target instance.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertsCreateEphemeralRequest |
SslCertsCreateEphemeralRequest.clone() |
SslCertsCreateEphemeralRequest |
SslCertsCreateEphemeralRequest.set(String fieldName,
Object value) |
SslCertsCreateEphemeralRequest |
SslCertsCreateEphemeralRequest.setPublicKey(String publicKey)
PEM encoded public key to include in the signed certificate.
|
Copyright © 2011–2019 Google. All rights reserved.