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
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud dataplex assets create
|
||||
(ASSET : --lake=LAKE --location=LOCATION --zone=ZONE)
|
||||
(--resource-type=RESOURCE_TYPE : --resource-name=RESOURCE_NAME)
|
||||
[--async] [--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
(--resource-type=RESOURCE_TYPE : --resource-name=RESOURCE_NAME
|
||||
--resource-read-access-mode=RESOURCE_READ_ACCESS_MODE) [--async]
|
||||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [--validate-only]
|
||||
[--[no-]discovery-enabled
|
||||
--discovery-exclude-patterns=[EXCLUDE_PATTERNS,...]
|
||||
|
|
@ -119,6 +120,14 @@ REQUIRED FLAGS
|
|||
projects/{project_number}/buckets/{bucket_id} or
|
||||
projects/{project_number}/datasets/{dataset_id}
|
||||
|
||||
--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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue