26 lines
587 B
YAML
26 lines
587 B
YAML
- help_text:
|
|
brief: List all locations where Cloud Life Sciences is available.
|
|
description: List all locations where Cloud Life Sciences is available.
|
|
examples: |
|
|
To list all locations, run:
|
|
|
|
$ {command}
|
|
|
|
request:
|
|
collection: lifesciences.projects.locations
|
|
api_version: v2beta
|
|
|
|
response:
|
|
id_field: name
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The parent project of Cloud Life Sciences Locations to list.
|
|
spec: !REF googlecloudsdk.command_lib.lifesciences.resources:project
|
|
|
|
output:
|
|
format: |
|
|
table(
|
|
name
|
|
)
|