mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Apr 20 10:38:56 UTC 2023
This commit is contained in:
parent
b155beb241
commit
b33a8a3e6e
169 changed files with 3258 additions and 576 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha 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,...]
|
||||
|
|
@ -113,6 +114,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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ SYNOPSIS
|
|||
gcloud alpha 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,...]
|
||||
|
|
@ -89,6 +91,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