24 lines
575 B
YAML
24 lines
575 B
YAML
- release_tracks: [BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a Network Connectivity Center location.
|
|
description: |
|
|
Retrieve details about a location.
|
|
examples: |
|
|
To describe location `us-central1`, run:
|
|
|
|
$ {command} us-central1
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_connectivity.resources:location
|
|
help_text: |
|
|
Name of the location to describe.
|
|
|
|
request: &request
|
|
BETA:
|
|
api_version: v1beta
|
|
GA:
|
|
api_version: v1
|
|
collection: networkconnectivity.projects.locations
|