GetDatabaseResult

data class GetDatabaseResult(val appEngineIntegrationMode: String, val concurrencyMode: String, val createTime: String, val deleteProtectionState: String, val etag: String, val keyPrefix: String, val location: String, val name: String, val type: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(appEngineIntegrationMode: String, concurrencyMode: String, createTime: String, deleteProtectionState: String, etag: String, keyPrefix: String, location: String, name: String, type: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

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

The timestamp at which this database was created. Databases created before 2016 do not populate create_time.

Link copied to clipboard

State of delete protection for the database.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard

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).

Link copied to clipboard

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

Link copied to clipboard

The resource name of the Database. Format: projects/{project}/databases/{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.

Link copied to clipboard
val uid: String

The system-generated UUID4 for this Database.

Link copied to clipboard

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.