File: //snap/google-cloud-cli/current/lib/surface/dataplex/assets/actions/list.yaml
- release_tracks: [ALPHA, GA]
help_text:
brief: |
List Dataplex asset actions.
description: |
List all Dataplex Actions under a specific asset.
examples: |
To list all actions of a Dataplex asset `test-asset` defined in location `us-central1` with
lake `test-lake`, zone `test-zone`, run:
$ {command} --project=test-project --location=us-central1 --lake=test-lake --zone=test-zone --asset=test-asset
command_type: LIST
request:
ALPHA:
api_version: v1
collection: dataplex.projects.locations.lakes.zones.assets.actions
arguments:
resource:
help_text: |
Arguments and flags that define the Dataplex asset Actions you want to list.
override_resource_collection: true
spec: !REF googlecloudsdk.command_lib.dataplex.resources:asset
response:
id_field: name
output:
format: |
table(
name.basename():label=NAME,
data_locations:label=DATA_LOCATION,
category: label=CATEGORY,
issue:label=ISSUE
)