mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 1 11:06:24 UTC 2025
This commit is contained in:
parent
1dea1ef852
commit
a0434a4d7a
247 changed files with 8086 additions and 424 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud bigtable logical-views update (LOGICAL_VIEW : --instance=INSTANCE)
|
||||
--query=QUERY [--async] [--deletion-protection=DELETION_PROTECTION]
|
||||
(--deletion-protection=DELETION_PROTECTION --query=QUERY) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -16,6 +16,11 @@ EXAMPLES
|
|||
--instance=my-instance-id \
|
||||
--query="SELECT my-column-family2 FROM my-table"
|
||||
|
||||
To enable deletion protection on a logical view, run:
|
||||
|
||||
$ gcloud bigtable logical-views update my-logical-view-id \
|
||||
--instance=my-instance-id --deletion-protection
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Logical view resource - The logical view to update. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
@ -49,17 +54,19 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --instance on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--query=QUERY
|
||||
The query of the view.
|
||||
At least one of these must be specified:
|
||||
|
||||
--deletion-protection=DELETION_PROTECTION
|
||||
Whether the view is protected from deletion.
|
||||
|
||||
--query=QUERY
|
||||
The query of the view.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
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