mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 18 10:57:44 UTC 2025
This commit is contained in:
parent
6d07e70b12
commit
bdd724fcf3
219 changed files with 8033 additions and 381 deletions
|
|
@ -11,7 +11,9 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--async | --validate-only]
|
||||
[--incremental-field=INCREMENTAL_FIELD --on-demand=ON_DEMAND
|
||||
| --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
| --schedule=SCHEDULE
|
||||
| --one-time --ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Represents a user-visible job which provides the insights for the related
|
||||
|
|
@ -134,6 +136,22 @@ OPTIONAL FLAGS
|
|||
CRON_TZ=America/New_York 1 * * * * or TZ=America/New_York 1 * * *
|
||||
*. This field is required for RECURRING scans.
|
||||
|
||||
Data quality scan one-time trigger settings.
|
||||
|
||||
--one-time
|
||||
If set, the data quality scan runs once, and auto deleted once
|
||||
the ttl_after_scan_completion expires.
|
||||
|
||||
--ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION
|
||||
The time to live for one-time scans. Default value is 24 hours,
|
||||
minimum value is 0 seconds, and maximum value is 365 days. The
|
||||
time is calculated from the data scan job completion time. If
|
||||
value is set as 0 seconds, the scan will be immediately deleted
|
||||
upon job completion, regardless of whether the job succeeded or
|
||||
failed. The value should be a number followed by a unit suffix
|
||||
"s". Example: "100s" for 100 seconds.The argument is only valid
|
||||
when --one-time is set.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue