Database Args
data class DatabaseArgs(val appEngineIntegrationMode: Output<DatabaseAppEngineIntegrationMode>? = null, val concurrencyMode: Output<DatabaseConcurrencyMode>? = null, val databaseId: Output<String>? = null, val deleteProtectionState: Output<DatabaseDeleteProtectionState>? = null, val etag: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val type: Output<DatabaseType>? = null) : ConvertibleToJava<DatabaseArgs>
Create a database.
Constructors
Link copied to clipboard
constructor(appEngineIntegrationMode: Output<DatabaseAppEngineIntegrationMode>? = null, concurrencyMode: Output<DatabaseConcurrencyMode>? = null, databaseId: Output<String>? = null, deleteProtectionState: Output<DatabaseDeleteProtectionState>? = null, etag: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, type: Output<DatabaseType>? = null)
Properties
Link copied to clipboard
The App Engine integration mode to use for this database.
Link copied to clipboard
The concurrency control mode to use for this database.
Link copied to clipboard
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)".
Link copied to clipboard
State of delete protection for the database.
Link copied to clipboard
The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.