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