CloudSqlDatabaseReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message representing a reference to a single CloudSQL database.
Attributes |
|
|---|---|
| Name | Description |
engine |
google.cloud.geminidataanalytics_v1alpha.types.CloudSqlDatabaseReference.Engine
Required. The engine of the Cloud SQL instance. |
project_id |
str
Required. The project the instance belongs to. |
region |
str
Required. The region of the instance. |
instance_id |
str
Required. The instance id. |
database_id |
str
Required. The database id. |
table_ids |
MutableSequence[str]
Optional. The table ids. Denotes all tables if unset. |
Classes
Engine
Engine(value)The database engine.