18 lines
527 B
YAML
18 lines
527 B
YAML
- help_text:
|
|
brief: Describe a Cloud Build Connection
|
|
description: Describe a Cloud Build Connection.
|
|
examples: |
|
|
To describe a Connection ``my-conn'' in region ``us-central1'',
|
|
run the following command:
|
|
|
|
$ {command} my-conn --region=us-central1
|
|
|
|
request:
|
|
collection: cloudbuild.projects.locations.connections
|
|
api_version: v2
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Build Connection to describe.
|
|
spec: !REF googlecloudsdk.command_lib.cloudbuild.resources_v2:connection
|