22 lines
702 B
YAML
22 lines
702 B
YAML
- release_tracks: [ALPHA, GA]
|
|
help_text:
|
|
brief: |
|
|
Describe a Dataplex zone resource.
|
|
description: |
|
|
Displays all details of a Dataplex zone resource given a valid zone ID.
|
|
examples: |
|
|
To describe a Dataplex zone `test-zone` within lake `test-lake` in location `us-central1`,
|
|
run:
|
|
|
|
$ {command} test-zone --location=us-central1 --lake=test-lake
|
|
request:
|
|
ALPHA:
|
|
api_version: v1
|
|
collection: dataplex.projects.locations.lakes.zones
|
|
method: get
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Arguments and flags that define the Dataplex zones you want to retrieve.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:zone
|