1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud firestore databases update [--async] [--database=DATABASE]
[--enable-pitr] [--type=TYPE] [GCLOUD_WIDE_FLAG ...]
[--delete-protection] [--enable-pitr] [--type=TYPE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update the database configuration of a Cloud Firestore database.
@ -39,6 +40,12 @@ FLAGS
▸ provide the argument --database on the command line;
▸ the default value of argument [--database] is (default).
--delete-protection
If set to true, the Firestore database will be updated to have database
delete protection enabled. A database with delete protection enabled
cannot be deleted. You can disable the delete protection via
--no-delete-protection.
--enable-pitr
If set to true, the Firestore database will be updated to enable Point
In Time Recovery. You can disable the this feature via