Class CloudSqlProperties (1.1.1)

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

Connection properties specific to the Cloud SQL. .. attribute:: instance_id

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

:type: str

Attributes

NameDescription
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.