mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -5,7 +5,9 @@ SYNOPSIS
|
|||
gcloud dataplex assets update
|
||||
(ASSET : --lake=LAKE --location=LOCATION --zone=ZONE) [--async]
|
||||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--validate-only]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--resource-read-access-mode=RESOURCE_READ_ACCESS_MODE]
|
||||
[--validate-only]
|
||||
[--[no-]discovery-enabled
|
||||
--discovery-exclude-patterns=[EXCLUDE_PATTERNS,...]
|
||||
--discovery-include-patterns=[INCLUDE_PATTERNS,...]
|
||||
|
|
@ -95,6 +97,16 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
Specification of the resource that is referenced by this asset.
|
||||
|
||||
--resource-read-access-mode=RESOURCE_READ_ACCESS_MODE
|
||||
Read access mode. RESOURCE_READ_ACCESS_MODE must be one of:
|
||||
|
||||
DIRECT
|
||||
Data is accessed directly using storage APIs
|
||||
MANAGED
|
||||
Data is accessed through a managed interface using BigQuery APIs.
|
||||
|
||||
--validate-only
|
||||
Validate the update action, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue