feat: Expose the `Database.mongodb_compatible_data_access_mode` parameter
feat: Expose the `Database.realtime_updates_mode` parameter
feat: Expose the `Index.unique` parameter
docs: Update documentation on several parameters, especially when relating to the new `enterprise` database edition
PiperOrigin-RevId: 865444806
This change exposes the tags field in the Database and RestoreDatabaseRequest messages, allowing users to manage tags for Firestore databases.
PiperOrigin-RevId: 783460561
feat: add Database.CmekConfig and Database.cmek_config (information about CMEK enablement)
feat: allow specifying an encryption_config when restoring a database
feat: add Database.delete_time (the time a database was deleted, if it ever was)
feat: add Database.previous_id (if a database was deleted, what ID it was using beforehand)
docs: fix assorted capitalization issues with the word "ID"
docs: clarify restore details
PiperOrigin-RevId: 671737474
feat: expose Firestore snapshot_time field in export API to stable
feat: expose Firestore namespace ID fields in import/export APIs to stable
docs: assorted typo fixes and whitespace updates
PiperOrigin-RevId: 587811576