mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -1,13 +1,15 @@
|
|||
NAME
|
||||
gcloud beta spanner instance-partitions delete - delete a Spanner instance
|
||||
partition
|
||||
partition. You can't delete the default instance partition using this
|
||||
command
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner instance-partitions delete
|
||||
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a Spanner instance partition.
|
||||
(BETA) Delete a Spanner instance partition. You can't delete the default
|
||||
instance partition using this command.
|
||||
|
||||
EXAMPLES
|
||||
To delete a Spanner instance partition, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta spanner instance-partitions describe - describe a Cloud Spanner
|
||||
gcloud beta spanner instance-partitions describe - describe a Spanner
|
||||
instance partition
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -7,10 +7,10 @@ SYNOPSIS
|
|||
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a Cloud Spanner instance partition.
|
||||
(BETA) Describe a Spanner instance partition.
|
||||
|
||||
EXAMPLES
|
||||
To describe a Cloud Spanner instance partition, run:
|
||||
To describe a Spanner instance partition, run:
|
||||
|
||||
$ gcloud beta spanner instance-partitions describe \
|
||||
my-instance-partition-id --instance=my-instance-id
|
||||
|
|
@ -57,8 +57,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions describe
|
||||
|
||||
$ gcloud alpha spanner instance-partitions describe
|
||||
|
||||
|
|
|
|||
|
|
@ -20,17 +20,19 @@ COMMANDS
|
|||
(BETA) Create a Spanner instance partition.
|
||||
|
||||
delete
|
||||
(BETA) Delete a Spanner instance partition.
|
||||
(BETA) Delete a Spanner instance partition. You can't delete the
|
||||
default instance partition using this command.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Cloud Spanner instance partition.
|
||||
(BETA) Describe a Spanner instance partition.
|
||||
|
||||
list
|
||||
(BETA) List the Cloud Spanner instance partitions contained within the
|
||||
given instance.
|
||||
(BETA) List the Spanner instance partitions contained within the given
|
||||
instance.
|
||||
|
||||
update
|
||||
(BETA) Update a Cloud Spanner instance partition.
|
||||
(BETA) Update a Spanner instance partition. You can't update the
|
||||
default instance partition using this command.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta spanner instance-partitions list - list the Cloud Spanner
|
||||
instance partitions contained within the given instance
|
||||
gcloud beta spanner instance-partitions list - list the Spanner instance
|
||||
partitions contained within the given instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner instance-partitions list [--instance=INSTANCE]
|
||||
|
|
@ -8,11 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List the Cloud Spanner instance partitions contained within the
|
||||
given instance.
|
||||
(BETA) List the Spanner instance partitions contained within the given
|
||||
instance.
|
||||
|
||||
EXAMPLES
|
||||
To list all Cloud Spanner instances partitions in an instance, run:
|
||||
To list all Spanner instances partitions in an instance, run:
|
||||
|
||||
$ gcloud beta spanner instance-partitions list \
|
||||
--instance=my-instance-id
|
||||
|
|
@ -70,8 +70,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions list
|
||||
|
||||
$ gcloud alpha spanner instance-partitions list
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
NAME
|
||||
gcloud beta spanner instance-partitions update - update a Cloud Spanner
|
||||
instance partition
|
||||
gcloud beta spanner instance-partitions update - update a Spanner instance
|
||||
partition. You can't update the default instance partition using this
|
||||
command
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner instance-partitions update
|
||||
|
|
@ -10,16 +11,17 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update a Cloud Spanner instance partition.
|
||||
(BETA) Update a Spanner instance partition. You can't update the default
|
||||
instance partition using this command.
|
||||
|
||||
EXAMPLES
|
||||
To update the display name of a Cloud Spanner instance partition, run:
|
||||
To update the display name of a Spanner instance partition, run:
|
||||
|
||||
$ gcloud beta spanner instance-partitions update \
|
||||
my-instance-partition-id --instance=my-instance-id \
|
||||
--description=my-new-display-name
|
||||
|
||||
To update the node count of a Cloud Spanner instance partition, run:
|
||||
To update the node count of a Spanner instance partition, run:
|
||||
|
||||
$ gcloud beta spanner instance-partitions update \
|
||||
my-instance-partition-id --instance=my-instance-id --nodes=1
|
||||
|
|
@ -82,8 +84,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions update
|
||||
|
||||
$ gcloud alpha spanner instance-partitions update
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ OPTIONAL FLAGS
|
|||
KMS keys. Sets target_database_move_configs value.
|
||||
|
||||
database-id
|
||||
Required, Sets database-id value.
|
||||
Required, sets database-id value.
|
||||
|
||||
kms-key-names
|
||||
Sets kms-key-names value.
|
||||
|
|
|
|||
|
|
@ -26,8 +26,7 @@ EXAMPLES
|
|||
$ gcloud beta spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
To cancel a Cloud Spanner instance partition operation with ID auto_12345,
|
||||
run:
|
||||
To cancel an instance partition operation with ID auto_12345, run:
|
||||
|
||||
$ gcloud beta spanner operations cancel auto_12345 \
|
||||
--instance=my-instance-id --instance-partition=my-partition-id
|
||||
|
|
@ -55,7 +54,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
|
||||
|
|
|
|||
|
|
@ -43,13 +43,13 @@ EXAMPLES
|
|||
$ gcloud beta spanner operations list --instance=my-instance-id \
|
||||
--backup=my-backup-id --type=BACKUP
|
||||
|
||||
To list Cloud Spanner instance partition operations for an instance
|
||||
partition, run:
|
||||
To list instance partition operations for an instance partition, run:
|
||||
|
||||
$ gcloud beta spanner operations list --instance=my-instance-id \
|
||||
--instance-partition=my-partition-id --type=INSTANCE_PARTITION
|
||||
|
||||
To list Cloud Spanner instance partition operations for an instance, run:
|
||||
To list instance partition operations for all instance partitions belonging
|
||||
to this instance, run:
|
||||
|
||||
$ gcloud beta spanner operations list --instance=my-instance-id \
|
||||
--type=INSTANCE_PARTITION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue