Class CloudSqlBigQueryConnectionSpec (3.9.1)

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

Specification for the BigQuery connection to a Cloud SQL instance.

Attributes

NameDescription
instance_id str
Cloud SQL instance ID in the format of ``project:location:instance``.
database str
Database name.
type_ google.cloud.datacatalog_v1.types.CloudSqlBigQueryConnectionSpec.DatabaseType
Type of the Cloud SQL database.

Inheritance

builtins.object > proto.message.Message > CloudSqlBigQueryConnectionSpec

Classes

DatabaseType

DatabaseType(value)

Supported Cloud SQL database types.