mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
|
||||
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
|
||||
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -132,6 +133,10 @@ FLAGS
|
|||
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
|
||||
information on duration formats.
|
||||
|
||||
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
|
||||
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
|
||||
workload.
|
||||
|
||||
--version=VERSION
|
||||
Optional runtime version. If not specified, a default version will be
|
||||
used.
|
||||
|
|
|
|||
|
|
@ -11,9 +11,10 @@ SYNOPSIS
|
|||
[--properties=[PROPERTY=VALUE,...]] [--py-files=[PY,...]]
|
||||
[--region=REGION] [--request-id=REQUEST_ID]
|
||||
[--service-account=SERVICE_ACCOUNT] [--staging-bucket=STAGING_BUCKET]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
|
||||
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
|
||||
[-- JOB_ARG ...]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Submit a PySpark batch job.
|
||||
|
|
@ -148,6 +149,10 @@ FLAGS
|
|||
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
|
||||
information on duration formats.
|
||||
|
||||
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
|
||||
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
|
||||
workload.
|
||||
|
||||
--version=VERSION
|
||||
Optional runtime version. If not specified, a default version will be
|
||||
used.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
|
||||
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
|
||||
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
|
||||
|
||||
|
|
@ -161,6 +162,10 @@ OPTIONAL FLAGS
|
|||
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
|
||||
information on duration formats.
|
||||
|
||||
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
|
||||
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
|
||||
workload.
|
||||
|
||||
--version=VERSION
|
||||
Optional runtime version. If not specified, a default version will be
|
||||
used.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
|
||||
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
|
||||
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
|
||||
|
||||
|
|
@ -139,6 +140,10 @@ FLAGS
|
|||
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
|
||||
information on duration formats.
|
||||
|
||||
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
|
||||
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
|
||||
workload.
|
||||
|
||||
--version=VERSION
|
||||
Optional runtime version. If not specified, a default version will be
|
||||
used.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
|
||||
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
|
||||
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--vars=[NAME=VALUE,...]] [--version=VERSION]
|
||||
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -129,6 +130,10 @@ FLAGS
|
|||
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
|
||||
information on duration formats.
|
||||
|
||||
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
|
||||
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
|
||||
workload.
|
||||
|
||||
--vars=[NAME=VALUE,...]
|
||||
Mapping of query variable names to values (equivalent to the Spark SQL
|
||||
command: SET name="value";).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue