mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -44,7 +44,7 @@ COMMANDS
|
|||
(ALPHA) Set an IAM policy on a Cloud Bigtable table.
|
||||
|
||||
undelete
|
||||
(ALPHA) Undeletes a previously deleted Cloud Bigtable table.
|
||||
(ALPHA) Undelete a previously deleted Cloud Bigtable table.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha bigtable instances tables undelete - undeletes a previously
|
||||
gcloud alpha bigtable instances tables undelete - undelete a previously
|
||||
deleted Cloud Bigtable table
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(TABLE : --instance=INSTANCE) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Undeletes a previously deleted Cloud Bigtable table.
|
||||
(ALPHA) Undelete a previously deleted Cloud Bigtable table.
|
||||
|
||||
EXAMPLES
|
||||
To undelete the table 'my-table' in instance 'my-instance', run:
|
||||
|
|
@ -63,5 +63,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 undelete
|
||||
|
||||
$ gcloud beta bigtable instances tables undelete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue