Class AlloyDbDatabaseReference (0.8.0)

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

Message representing a reference to a single AlloyDB database.

Attributes

Name Description
project_id str
Required. The project the instance belongs to.
region str
Required. The region of the instance.
cluster_id str
Required. The cluster id.
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.