mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -18,7 +18,9 @@ SYNOPSIS
|
|||
--csv-quote-character=CSV_QUOTE_CHARACTER
|
||||
--json-disable-type-inference=JSON_DISABLE_TYPE_INFERENCE
|
||||
--json-encoding=JSON_ENCODING]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--on-demand=ON_DEMAND | --schedule=SCHEDULE
|
||||
| --one-time --ttl-after-scan-completion=TTL_AFTER_SCAN_COMPLETION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Allows users to auto discover BigQuery External and BigLake tables from
|
||||
|
|
@ -201,6 +203,22 @@ OPTIONAL FLAGS
|
|||
CRON_TZ=America/New_York 1 * * * * or TZ=America/New_York 1 * * *
|
||||
*. This field is required for RECURRING scans.
|
||||
|
||||
Data discovery scan one-time trigger settings.
|
||||
|
||||
--one-time
|
||||
If set, the data discovery 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,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ SYNOPSIS
|
|||
--include-field-names=INCLUDE_FIELD_NAMES
|
||||
--row-filter=ROW_FILTER --sampling-percent=SAMPLING_PERCENT]
|
||||
[--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
|
||||
|
|
@ -164,6 +166,22 @@ OPTIONAL FLAGS
|
|||
CRON_TZ=America/New_York 1 * * * * or TZ=America/New_York 1 * * *
|
||||
*. This field is required for RECURRING scans.
|
||||
|
||||
Data profile scan one-time trigger settings.
|
||||
|
||||
--one-time
|
||||
If set, the data profile 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,
|
||||
|
|
|
|||
|
|
@ -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