24 lines
659 B
YAML
24 lines
659 B
YAML
release_tracks: [GA, ALPHA, BETA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a Managed Service for Apache Kafka topic.
|
|
description: |
|
|
Describe a Managed Service for Apache Kafka topic.
|
|
|
|
examples: |
|
|
To describe a topic in a cluster named mycluster located in us-central1,
|
|
run the following:
|
|
|
|
$ {command} mytopic \
|
|
--cluster=mycluster \
|
|
--location=us-central1
|
|
|
|
request:
|
|
collection: managedkafka.projects.locations.clusters.topics
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The describe command displays properties of the topic specified by this parameter.
|
|
spec: !REF googlecloudsdk.command_lib.managed_kafka.resources:topic
|