databaseId property

String? databaseId
getter/setter pair

The ID to use for the database, which will become the final component of the database's resource name.

This database id must not be associated with an existing database. This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database id is also valid.

Required.

Implementation

core.String? databaseId;