mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -3,7 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner databases update (DATABASE : --instance=INSTANCE)
|
||||
[--async] [--[no-]enable-drop-protection] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async]
|
||||
[--[no-]enable-drop-protection | --kms-keys=KMS_KEY,[KMS_KEY,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update a Cloud Spanner database.
|
||||
|
|
@ -21,6 +23,12 @@ EXAMPLES
|
|||
$ gcloud beta spanner databases update my-database \
|
||||
--no-enable-drop-protection
|
||||
|
||||
To update KMS key references for a Cloud Spanner database 'my-database',
|
||||
run:
|
||||
|
||||
$ gcloud beta spanner databases update my-database \
|
||||
--kms-keys="KEY1,KEY2"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Database resource - The Cloud Spanner database to update. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
@ -58,10 +66,16 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--[no-]enable-drop-protection
|
||||
Enable database deletion protection on this database. Use
|
||||
--enable-drop-protection to enable and --no-enable-drop-protection to
|
||||
disable.
|
||||
At most one of these can be specified:
|
||||
|
||||
--[no-]enable-drop-protection
|
||||
Enable database deletion protection on this database. Use
|
||||
--enable-drop-protection to enable and --no-enable-drop-protection to
|
||||
disable.
|
||||
|
||||
--kms-keys=KMS_KEY,[KMS_KEY,...]
|
||||
Update KMS key references for this database. Users should always
|
||||
provide the full set of required KMS key references.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
$ gcloud beta spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
To describe a Cloud Spanner instance partition operation, run:
|
||||
To describe an instance partition operation, run:
|
||||
|
||||
$ gcloud beta spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --instance-partition=my-partition-id
|
||||
|
|
@ -55,7 +55,7 @@ OPTIONAL FLAGS
|
|||
executing on.
|
||||
|
||||
--instance-partition=INSTANCE_PARTITION
|
||||
For instance partition operations, the name of the instance partition
|
||||
For an instance partition operation, the name of the instance partition
|
||||
the operation is executing on.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue