21 lines
554 B
YAML
21 lines
554 B
YAML
release_tracks: [BETA, GA]
|
|
|
|
help_text:
|
|
brief: Show details about the location.
|
|
description: Show details about the location.
|
|
examples: |
|
|
To show details about a location, run:
|
|
|
|
$ {command} my-location
|
|
|
|
request:
|
|
collection: datastream.projects.locations
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The location you want to describe.
|
|
# The following should point to the resource argument definition under your
|
|
# surface's command_lib directory:
|
|
spec: !REF googlecloudsdk.command_lib.datastream.resources:location
|