24 lines
661 B
YAML
24 lines
661 B
YAML
- help_text:
|
|
brief: Describe a Blockchain Node Engine location.
|
|
description: |
|
|
Describe a Blockchain Node Engine location.
|
|
|
|
To get a list of available locations for your project run:
|
|
|
|
$ {parent_command} list
|
|
|
|
examples: |
|
|
The following command describes Blockchain Node Engine location `us-central1`:
|
|
|
|
$ {command} us-central1
|
|
|
|
request:
|
|
collection: blockchainnodeengine.projects.locations
|
|
ALPHA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The Blockchain Node Engine location you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.blockchain_node_engine.resources:location
|