23 lines
603 B
YAML
23 lines
603 B
YAML
release_tracks: [GA, ALPHA, BETA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a Managed Service for Apache Kafka operation.
|
|
description: |
|
|
Describe a Managed Service for Apache Kafka operation.
|
|
|
|
examples: |
|
|
To describe an operation named myoperation located in us-central1,
|
|
run the following:
|
|
|
|
$ {command} myoperation \
|
|
--location=us-central1
|
|
|
|
request:
|
|
collection: managedkafka.projects.locations.operations
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Identifies the operation for details to be displayed.
|
|
spec: !REF googlecloudsdk.command_lib.managed_kafka.resources:operation
|