databaseId property

String? databaseId
getter/setter pair

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;