mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha firestore databases create --location=LOCATION
|
||||
[--database=DATABASE; default="(default)"] [--enable-delete-protection]
|
||||
[--database=DATABASE; default="(default)"] [--delete-protection]
|
||||
[--type=TYPE; default="firestore-native"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
|
|
@ -26,14 +26,17 @@ EXAMPLES
|
|||
enabled.
|
||||
|
||||
$ gcloud alpha firestore databases create --location=nam5 \
|
||||
--enable-delete-protection
|
||||
--delete-protection
|
||||
|
||||
REQUIRED FLAGS
|
||||
--location=LOCATION
|
||||
The location to create the Google Cloud Firestore Native database
|
||||
within. Available locations are listed at
|
||||
The location to operate on. Available locations are listed at
|
||||
https://cloud.google.com/firestore/docs/locations.
|
||||
|
||||
For example, to operate on location us-east1:
|
||||
|
||||
$ gcloud alpha firestore databases create --location='us-east1'
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--database=DATABASE; default="(default)"
|
||||
The ID to use for the database, which will become the final component
|
||||
|
|
@ -46,7 +49,7 @@ OPTIONAL FLAGS
|
|||
|
||||
Using "(default)" database ID is also allowed.
|
||||
|
||||
--enable-delete-protection
|
||||
--delete-protection
|
||||
Whether to enable delete protection on the created database.
|
||||
|
||||
If set to true, delete protection of the new database will be enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue