GetConnectionResult

data class GetConnectionResult(val cloudSql: CloudSqlPropertiesResponse, val creationTime: String, val description: String, val friendlyName: String, val hasCredential: Boolean, val lastModifiedTime: String, val name: String)

Constructors

Link copied to clipboard
fun GetConnectionResult(cloudSql: CloudSqlPropertiesResponse, creationTime: String, description: String, friendlyName: String, hasCredential: Boolean, lastModifiedTime: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud SQL properties.

Link copied to clipboard

The creation timestamp of the connection.

Link copied to clipboard

User provided description.

Link copied to clipboard

User provided display name for the connection.

Link copied to clipboard

True, if credential is configured for this connection.

Link copied to clipboard

The last update timestamp of the connection.

Link copied to clipboard

The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}