mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu May 23 09:22:11 UTC 2024
This commit is contained in:
parent
3b84182be4
commit
e617a432f4
175 changed files with 2973 additions and 461 deletions
|
|
@ -12,8 +12,9 @@ SYNOPSIS
|
|||
[--enable-streaming-engine] [--flexrs-goal=FLEXRS_GOAL]
|
||||
[--max-workers=MAX_WORKERS] [--network=NETWORK]
|
||||
[--num-workers=NUM_WORKERS] [--parameters=[PARAMETERS,...]]
|
||||
[--schedule=SCHEDULE] [--subnetwork=SUBNETWORK]
|
||||
[--temp-location=TEMP_LOCATION]
|
||||
[--schedule=SCHEDULE]
|
||||
[--scheduler-service-account-email=SCHEDULER_SERVICE_ACCOUNT_EMAIL]
|
||||
[--subnetwork=SUBNETWORK] [--temp-location=TEMP_LOCATION]
|
||||
[--template-file-gcs-location=TEMPLATE_FILE_GCS_LOCATION]
|
||||
[--template-type=TEMPLATE_TYPE; default="FLEX"] [--time-zone=TIME_ZONE]
|
||||
[--worker-machine-type=WORKER_MACHINE_TYPE]
|
||||
|
|
@ -127,6 +128,10 @@ OPTIONAL FLAGS
|
|||
--schedule=SCHEDULE
|
||||
Unix-cron format of the schedule for scheduling recurrent jobs.
|
||||
|
||||
--scheduler-service-account-email=SCHEDULER_SERVICE_ACCOUNT_EMAIL
|
||||
Default service account used by the Cloud Scheduler job for launching
|
||||
jobs.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
Default Compute Engine subnetwork for launching instances to run your
|
||||
pipeline.
|
||||
|
|
|
|||
|
|
@ -12,8 +12,9 @@ SYNOPSIS
|
|||
[--enable-streaming-engine] [--flexrs-goal=FLEXRS_GOAL]
|
||||
[--max-workers=MAX_WORKERS] [--network=NETWORK]
|
||||
[--num-workers=NUM_WORKERS] [--parameters=[PARAMETERS,...]]
|
||||
[--schedule=SCHEDULE] [--subnetwork=SUBNETWORK]
|
||||
[--temp-location=TEMP_LOCATION]
|
||||
[--schedule=SCHEDULE]
|
||||
[--scheduler-service-account-email=SCHEDULER_SERVICE_ACCOUNT_EMAIL]
|
||||
[--subnetwork=SUBNETWORK] [--temp-location=TEMP_LOCATION]
|
||||
[--template-file-gcs-location=TEMPLATE_FILE_GCS_LOCATION]
|
||||
[--template-type=TEMPLATE_TYPE; default="FLEX"] [--time-zone=TIME_ZONE]
|
||||
[--worker-machine-type=WORKER_MACHINE_TYPE]
|
||||
|
|
@ -113,6 +114,10 @@ FLAGS
|
|||
--schedule=SCHEDULE
|
||||
Unix-cron format of the schedule for scheduling recurrent jobs.
|
||||
|
||||
--scheduler-service-account-email=SCHEDULER_SERVICE_ACCOUNT_EMAIL
|
||||
Default service account used by the Cloud Scheduler job for launching
|
||||
jobs.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
Default Compute Engine subnetwork for launching instances to run your
|
||||
pipeline.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue