mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta dataflow jobs run JOB_NAME --gcs-location=GCS_LOCATION
|
||||
[--additional-experiments=[ADDITIONAL_EXPERIMENTS,...]]
|
||||
[--additional-user-labels=[ADDITIONAL_USER_LABELS,...]]
|
||||
[--dataflow-kms-key=DATAFLOW_KMS_KEY] [--disable-public-ips]
|
||||
[--enable-streaming-engine] [--max-workers=MAX_WORKERS]
|
||||
[--network=NETWORK] [--num-workers=NUM_WORKERS]
|
||||
|
|
@ -33,6 +34,10 @@ OPTIONAL FLAGS
|
|||
Additional experiments to pass to the job. These experiments are
|
||||
appended to any experiments already set by the template.
|
||||
|
||||
--additional-user-labels=[ADDITIONAL_USER_LABELS,...]
|
||||
Additional user labels to pass to the job. Example:
|
||||
--additional-user-labels='key1=value1,key2=value2'
|
||||
|
||||
--dataflow-kms-key=DATAFLOW_KMS_KEY
|
||||
The Cloud KMS key to protect the job resources.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue