mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha bigtable instances tables update (TABLE : --instance=INSTANCE)
|
||||
[--deletion-protection] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--deletion-protection] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an existing new Cloud Bigtable table with the specified
|
||||
|
|
@ -48,6 +48,10 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --instance on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--deletion-protection
|
||||
Once specified, the table is deletion protected.
|
||||
|
||||
|
|
@ -67,5 +71,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.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud bigtable instances tables update
|
||||
|
||||
$ gcloud beta bigtable instances tables update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue