SpannerDatabaseReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message representing a reference to a single Spanner database.
Attributes |
|
|---|---|
| Name | Description |
engine |
google.cloud.geminidataanalytics_v1alpha.types.SpannerDatabaseReference.Engine
Required. The engine of the Spanner 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.