mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -10,8 +10,10 @@ SYNOPSIS
|
|||
[--property=[PROPERTY=VALUE,...]] [--request-id=REQUEST_ID]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--session_template=SESSION_TEMPLATE] [--staging-bucket=STAGING_BUCKET]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
|
||||
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create various sessions, such as Spark.
|
||||
|
|
@ -102,6 +104,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.
|
||||
|
|
|
|||
|
|
@ -10,8 +10,10 @@ SYNOPSIS
|
|||
[--property=[PROPERTY=VALUE,...]] [--request-id=REQUEST_ID]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--session_template=SESSION_TEMPLATE] [--staging-bucket=STAGING_BUCKET]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
|
||||
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
|
||||
[--tags=[TAGS,...]] [--ttl=TTL]
|
||||
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
|
||||
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Spark session.
|
||||
|
|
@ -137,6 +139,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue