24 lines
768 B
YAML
24 lines
768 B
YAML
- release_tracks: [BETA, GA]
|
|
BETA:
|
|
deprecate:
|
|
is_removed: false
|
|
warning: |
|
|
This command has been deprecated.
|
|
Use `gcloud datastream private_connections describe` instead.
|
|
help_text:
|
|
brief: Show details about a Datastream private connection.
|
|
description: Show details about a private connection.
|
|
examples: |
|
|
To show details about a private connection, run:
|
|
|
|
$ {command} my-private-connection --location=us-central1
|
|
|
|
request:
|
|
collection: datastream.projects.locations.privateConnections
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The private connection you want to get the details of.
|
|
spec: !REF googlecloudsdk.command_lib.datastream.resources:positional_private_connection
|