CloudSqlProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Connection properties specific to the Cloud SQL.
Attributes
Name | Description |
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. |
Inheritance
builtins.object > proto.message.Message > CloudSqlPropertiesClasses
DatabaseType
DatabaseType(value)
Supported Cloud SQL database types.