ConnectResource class

Constructors

ConnectResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateEphemeralCert(GenerateEphemeralCertRequest request, String project, String instance, {String? $fields}) Future<GenerateEphemeralCertResponse>
Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance.
get(String project, String instance, {String? readTime, String? $fields}) Future<ConnectSettings>
Retrieves connect settings about a Cloud SQL instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited