mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 5 10:40:53 UTC 2022
This commit is contained in:
parent
ffb9e43995
commit
344952a6dd
135 changed files with 3530 additions and 534 deletions
|
|
@ -1,15 +1,17 @@
|
|||
NAME
|
||||
gcloud beta spanner operations list - list the Cloud Spanner operations on
|
||||
the given instance or database
|
||||
the given instance or database or instance configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner operations list --instance=INSTANCE [--backup=BACKUP]
|
||||
[--database=DATABASE] [--type=TYPE] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta spanner operations list
|
||||
(--instance=INSTANCE | --instance-config=INSTANCE_CONFIG)
|
||||
[--backup=BACKUP] [--database=DATABASE] [--type=TYPE]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List the Cloud Spanner operations on the given instance or database.
|
||||
(BETA) List the Cloud Spanner operations on the given instance or database
|
||||
or instance configuration.
|
||||
|
||||
EXAMPLES
|
||||
To list Cloud Spanner instance operations for an instance, run:
|
||||
|
|
@ -43,8 +45,13 @@ EXAMPLES
|
|||
--backup=my-backup-id --type=BACKUP
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE
|
||||
The ID of the instance the operations are executing on.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--instance=INSTANCE
|
||||
The ID of the instance the operation is executing on.
|
||||
|
||||
--instance-config=INSTANCE_CONFIG
|
||||
The ID of the instance configuration the operation is executing on.
|
||||
|
||||
FLAGS
|
||||
--backup=BACKUP
|
||||
|
|
@ -84,6 +91,12 @@ FLAGS
|
|||
INSTANCE
|
||||
Returns instance operations for the given instance. Note,
|
||||
type=INSTANCE does not work with --database or --backup.
|
||||
INSTANCE_CONFIG_CREATE
|
||||
Instance configuration create operations are returned for the given
|
||||
instance configuration (--instance-config).
|
||||
INSTANCE_CONFIG_UPDATE
|
||||
Instance configuration update operations are returned for the given
|
||||
instance configuration (--instance-config).
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue