1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Fri Mar 24 11:31:22 UTC 2023

This commit is contained in:
Automated 2023-03-24 11:31:22 +00:00
parent a4bd29dd06
commit 4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions

View file

@ -8,7 +8,7 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]] [--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--version=VERSION]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -115,6 +115,12 @@ FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -10,7 +10,7 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--py-files=[PY,...]]
[--region=REGION] [--request-id=REQUEST_ID]
[--service-account=SERVICE_ACCOUNT] [--tags=[TAGS,...]]
[--service-account=SERVICE_ACCOUNT] [--tags=[TAGS,...]] [--ttl=TTL]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
@ -131,6 +131,12 @@ FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -10,7 +10,7 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--version=VERSION]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
@ -145,6 +145,12 @@ OPTIONAL FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -10,7 +10,7 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--version=VERSION]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
@ -123,6 +123,12 @@ FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -10,8 +10,9 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--vars=[NAME=VALUE,...]] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[--tags=[TAGS,...]] [--ttl=TTL] [--vars=[NAME=VALUE,...]]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Submit a Spark SQL batch job.
@ -112,6 +113,12 @@ FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--vars=[NAME=VALUE,...]
Mapping of query variable names to values (equivalent to the Spark SQL
command: SET name="value";).