21 lines
750 B
YAML
21 lines
750 B
YAML
- release_tracks: [ALPHA]
|
|
help_text:
|
|
brief: Describe a Dataplex entry link.
|
|
description: |
|
|
Describe a Dataplex entry link.
|
|
|
|
Displays the details of a Dataplex entry link resource given a valid entry link ID.
|
|
examples: |-
|
|
To describe a Dataplex entry `entry-link1` within entry group `entry-group1` in location `us-central1`,
|
|
run:
|
|
|
|
$ {command} entry-link1 --entry_group=entry-group1 --location=us-central1 --project=test-project
|
|
|
|
request:
|
|
collection: dataplex.projects.locations.entryGroups.entryLinks
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Arguments and flags that define the Dataplex Entry Link you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.dataplex.resources:entry_link
|