Database
Create a database.
Properties
The App Engine integration mode to use for this database.
The concurrency control mode to use for this database.
The timestamp at which this database was created. Databases created before 2016 do not populate create_time.
Required. The ID to use for the database, which will become the final component of the database's resource name. The value must be set to "(default)".
State of delete protection for the database.
The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).
The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.