CloudSqlPropertiesResponse

data class CloudSqlPropertiesResponse(val credential: CloudSqlCredentialResponse, val database: String, val instanceId: String, val serviceAccountId: String, val type: String)

Connection properties specific to the Cloud SQL.

Constructors

Link copied to clipboard
fun CloudSqlPropertiesResponse(credential: CloudSqlCredentialResponse, database: String, instanceId: String, serviceAccountId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. Cloud SQL credential.

Link copied to clipboard

Database name.

Link copied to clipboard

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

Link copied to clipboard

The account ID of the service used for the purpose of this connection. 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.