name property
read / write
Required. The name of the database. Values are of the form
projects//instances//databases/
, where `` is as specified in the CREATE DATABASE
statement. This name can be passed to other API methods to
identify the database.
Implementation
core.String name;