ConnectionCloudSql

data class ConnectionCloudSql(val credential: ConnectionCloudSqlCredential, val database: String, val instanceId: String, val serviceAccountId: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(credential: ConnectionCloudSqlCredential, database: String, instanceId: String, serviceAccountId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud SQL properties. Structure is documented below.

Link copied to clipboard

Database name.

Link copied to clipboard

Cloud SQL instance ID in the form project:location:instance.

Link copied to clipboard

(Output) When the connection is used in the context of an operation in BigQuery, this service account will serve as the identity being used for connecting to the CloudSQL instance specified in this connection.

Link copied to clipboard

Type of the Cloud SQL database. Possible values are: DATABASE_TYPE_UNSPECIFIED, POSTGRES, MYSQL.