Connect
class Connect extends Resource (View source)
The "connect" collection of methods.
Typical usage is:
$sqladminService = new Google\Service\SQLAdmin(...);
$connect = $sqladminService->connect;
Methods
Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database. (connect.generateEphemeralCert)
Retrieves connect settings about a Cloud SQL instance. (connect.get)
Details
GenerateEphemeralCertResponse
generateEphemeralCert(string $project, string $instance, GenerateEphemeralCertRequest $postBody, array $optParams = [])
Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database. (connect.generateEphemeralCert)
ConnectSettings
get(string $project, string $instance, array $optParams = [])
Retrieves connect settings about a Cloud SQL instance. (connect.get)