databaseId property
The unique identifier of the database resource in the Instance.
For example, if the database uri is
projects/foo/instances/bar/databases/baz
, then the id to supply here is
baz.
Required.
Implementation
core.String? databaseId;