1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed May 14 10:45:02 UTC 2025

This commit is contained in:
Automated 2025-05-14 10:45:02 +00:00
parent dfebca5b6c
commit 82f3a66664
423 changed files with 11160 additions and 1149 deletions

View file

@ -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