30 lines
732 B
YAML
30 lines
732 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
help_text:
|
|
brief: |
|
|
Describe a backup.
|
|
description: |
|
|
Describe a backup.
|
|
|
|
Displays all details of a backup given a valid backup ID.
|
|
examples: |
|
|
To describe a backup with the ID
|
|
`my-backup` under service `my-service`, run:
|
|
|
|
$ {command} my-backup --service=my-service
|
|
|
|
request:
|
|
ALPHA:
|
|
api_version: v1alpha
|
|
BETA:
|
|
api_version: v1beta
|
|
GA:
|
|
api_version: v1
|
|
collection: metastore.projects.locations.services.backups
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.metastore.resources:backup
|
|
help_text: |
|
|
Arguments and flags that specify the backup you want
|
|
to describe.
|