mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud bq migration-workflows delete (WORKFLOW : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a migration workflow
|
||||
|
|
@ -47,6 +47,25 @@ POSITIONAL ARGUMENTS
|
|||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -60,6 +79,12 @@ API REFERENCE
|
|||
this API can be found at:
|
||||
https://cloud.google.com/solutions/migration/dw2bq/dw-bq-migration-overview
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue