mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue