| Package | Description |
|---|---|
| com.google.api.services.sql | |
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.SslCerts.Insert |
SQLAdmin.SslCerts.insert(String project,
String instance,
SslCertsInsertRequest content)
Creates an SSL certificate and returns it along with the private key and server certificate
authority.
|
| Constructor and Description |
|---|
Insert(String project,
String instance,
SslCertsInsertRequest content)
Creates an SSL certificate and returns it along with the private key and server certificate
authority.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertsInsertRequest |
SslCertsInsertRequest.clone() |
SslCertsInsertRequest |
SslCertsInsertRequest.set(String fieldName,
Object value) |
SslCertsInsertRequest |
SslCertsInsertRequest.setCommonName(String commonName)
User supplied name.
|
Copyright © 2011–2019 Google. All rights reserved.