Class CloudSqlProperties (1.3.4)

CloudSqlProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Connection properties specific to the Cloud SQL.

Attributes

NameDescription
instance_id str
Cloud SQL instance ID in the form project:location:instance.
database str
Database name.
type_ google.cloud.bigquery_connection_v1.types.CloudSqlProperties.DatabaseType
Type of the Cloud SQL database.
credential google.cloud.bigquery_connection_v1.types.CloudSqlCredential
Input only. Cloud SQL credential.

Classes

DatabaseType

DatabaseType(value)

Supported Cloud SQL database types.