mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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 alpha spanner instance-partitions delete - delete a Spanner instance
|
||||
partition
|
||||
partition. You can't delete the default instance partition using this
|
||||
command
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instance-partitions delete
|
||||
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a Spanner instance partition.
|
||||
(ALPHA) 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,16 +1,16 @@
|
|||
NAME
|
||||
gcloud alpha spanner instance-partitions describe - describe a Cloud
|
||||
Spanner instance partition
|
||||
gcloud alpha spanner instance-partitions describe - describe a Spanner
|
||||
instance partition
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instance-partitions describe
|
||||
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a Cloud Spanner instance partition.
|
||||
(ALPHA) Describe a Spanner instance partition.
|
||||
|
||||
EXAMPLES
|
||||
To describe a Cloud Spanner instance partition, run:
|
||||
To describe a Spanner instance partition, run:
|
||||
|
||||
$ gcloud alpha spanner instance-partitions describe \
|
||||
my-instance-partition-id --instance=my-instance-id
|
||||
|
|
@ -60,7 +60,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions describe
|
||||
|
||||
$ gcloud beta spanner instance-partitions describe
|
||||
|
||||
|
|
|
|||
|
|
@ -20,17 +20,19 @@ COMMANDS
|
|||
(ALPHA) Create a Spanner instance partition.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a Spanner instance partition.
|
||||
(ALPHA) Delete a Spanner instance partition. You can't delete the
|
||||
default instance partition using this command.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a Cloud Spanner instance partition.
|
||||
(ALPHA) Describe a Spanner instance partition.
|
||||
|
||||
list
|
||||
(ALPHA) List the Cloud Spanner instance partitions contained within the
|
||||
given instance.
|
||||
(ALPHA) List the Spanner instance partitions contained within the given
|
||||
instance.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Cloud Spanner instance partition.
|
||||
(ALPHA) Update a Spanner instance partition. You can't update the
|
||||
default instance partition using this command.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha spanner instance-partitions list - list the Cloud Spanner
|
||||
instance partitions contained within the given instance
|
||||
gcloud alpha spanner instance-partitions list - list the Spanner instance
|
||||
partitions contained within the given instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instance-partitions list [--instance=INSTANCE]
|
||||
|
|
@ -8,11 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List the Cloud Spanner instance partitions contained within the
|
||||
given instance.
|
||||
(ALPHA) 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 alpha spanner instance-partitions list \
|
||||
--instance=my-instance-id
|
||||
|
|
@ -73,7 +73,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions list
|
||||
|
||||
$ gcloud beta spanner instance-partitions list
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
NAME
|
||||
gcloud alpha spanner instance-partitions update - update a Cloud Spanner
|
||||
instance partition
|
||||
gcloud alpha spanner instance-partitions update - update a Spanner instance
|
||||
partition. You can't update the default instance partition using this
|
||||
command
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner instance-partitions update
|
||||
|
|
@ -10,16 +11,17 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a Cloud Spanner instance partition.
|
||||
(ALPHA) 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 alpha 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 alpha spanner instance-partitions update \
|
||||
my-instance-partition-id --instance=my-instance-id --nodes=1
|
||||
|
|
@ -85,7 +87,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud spanner instance-partitions update
|
||||
|
||||
$ gcloud beta spanner instance-partitions update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue