mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud spanner operations cancel - cancel a Cloud Spanner operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud spanner operations cancel OPERATION-ID --instance=INSTANCE
|
||||
gcloud spanner operations cancel OPERATION-ID
|
||||
(--instance=INSTANCE | --instance-config=INSTANCE_CONFIG)
|
||||
[--backup=BACKUP] [--database=DATABASE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -29,8 +30,13 @@ POSITIONAL ARGUMENTS
|
|||
ID of the operation
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE
|
||||
The ID of the instance the operation is 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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--backup=BACKUP
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud spanner operations describe - describe a Cloud Spanner operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud spanner operations describe OPERATION-ID --instance=INSTANCE
|
||||
gcloud spanner operations describe OPERATION-ID
|
||||
(--instance=INSTANCE | --instance-config=INSTANCE_CONFIG)
|
||||
[--backup=BACKUP] [--database=DATABASE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -29,8 +30,13 @@ POSITIONAL ARGUMENTS
|
|||
ID of the operation
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE
|
||||
The ID of the instance the operation is 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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--backup=BACKUP
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ COMMANDS
|
|||
Describe a Cloud Spanner operation.
|
||||
|
||||
list
|
||||
List the Cloud Spanner operations on the given instance or database.
|
||||
List the Cloud Spanner operations on the given instance or database or
|
||||
instance configuration.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -1,15 +1,17 @@
|
|||
NAME
|
||||
gcloud spanner operations list - list the Cloud Spanner operations on the
|
||||
given instance or database
|
||||
given instance or database or instance configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud 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 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
|
||||
List the Cloud Spanner operations on the given instance or database.
|
||||
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