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

gcloud: Wed Jun 28 10:42:37 UTC 2023

This commit is contained in:
Automated 2023-06-28 10:42:37 +00:00
parent dc0d916cee
commit 0248e53b76
139 changed files with 3939 additions and 162 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha firestore databases update [--async] [--database=DATABASE]
[--delete-protection] [--type=TYPE] [GCLOUD_WIDE_FLAG ...]
[--delete-protection] [--enable-pitr] [--type=TYPE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the database configuration of a Cloud Firestore database.
@ -45,6 +46,12 @@ FLAGS
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. Customers will gradually gain the full read access to
their data over the past 7 days and they will be charged. You can
disable the this feature via --no-enable-pitr.
--type=TYPE
The database type. TYPE must be one of: datastore-mode,
firestore-native.