Class DatabaseResourceReference (3.18.0)

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

Identifies a single database resource, like a table within a database.

Attributes

Name Description
project_id str
Required. If within a project-level config, then this must match the config's project ID.
instance str
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
database str
Required. Name of a database within the instance.
database_resource str
Required. Name of a database resource, for example, a table within the database.