1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta bigtable logical-views create
(LOGICAL_VIEW : --instance=INSTANCE) --query=QUERY [--async]
[GCLOUD_WIDE_FLAG ...]
[--deletion-protection=DELETION_PROTECTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a new Bigtable logical view.
@ -58,6 +58,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,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta bigtable logical-views update
(LOGICAL_VIEW : --instance=INSTANCE) --query=QUERY [--async]
[GCLOUD_WIDE_FLAG ...]
[--deletion-protection=DELETION_PROTECTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update a Bigtable logical view.
@ -57,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,