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