mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud bigtable logical-views create (LOGICAL_VIEW : --instance=INSTANCE)
|
||||
--query=QUERY [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
--query=QUERY [--async] [--deletion-protection=DELETION_PROTECTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new Bigtable logical view.
|
||||
|
|
@ -56,6 +57,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--deletion-protection=DELETION_PROTECTION
|
||||
Whether the view is protected from deletion.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud bigtable logical-views update (LOGICAL_VIEW : --instance=INSTANCE)
|
||||
--query=QUERY [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
--query=QUERY [--async] [--deletion-protection=DELETION_PROTECTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Bigtable logical view.
|
||||
|
|
@ -56,6 +57,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--deletion-protection=DELETION_PROTECTION
|
||||
Whether the view is protected from deletion.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue