mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -4,7 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud spanner operations describe OPERATION-ID
|
||||
(--instance=INSTANCE | --instance-config=INSTANCE_CONFIG)
|
||||
[--backup=BACKUP] [--database=DATABASE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--backup=BACKUP] [--database=DATABASE]
|
||||
[--instance-partition=INSTANCE_PARTITION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a Cloud Spanner operation.
|
||||
|
|
@ -25,6 +26,11 @@ EXAMPLES
|
|||
$ gcloud spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
To describe an instance partition operation, run:
|
||||
|
||||
$ gcloud spanner operations describe _auto_12345 \
|
||||
--instance=my-instance-id --instance-partition=my-partition-id
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
OPERATION-ID
|
||||
ID of the operation
|
||||
|
|
@ -47,6 +53,10 @@ OPTIONAL FLAGS
|
|||
For a database operation, the name of the database the operation is
|
||||
executing on.
|
||||
|
||||
--instance-partition=INSTANCE_PARTITION
|
||||
For an instance partition operation, the name of the instance partition
|
||||
the operation is executing on.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue