27 lines
845 B
YAML
27 lines
845 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe an Artifact Registry operation.
|
|
description: |
|
|
Describe an Artifact Registry operation given the operation id.
|
|
|
|
This command can fail for the following reasons:
|
|
* The operation specified does not exist.
|
|
* The active account does not have permission to access the given
|
|
operation.
|
|
examples: |
|
|
The following command describes an operation with id `06d2817d-6566-47c3-88a0-295ef51eb434`:
|
|
|
|
$ {command} 06d2817d-6566-47c3-88a0-295ef51eb434
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.artifacts.resources:operation
|
|
help_text: |
|
|
The Artifact Registry operation to describe.
|
|
|
|
request: &request
|
|
api_version: v1
|
|
collection: artifactregistry.projects.locations.operations
|