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

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -68,8 +68,8 @@ OPTIONAL FLAGS
Whether to enable Point In Time Recovery (PITR) on the created
database.
If set to true, PITR on the new database will be enabled.
Default to false.
If set to true, PITR on the new database will be enabled. By default,
this feature is not enabled.
--type=TYPE; default="firestore-native"
The type of the database. TYPE must be one of: firestore-native,

View file

@ -3,8 +3,8 @@ NAME
database
SYNOPSIS
gcloud alpha firestore databases delete --database=DATABASE
[--allow-missing] [--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
gcloud alpha firestore databases delete --database=DATABASE [--etag=ETAG]
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
To delete a Firestore database test.
@ -24,10 +24,6 @@ REQUIRED FLAGS
The database to operate on.
OPTIONAL FLAGS
--allow-missing
If set and the Database is not found, the request will succeed but no
action will be taken.
--etag=ETAG
The current etag of the Database. If an etag is provided and does not
match the current etag of the database, deletion will be blocked and a

View file

@ -41,16 +41,15 @@ FLAGS
▸ the default value of argument [--database] is (default).
--delete-protection
If set to true, the firestore database will be updated to have database
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. 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.
If set to true, the Firestore database will be updated to enable Point
In Time Recovery. You can disable the this feature via
--no-enable-pitr.
--type=TYPE
The database type. TYPE must be one of: datastore-mode,