| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Connect.GenerateEphemeralCert |
class |
SQLAdmin.Connect.Get |
| Constructor and Description |
|---|
Connect() |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Connect.GenerateEphemeralCert |
generateEphemeralCert(String project,
String instance,
GenerateEphemeralCertRequest content)
Generates a short-lived X509 certificate containing the provided public key and signed by a
private key specific to the target instance.
|
SQLAdmin.Connect.Get |
get(String project,
String instance)
Retrieves connect settings about a Cloud SQL instance.
|
public SQLAdmin.Connect.GenerateEphemeralCert generateEphemeralCert(String project, String instance, GenerateEphemeralCertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.content - the GenerateEphemeralCertRequestIOExceptionpublic SQLAdmin.Connect.Get get(String project, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.IOExceptionCopyright © 2011–2022 Google. All rights reserved.