Firestore_v1Functions

Functions

Link copied to clipboard

Gets information about a backup schedule.

suspend fun getBackupSchedule(backupScheduleId: String, databaseId: String, project: String? = null): GetBackupScheduleResult
Link copied to clipboard

Gets information about a database.

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(databaseId: String, project: String? = null): GetDatabaseResult
Link copied to clipboard
suspend fun getIndex(argument: GetIndexPlainArgs): GetIndexResult

Gets a composite index.

suspend fun getIndex(argument: suspend GetIndexPlainArgsBuilder.() -> Unit): GetIndexResult
suspend fun getIndex(collectionGroupId: String, databaseId: String, indexId: String, project: String? = null): GetIndexResult