1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 10 11:35:23 UTC 2023

This commit is contained in:
Automated 2023-05-10 11:35:23 +00:00
parent a4643b613a
commit 14441c7ea7
154 changed files with 6649 additions and 164 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha firestore databases update [--async] [--database=DATABASE]
[--type=TYPE] [GCLOUD_WIDE_FLAG ...]
[--delete-protection] [--type=TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the database configuration of a Cloud Firestore database.
@ -39,6 +39,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.
--type=TYPE
The database type. TYPE must be one of: datastore-mode,
firestore-native.