22 lines
567 B
YAML
22 lines
567 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a long-running operation.
|
|
description: |
|
|
Describe a Certificate Manager long-running operation.
|
|
|
|
## EXAMPLES
|
|
|
|
To describe an operation with name simple-operation, run:
|
|
|
|
$ {command} simple-operation
|
|
|
|
request:
|
|
collection: certificatemanager.projects.locations.operations
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Certificate Manager operation to describe.
|
|
spec: !REF googlecloudsdk.command_lib.certificate_manager.resources:operation
|